phoneBill.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .cz-top {
  12. height: 450rpx;
  13. width: 750rpx;
  14. position: relative;
  15. }
  16. .cz-top .top-bg {
  17. position: absolute;
  18. bottom: 0;
  19. left: -825rpx;
  20. margin: auto;
  21. width: 2400rpx;
  22. height: 2400rpx;
  23. border-radius: 50%;
  24. background-color: #901b21;
  25. }
  26. .cz-top .top-tit {
  27. position: relative;
  28. padding: 50rpx 27rpx 30rpx;
  29. font-size: 26rpx;
  30. font-weight: bold;
  31. color: #FFFFFF;
  32. }
  33. .cz-top .top-phone {
  34. position: relative;
  35. font-size: 28rpx;
  36. font-weight: bold;
  37. color: #FFFFFF;
  38. display: block;
  39. border-bottom: 1px solid #ffff;
  40. width: 696rpx;
  41. height: 70rpx;
  42. line-height: 70rpx;
  43. margin: auto;
  44. }
  45. .tc-wrap {
  46. width: 694rpx;
  47. min-height: 308rpx;
  48. background: #FFFFFF;
  49. box-shadow: 0px 0px 20px 0px rgba(50, 50, 52, 0.06);
  50. border-radius: 21rpx;
  51. margin: -200rpx auto 0;
  52. position: relative;
  53. padding: 30rpx;
  54. }
  55. .tc-wrap .tc-tit {
  56. font-size: 28rpx;
  57. font-weight: bold;
  58. color: #010101;
  59. }
  60. .tc-wrap .tc-list {
  61. flex-wrap: wrap;
  62. justify-content: flex-start;
  63. padding: 20rpx 0;
  64. }
  65. .tc-wrap .tc-list .list-item {
  66. width: 200rpx;
  67. height: 129rpx;
  68. background: #fff4f5;
  69. border-radius: 7px;
  70. flex-direction: column;
  71. justify-content: center;
  72. align-items: center;
  73. margin-right: 10rpx;
  74. margin-bottom: 10rpx;
  75. }
  76. .tc-wrap .tc-list .list-item .item-val {
  77. font-size: 36rpx;
  78. font-weight: bold;
  79. color: #ff4c4c;
  80. padding-bottom: 15rpx;
  81. }
  82. .tc-wrap .tc-list .list-item .item-val .dw {
  83. font-size: 26rpx;
  84. }
  85. .tc-wrap .tc-list .list-item .item-price {
  86. font-size: 21rpx;
  87. font-weight: bold;
  88. color: #999999;
  89. }
  90. .tc-wrap .tc-list .item-action {
  91. background: #901b21;
  92. }
  93. .tc-wrap .tc-list .item-action .item-val {
  94. color: #fff;
  95. }
  96. .tc-wrap .tc-list .item-action .item-price {
  97. color: #fff;
  98. }
  99. .tc-wrap .tc-pay {
  100. font-size: 28rpx;
  101. justify-content: space-between;
  102. font-weight: bold;
  103. color: #333333;
  104. }
  105. .tc-wrap .tc-pay .pay-price {
  106. color: #FF0000;
  107. }
  108. .pay-type-list {
  109. margin: auto;
  110. margin-top: 20rpx;
  111. background-color: #fff;
  112. padding-left: 60rpx;
  113. width: 694rpx;
  114. border-radius: 20rpx;
  115. }
  116. .pay-type-list .type-item {
  117. height: 120rpx;
  118. padding: 20rpx 0;
  119. display: flex;
  120. justify-content: space-between;
  121. align-items: center;
  122. padding-right: 60rpx;
  123. font-size: 30rpx;
  124. position: relative;
  125. }
  126. .pay-type-list .icon {
  127. width: 100rpx;
  128. font-size: 52rpx;
  129. }
  130. .pay-type-list .iconyue {
  131. color: #fe8e2e;
  132. }
  133. .pay-type-list .iconweixin {
  134. color: #36cb59;
  135. }
  136. .pay-type-list .iconzhifubao {
  137. color: #01aaef;
  138. }
  139. .pay-type-list .tit {
  140. font-size: 32rpx;
  141. color: #303133;
  142. margin-bottom: 4rpx;
  143. }
  144. .pay-type-list .con {
  145. flex: 1;
  146. display: flex;
  147. flex-direction: column;
  148. font-size: 24rpx;
  149. color: #909399;
  150. }
  151. .sub-btn {
  152. width: 680rpx;
  153. height: 83rpx;
  154. background-color: #901b21;
  155. border-radius: 42rpx;
  156. margin: 74rpx auto 20rpx;
  157. font-size: 32rpx;
  158. font-weight: bold;
  159. color: #fff;
  160. text-align: center;
  161. line-height: 83rpx;
  162. }