buyCalculation.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. }
  18. .logo-img {
  19. margin: 40rpx 6%;
  20. width: 88%;
  21. height: 209rpx;
  22. }
  23. .list-box .list-title {
  24. overflow: hidden;
  25. white-space: nowrap;
  26. }
  27. .list-box .list-title .title {
  28. display: inline-block;
  29. background-color: #bac1ef;
  30. font-size: 30rpx;
  31. font-weight: bold;
  32. color: #ffffff;
  33. width: 24.49%;
  34. margin-right: 5rpx;
  35. text-align: center;
  36. line-height: 60rpx;
  37. }
  38. .list-box .list-title .blue {
  39. background-color: #5771df;
  40. }
  41. .list-box .list-title .grey {
  42. background-color: #dbdbdb !important;
  43. }
  44. .list-box .list-name {
  45. padding: 24rpx 50rpx;
  46. }
  47. .list-box .list-name .name {
  48. font-size: 28rpx;
  49. margin-right: 20%;
  50. font-weight: 500;
  51. color: #666666;
  52. }
  53. .list-box .list-name .black {
  54. color: #333333;
  55. border-bottom: 2rpx solid #5771df;
  56. padding-bottom: 10rpx;
  57. font-size: 30rpx;
  58. }
  59. .more {
  60. color: #606266;
  61. font-size: 24rpx;
  62. font-weight: normal;
  63. border-bottom: 1rpx solid #606266;
  64. }
  65. .all-list {
  66. width: 180rpx;
  67. height: 180rpx;
  68. }
  69. .list-cell {
  70. box-sizing: border-box;
  71. width: 670rpx;
  72. margin: 0 auto;
  73. padding: 40rpx 40rpx;
  74. border-radius: 30rpx 30rpx;
  75. background-color: #f7f6fb;
  76. margin-bottom: 20rpx;
  77. }
  78. .list-cell .cell-title {
  79. padding: 29rpx 38rpx 29rpx 15rpx;
  80. font-size: 38rpx;
  81. font-weight: bold;
  82. color: #333333;
  83. }
  84. .list-cell .cell-title image {
  85. width: 40rpx;
  86. height: 40rpx;
  87. margin-right: 15rpx;
  88. }
  89. .list-cell .cell-tip {
  90. display: inline-block;
  91. padding: 11rpx 18rpx 9rpx 20rpx;
  92. font-size: 30rpx;
  93. font-weight: bold;
  94. color: #0ec1a1;
  95. background-color: #e3f6fa;
  96. border-radius: 24rpx 24rpx;
  97. }
  98. .list-cell .cell-tpl {
  99. padding: 50rpx 31rpx 34rpx;
  100. font-size: 30rpx;
  101. font-weight: bold;
  102. color: #333333;
  103. line-height: 40rpx;
  104. }
  105. .list-cell .cell-info .tip {
  106. font-size: 38rpx;
  107. font-weight: bold;
  108. color: #5771df;
  109. line-height: 55px;
  110. }
  111. .list-cell .cell-info .zhiya-btn {
  112. background-color: #5771df;
  113. width: 150rpx;
  114. text-align: center;
  115. line-height: 60rpx;
  116. font-size: 30rpx;
  117. border-radius: 50rpx;
  118. color: #ffffff;
  119. }
  120. .list-cell .cell-info .grey {
  121. background-color: #999999;
  122. }
  123. .list-cell .list-tip {
  124. background-color: #bac1ef !important;
  125. word-wrap: break-word;
  126. font-size: 30rpx;
  127. font-weight: 500;
  128. color: #333333;
  129. padding: 36rpx 32rpx;
  130. margin-top: 15rpx;
  131. border-bottom-left-radius: 15rpx;
  132. border-bottom-right-radius: 15rpx;
  133. }
  134. .empty-box {
  135. width: 100%;
  136. height: 500rpx;
  137. }
  138. .popup {
  139. background-color: #ffffff;
  140. border-radius: 25rpx;
  141. font-size: 30rpx;
  142. }
  143. .popup .cancel {
  144. text-align: center;
  145. width: 100%;
  146. line-height: 60rpx;
  147. }
  148. .popup .cancel .tip {
  149. background-color: #5771df;
  150. color: #ffffff;
  151. width: 70rpx;
  152. height: 70rpx;
  153. border-top-right-radius: 25rpx;
  154. }
  155. .popup .list-box {
  156. padding: 0rpx 80rpx;
  157. }
  158. .popup .list-box .password {
  159. padding: 50rpx 0rpx;
  160. width: 100%;
  161. }
  162. .popup .list-box .password input {
  163. width: 70%;
  164. height: 80rpx;
  165. border: 2rpx solid #999999;
  166. padding-left: 25rpx;
  167. box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
  168. border-radius: 11rpx;
  169. }
  170. .popup .list-box .confirm-btn {
  171. padding-bottom: 120rpx;
  172. padding-top: 30rpx;
  173. }
  174. .popup .list-box .confirm-btn text {
  175. background-color: #5771df;
  176. color: #ffffff;
  177. width: 70%;
  178. text-align: center;
  179. padding: 25rpx 90rpx;
  180. border-radius: 15rpx;
  181. }