index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. page {
  2. min-height: 100%;
  3. background-color: #f8f8f8;
  4. }
  5. .container {
  6. min-height: 100%;
  7. /* align-items: stretch; */
  8. background: #f8f8f8;
  9. overflow-x: hidden;
  10. padding: 30rpx;
  11. }
  12. .edit-container {
  13. background: #fff;
  14. width: 100%;
  15. margin-bottom: 30rpx;
  16. border-radius: 10rpx;
  17. box-shadow: 2rpx 8rpx 18rpx #f1f1f1;
  18. }
  19. .a-item {
  20. display: flex;
  21. justify-content: flex-start;
  22. align-items: center;
  23. padding-left: 30rpx;
  24. }
  25. .a-item .icon {
  26. display: flex;
  27. justify-content: flex-start;
  28. align-items: center;
  29. margin-right: 20rpx;
  30. }
  31. .a-item .icon .img {
  32. width: 36rpx;
  33. height: 36rpx;
  34. }
  35. .a-item .input-wrap {
  36. display: flex;
  37. justify-content: space-between;
  38. align-items: center;
  39. width: 100%;
  40. padding: 30rpx 30rpx 30rpx 0;
  41. border-bottom: 1rpx solid #f1f1f1;
  42. }
  43. .a-item:last-child .input-wrap {
  44. border-bottom: none;
  45. }
  46. .a-item .input-wrap .a-input {
  47. font-size: 28rpx;
  48. width: 100%;
  49. }
  50. .a-item .input-wrap .arrow {
  51. width: 10rpx;
  52. height: 10rpx;
  53. border-top: 4rpx solid #aaa;
  54. border-right: 4rpx solid #aaa;
  55. transform: rotate(45deg);
  56. }
  57. .a-input {
  58. font-size: 28rpx;
  59. width: 100%;
  60. }
  61. .confirm-box {
  62. width: 100%;
  63. height: 100rpx;
  64. position: fixed;
  65. bottom: 0;
  66. left: 0;
  67. /* border-top:1px solid #eee; */
  68. background: linear-gradient(to right, #ff116a, #fe5b46);
  69. text-align: center;
  70. line-height: 100rpx;
  71. color: #fff;
  72. font-size: 32rpx;
  73. }
  74. .default-input {
  75. font-size: 28rpx;
  76. color: #233445;
  77. line-height: 60rpx;
  78. margin: 0 auto;
  79. width: 300rpx;
  80. }
  81. .region-select {
  82. width: 100%;
  83. height: 600rpx;
  84. background: #fff;
  85. position: fixed;
  86. z-index: 1000;
  87. left: 0;
  88. bottom: 0;
  89. }
  90. .region-select .hd {
  91. height: 108rpx;
  92. width: 100%;
  93. border-bottom: 1px solid #f4f4f4;
  94. padding: 46rpx 30rpx 0 30rpx;
  95. box-sizing: border-box;
  96. }
  97. .region-select .region-selected {
  98. float: left;
  99. height: 60rpx;
  100. display: flex;
  101. }
  102. .region-select .region-selected .item {
  103. max-width: 140rpx;
  104. margin-right: 30rpx;
  105. text-align: left;
  106. line-height: 60rpx;
  107. height: 100%;
  108. color: #333;
  109. font-size: 28rpx;
  110. overflow: hidden;
  111. text-overflow: ellipsis;
  112. white-space: nowrap;
  113. }
  114. .region-select .region-selected .item.disabled {
  115. color: #999;
  116. }
  117. .region-select .region-selected .item.selected {
  118. color: #ff3456;
  119. }
  120. .region-select .done {
  121. float: right;
  122. height: 60rpx;
  123. width: 60rpx;
  124. border: none;
  125. background: #fff;
  126. line-height: 60rpx;
  127. text-align: center;
  128. color: #ff3456;
  129. font-size: 28rpx;
  130. }
  131. .region-select .done.disabled {
  132. color: #999;
  133. }
  134. .region-select .bd {
  135. height: 492rpx;
  136. width: 100%;
  137. padding: 0 30rpx;
  138. }
  139. .region-select .region-list {
  140. height: 492rpx;
  141. }
  142. .region-select .region-list .item {
  143. width: 100%;
  144. height: 104rpx;
  145. line-height: 104rpx;
  146. text-align: left;
  147. color: #333;
  148. font-size: 28rpx;
  149. }
  150. .region-select .region-list .item.selected {
  151. color: #ff3456;
  152. }
  153. .bg-mask {
  154. height: 100%;
  155. width: 100%;
  156. background: rgba(0, 0, 0, 0.4);
  157. position: fixed;
  158. top: 0;
  159. left: 0;
  160. z-index: 8;
  161. }
  162. .default-wrap{
  163. background: #fff;
  164. width: 100%;
  165. margin-bottom: 30rpx;
  166. border-radius: 10rpx;
  167. box-shadow: 2rpx 8rpx 18rpx #f1f1f1;
  168. padding: 30rpx;
  169. display: flex;
  170. justify-content: space-between;
  171. align-items: center;
  172. box-sizing: border-box;
  173. }
  174. .default-wrap .text{
  175. font-size: 28rpx;
  176. }
  177. .btn-wrap {
  178. width: 100%;
  179. padding: 24rpx 0;
  180. /* position: fixed;
  181. bottom: 0;
  182. left: 0; */
  183. box-sizing: border-box;
  184. }
  185. .btn-wrap .btn {
  186. font-size: 28rpx;
  187. height: 100rpx;
  188. line-height: 100rpx;
  189. text-align: center;
  190. border-radius: 10rpx;
  191. width: 100%;
  192. color: #fff;
  193. background: #bbb;
  194. box-shadow: 0rpx 10rpx 20rpx #ccc;
  195. }
  196. .btn-wrap .btn.active {
  197. background: linear-gradient(to right, #3472ff, #3498ff);
  198. box-shadow: 0rpx 10rpx 20rpx #f1f1f1;
  199. color: #fff;
  200. }
  201. .delete-wrap {
  202. width: 100%;
  203. padding: 24rpx;
  204. /* position: fixed;
  205. bottom: 0;
  206. left: 0; */
  207. box-sizing: border-box;
  208. }
  209. .delete-wrap .btn {
  210. font-size: 28rpx;
  211. color: #5d6777;
  212. text-align: center;
  213. }