withdmoenys.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. page {
  2. height: 100%;
  3. }
  4. .content-money {
  5. padding: 30rpx 0;
  6. background: #fff;
  7. }
  8. .flex {
  9. background-color: #fff;
  10. text-align: center;
  11. margin: 0 30rpx;
  12. border-radius: 15rpx;
  13. }
  14. .flex .buttom {
  15. font-size: 32rpx;
  16. width: 50%;
  17. }
  18. .flex .interval {
  19. width: 2px;
  20. height: 60rpx;
  21. background-color: #eee;
  22. }
  23. .flex .icon {
  24. background-size: 100%;
  25. font-size: 42rpx;
  26. color: #303133;
  27. font-weight: 700;
  28. background-repeat: no-repeat;
  29. background-position: 50%;
  30. }
  31. .flex .text {
  32. color: #909399;
  33. }
  34. .row-box {
  35. margin-top: 30rpx;
  36. padding: 20rpx 30rpx;
  37. background: #fff;
  38. }
  39. .row-box .title {
  40. font-size: 30rpx;
  41. color: #303133;
  42. }
  43. .row-box .row {
  44. display: flex;
  45. -webkit-box-align: center;
  46. align-items: center;
  47. position: relative;
  48. height: 80rpx;
  49. }
  50. .row-box .row .tit {
  51. flex-shrink: 0;
  52. width: 40rpx;
  53. font-size: 30rpx;
  54. color: #303133;
  55. }
  56. .row-box .row .input {
  57. -webkit-box-flex: 1;
  58. flex: 1;
  59. font-size: 30rpx;
  60. color: #303133;
  61. }
  62. .row-box .row .iconlocation {
  63. font-size: 36rpx;
  64. color: #909399;
  65. }
  66. .row-box .row .buttom {
  67. color: #5dbc7c;
  68. font-size: 28rpx;
  69. }
  70. .add-btn {
  71. display: flex;
  72. -webkit-box-align: center;
  73. align-items: center;
  74. -webkit-box-pack: center;
  75. justify-content: center;
  76. width: 690rpx;
  77. height: 80rpx;
  78. margin: 30rpx auto 0;
  79. font-size: 32rpx;
  80. border-radius: 10rpx;
  81. }
  82. .add-btn.modified {
  83. color: #5dbc7c;
  84. }
  85. .add-btn.up {
  86. background-color: #5dbc7c;
  87. color: #fff;
  88. }
  89. .add-btn.action {
  90. background-color: #999;
  91. }
  92. .list {
  93. padding-left: 30rpx;
  94. margin-top: 30rpx;
  95. background-color: #fff;
  96. }
  97. .list .box {
  98. display: flex;
  99. -webkit-box-align: center;
  100. align-items: center;
  101. width: 100%;
  102. height: 120rpx;
  103. border-bottom: 1px solid #ebeef5;
  104. }
  105. .list .box .icon {
  106. font-size: 48rpx;
  107. padding-right: 20rpx;
  108. }
  109. .list .box .icon .icon-img {
  110. height: 50rpx;
  111. width: 50rpx;
  112. }
  113. .list .box .iconweixin1 {
  114. color: #18bf16;
  115. }
  116. .list .box .iconzhifubao {
  117. color: #08aaec;
  118. }
  119. .list .box .title-box {
  120. -webkit-box-flex: 1;
  121. flex-grow: 1;
  122. text-align: left;
  123. }
  124. .list .box .title-box .title {
  125. font-size: 30rpx;
  126. color: #606266;
  127. }
  128. .list .box .title-box .node {
  129. font-size: 24rpx;
  130. color: #909399;
  131. }
  132. .uni-radio-input {
  133. width: 45rpx;
  134. height: 45rpx;
  135. }