yjzz.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .content-money {
  15. padding: 30rpx 0;
  16. background: #ffffff;
  17. }
  18. .item {
  19. padding: 0 30rpx;
  20. background-color: #ffffff;
  21. }
  22. .flex {
  23. background-color: #ffffff;
  24. text-align: center;
  25. margin: 0 30rpx;
  26. border-radius: 15rpx;
  27. justify-content: center;
  28. }
  29. .flex .buttom {
  30. font-size: 32rpx;
  31. width: 50%;
  32. }
  33. .flex .interval {
  34. width: 2px;
  35. height: 60rpx;
  36. background-color: #eeeeee;
  37. }
  38. .flex .icon {
  39. background-size: 100%;
  40. font-size: 42rpx;
  41. color: #303133;
  42. font-weight: bold;
  43. background-repeat: no-repeat;
  44. background-position: center;
  45. }
  46. .flex .text {
  47. color: #909399;
  48. }
  49. .row-box {
  50. margin-top: 30rpx;
  51. padding: 20rpx 30rpx;
  52. background: #fff;
  53. }
  54. .row-box .title {
  55. font-size: 30rpx;
  56. color: #303133;
  57. }
  58. .row-box .row {
  59. display: flex;
  60. align-items: center;
  61. position: relative;
  62. height: 80rpx;
  63. }
  64. .row-box .row .tit {
  65. flex-shrink: 0;
  66. width: 40rpx;
  67. font-size: 30rpx;
  68. color: #303133;
  69. }
  70. .row-box .row .input {
  71. flex: 1;
  72. font-size: 30rpx;
  73. color: #303133;
  74. }
  75. .row-box .row .iconlocation {
  76. font-size: 36rpx;
  77. color: #909399;
  78. }
  79. .row-box .row .buttom {
  80. color: #f21f5d;
  81. font-size: 28rpx;
  82. }
  83. .add-btn {
  84. width: 520rpx;
  85. height: 80rpx;
  86. border-radius: 20rpx;
  87. margin: 140rpx auto 0;
  88. font-size: 36rpx;
  89. font-weight: bold;
  90. color: #fff;
  91. background-color: #ff4c4c;
  92. }
  93. .back-btn {
  94. width: 520rpx;
  95. height: 80rpx;
  96. border-radius: 20rpx;
  97. margin: 40rpx auto;
  98. font-size: 36rpx;
  99. font-weight: bold;
  100. color: #303030;
  101. background-color: #F8DABA;
  102. }
  103. .name {
  104. background: #fff;
  105. padding: 30rpx;
  106. }
  107. .list {
  108. padding-left: 30rpx;
  109. margin-top: 30rpx;
  110. background-color: #ffffff;
  111. }
  112. .list .box {
  113. display: flex;
  114. align-items: center;
  115. width: 100%;
  116. height: 120rpx;
  117. border-bottom: 1px solid #ebeef5;
  118. }
  119. .list .box .icon {
  120. font-size: 48rpx;
  121. padding-right: 20rpx;
  122. }
  123. .list .box .icon .icon-img {
  124. height: 50rpx;
  125. width: 50rpx;
  126. }
  127. .list .box .iconweixin1 {
  128. color: #18bf16;
  129. }
  130. .list .box .iconzhifubao {
  131. color: #08aaec;
  132. }
  133. .list .box .title-box {
  134. flex-grow: 1;
  135. text-align: left;
  136. }
  137. .list .box .title-box .title {
  138. font-size: 30rpx;
  139. color: #606266;
  140. }
  141. .list .box .title-box .node {
  142. font-size: 24rpx;
  143. color: #909399;
  144. }
  145. .tip {
  146. padding: 20rpx;
  147. color: #ff0000;
  148. }
  149. .uni-radio-input {
  150. width: 45rpx;
  151. height: 45rpx;
  152. }
  153. .psw-wrapper {
  154. width: 548rpx;
  155. height: 344rpx;
  156. background-color: #FFFFFF;
  157. border-radius: 15rpx 15rpx;
  158. }
  159. .psw-wrapper .psw-title {
  160. width: 100%;
  161. font-size: 35rpx;
  162. padding: 43rpx 0 49rpx;
  163. text-align: center;
  164. font-weight: 800;
  165. }
  166. .psw-wrapper .psw-ipt {
  167. display: block;
  168. background-color: #dce3ed;
  169. height: 90rpx;
  170. width: 464rpx;
  171. padding-left: 30rpx;
  172. margin: 0 auto;
  173. font-size: 80rpx;
  174. }
  175. .psw-wrapper .psw-btn text {
  176. display: inline-block;
  177. text-align: center;
  178. width: 50%;
  179. padding-top: 29rpx;
  180. font-size: 35rpx;
  181. }
  182. .psw-wrapper .psw-qd {
  183. color: #5771DF;
  184. }