count.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .top {
  8. width: 100%;
  9. height: 254rpx;
  10. background-color: #fff;
  11. text-align: center;
  12. margin-bottom: 20rpx;
  13. }
  14. .top-left {
  15. width: 50%;
  16. height: 161rpx;
  17. float: left;
  18. }
  19. .top-right {
  20. width: 50%;
  21. height: 161rpx;
  22. float: right;
  23. }
  24. .top-title {
  25. line-height: 28rpx;
  26. font-size: 28rpx;
  27. padding-top: 29rpx;
  28. padding-bottom: 15rpx;
  29. color: #bbbbbb;
  30. }
  31. .top-leftprice {
  32. line-height: 48rpx;
  33. font-size: 48rpx;
  34. padding-top: 20rpx;
  35. padding-bottom: 15rpx;
  36. color: #4c4c4c;
  37. font-weight: bold;
  38. }
  39. .top-rightprice {
  40. line-height: 48rpx;
  41. font-size: 48rpx;
  42. padding-top: 20rpx;
  43. padding-bottom: 15rpx;
  44. color: #eab86a;
  45. font-weight: bold;
  46. }
  47. .top-center {
  48. width: 590rpx;
  49. height: 63rpx;
  50. margin: 0 auto;
  51. font-size: 24rpx;
  52. background-color: #eeeeee;
  53. border-radius: 63rpx;
  54. line-height: 63rpx;
  55. color: #999999;
  56. }
  57. .main {
  58. width: 100%;
  59. background-color: #fff;
  60. padding-bottom: 30rpx;
  61. margin-bottom: 20rpx;
  62. }
  63. .main-title {
  64. margin: 0 20rpx;
  65. line-height: 87rpx;
  66. height: 87rpx;
  67. font-size: 28rpx;
  68. text-align: center;
  69. color: #999999;
  70. }
  71. .main-line {
  72. padding: 0 20rpx;
  73. height: 66rpx;
  74. line-height: 66rpx;
  75. margin-bottom: 30rpx;
  76. }
  77. .main-left {
  78. float: left;
  79. font-size: 24rpx;
  80. color: #4c4c4c;
  81. line-height: 66rpx;
  82. }
  83. .main-right {
  84. float: right;
  85. width: 273rpx;
  86. height: 66rpx;
  87. background-color: #eeeeee;
  88. border-radius: 8rpx;
  89. color: #999999;
  90. text-align: center;
  91. line-height: 66rpx;
  92. font-size: 28rpx;
  93. }
  94. .main-text{
  95. float: right;
  96. width: 273rpx;
  97. height: 66rpx;
  98. border-radius: 8rpx;
  99. overflow: hidden;
  100. }
  101. .main-sub {
  102. float: left;
  103. width: 60rpx;
  104. height: 66rpx;
  105. text-align: center;
  106. line-height: 66rpx;
  107. font-size: 28rpx;
  108. background-color: #f7f7f7;
  109. color: #999999;
  110. font-weight: bold;
  111. }
  112. .main-add {
  113. float: right;
  114. width: 60rpx;
  115. height: 66rpx;
  116. text-align: center;
  117. line-height: 66rpx;
  118. font-size: 54rpx;
  119. background-color: #f7f7f7;
  120. color: #999999;
  121. font-weight: bold;
  122. }
  123. .main-input {
  124. float: left;
  125. width: 153rpx;
  126. background-color: #eeeeee;
  127. display: block;
  128. height: 66rpx;
  129. text-align: center;
  130. font-size: 28rpx;
  131. color: #4c4c4c;
  132. }
  133. .bottom {
  134. padding: 10rpx 20rpx;
  135. background-color: #fff;
  136. }
  137. .bottom-line {
  138. height: 80rpx;
  139. line-height: 80rpx;
  140. color: #4c4c4c;
  141. font-size: 24rpx;
  142. border-bottom: 1rpx solid #cccccc;
  143. }
  144. .bottom-left {
  145. float: left;
  146. }
  147. .bottom-color {
  148. color: #999999;
  149. }
  150. .bottom-right {
  151. float: right;
  152. color: #999999;
  153. }