cpkj.less 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @import './common/common.less';
  2. body{
  3. background: #F0F0F0;
  4. }
  5. .hcontent-wrapper{
  6. max-width:100%;
  7. }
  8. .main{
  9. margin: 0 auto;
  10. margin-top:111px;
  11. max-width: 100%;
  12. padding:15px 0 0;
  13. .main-head{}
  14. .main-bottom{}
  15. .main-left{
  16. .cpkj-list-box{
  17. margin-bottom:15px;
  18. .cpkj-list{
  19. background: #fff;
  20. .qishu,.timebox,.jc{
  21. font-size:1.6rem;
  22. color:@fcolor;
  23. }
  24. }
  25. }
  26. }
  27. }
  28. .cpkj-list-header{
  29. height:50px;
  30. .list-header-left{
  31. height:100%;
  32. background: @fcolor;
  33. text-align: center;
  34. .iconfont{
  35. font-size: 20px;
  36. color:#fff;
  37. }
  38. .cp-lable{
  39. font-size:1.5rem;
  40. color:#fff;
  41. line-height: 50px;
  42. }
  43. }
  44. .list-header-right{
  45. height:100%;
  46. border-bottom:2px solid @fcolor;
  47. p{
  48. font-size: 1.4rem;
  49. padding-left: 10px;
  50. line-height: 50px;
  51. .KJRate{
  52. font-size: 1.2rem;
  53. }
  54. }
  55. }
  56. }
  57. .cpkj-list-ball{
  58. padding:15px 10px;
  59. }
  60. .cpkj-list-next{
  61. padding: 5px 10px 15px;
  62. p{
  63. font-size: 1.4rem;
  64. }
  65. }
  66. .cpkj-list-button{
  67. height:49px;
  68. line-height:50px;
  69. border-top:1px solid rgba(0,0,0,.1);
  70. padding:0 20px;
  71. .btn-list{
  72. float: left;
  73. width:25%;
  74. height:100%;
  75. font-size: 1.4rem;
  76. cursor: pointer;
  77. text-align: center;
  78. &:hover{
  79. color:@fcolor;
  80. }
  81. }
  82. }
  83. #more{
  84. float: right;
  85. padding:0 15px;
  86. cursor:pointer;
  87. }