index.less 961 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import "~@less/variables.less";
  2. .assess-cont{
  3. padding: 15px;
  4. }
  5. .assess-item{
  6. h2{
  7. line-height: 40px;
  8. font-size: 16px;
  9. /*background: #e5eefe;*/
  10. padding: 0 15px;
  11. font-weight: bold;
  12. }
  13. .item-content{
  14. padding: 0 15px;
  15. .choose-item{
  16. margin-right: 12px;
  17. display: inline-block;
  18. i{
  19. color: @blue;
  20. }
  21. }
  22. input[type=checkbox]{
  23. width: 14px;
  24. height: 14px;
  25. vertical-align: middle;
  26. margin-right: 4px;
  27. background-color: #fff;
  28. -webkit-appearance: none;
  29. border: 1px solid #c9c9c9;
  30. border-radius: 4px;
  31. outline: none;
  32. cursor: pointer;
  33. }
  34. }
  35. li {
  36. line-height: 35px;
  37. .row{
  38. display: inline-block;
  39. }
  40. .recommend{
  41. max-width: 200px;
  42. float: right;
  43. color: #929292;
  44. }
  45. }
  46. .chart-box{
  47. display: inline-block;
  48. width: 49%;
  49. height: 225px;
  50. }
  51. .chart-box:nth-child(odd){
  52. margin-right: 2%;
  53. }
  54. }