account.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* pages/my/account/account.wxss */
  2. .topBox {
  3. padding: 32rpx;
  4. }
  5. .topBox .tit {
  6. font-size: 28rpx;
  7. color: #999999;
  8. }
  9. .topBox .num {
  10. font-size: 80rpx;
  11. font-weight: 500;
  12. color: #191C27;
  13. margin-top: 25rpx;
  14. margin-bottom: 65rpx;
  15. }
  16. .topBox .auto {
  17. text-align: center;
  18. }
  19. .topBox .btnBox {
  20. width: 500rpx;
  21. margin: auto;
  22. }
  23. .topBox .btnBox .le,
  24. .lr {
  25. width: 172rpx;
  26. height: 70rpx;
  27. line-height: 70rpx;
  28. border-radius: 35rpx;
  29. }
  30. .bg {
  31. width: 750rpx;
  32. height: 25rpx;
  33. background: #F6F6F6;
  34. }
  35. .contioner .tit {
  36. padding: 24rpx;
  37. font-size: 28rpx;
  38. color: #666666;
  39. }
  40. .contioner .list {
  41. padding: 0 25rpx;
  42. }
  43. .contioner .item {
  44. padding: 25rpx 0;
  45. }
  46. .contioner .item .le {
  47. width: 93%;
  48. }
  49. .contioner .item .top {
  50. font-size: 30rpx;
  51. font-weight: 500;
  52. color: #191C27;
  53. }
  54. .contioner .item .num {
  55. color: #FF663D;
  56. }
  57. .contioner .item .footer {
  58. font-size: 22rpx;
  59. color: #999999;
  60. }
  61. .pup {
  62. padding: 32rpx;
  63. }
  64. .pup .tit {
  65. font-size: 32rpx;
  66. font-weight: 500;
  67. color: #191C27;
  68. }
  69. .pup .content {
  70. margin-top: 50rpx;
  71. }
  72. .pup .content .items {
  73. width: 207rpx;
  74. height: 154rpx;
  75. background: #FFFFFF;
  76. box-shadow: 0px 10rpx 10rpx 0px rgba(188, 188, 188, 0.15), 0px -4rpx 10rpx 0px rgba(188, 188, 188, 0.15);
  77. border-radius: 8rpx;
  78. flex-direction: column;
  79. justify-content: center;
  80. position: relative;
  81. overflow: hidden;
  82. border: 1px solid transparent;
  83. }
  84. .pup .content .items.active {
  85. border: 1px solid #FF663D;
  86. }
  87. .pup .content .items .tips,
  88. .num {
  89. text-align: center;
  90. }
  91. .pup .content .items .tips {
  92. font-size: 24rpx;
  93. color: #FF663D;
  94. }
  95. .pup .content .items .num {
  96. font-size: 32rpx;
  97. color: #191C27;
  98. }
  99. .pup .content .items .hot {
  100. width: 38rpx;
  101. height: 38rpx;
  102. position: absolute;
  103. right: -1rpx;
  104. bottom: -1rpx;
  105. z-index: 10;
  106. }
  107. .inputBox {
  108. padding: 24rpx;
  109. margin-top: 70rpx;
  110. margin-bottom: 65rpx;
  111. }
  112. .inputBox .code {
  113. font-size: 44rpx;
  114. font-weight: 500;
  115. color: #191C27;
  116. }
  117. .inputBox input {
  118. font-size: 44rpx;
  119. font-weight: 500;
  120. color: #191C27;
  121. }
  122. .inputBox .placeholder {
  123. font-size: 32rpx;
  124. color: #BDBDBD;
  125. }
  126. .explain .title {
  127. font-size: 28rpx;
  128. color: #666666;
  129. }
  130. .explain .contents {
  131. line-height: 40rpx;
  132. }
  133. .explain .contents .its {
  134. font-size: 24rpx;
  135. color: #999999;
  136. }
  137. .footerBtn {
  138. width: 686rpx;
  139. height: 98rpx;
  140. box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
  141. border-radius: 49rpx;
  142. line-height: 98rpx;
  143. margin-top: 65rpx;
  144. }
  145. .tip {
  146. font-size: 24rpx;
  147. color: #666666;
  148. }
  149. .tip .all {
  150. color: #4699FF;
  151. }