me.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. /* parents/pages/me/me.wxss */
  2. @import '../../../templates/footer/footer.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. page{
  5. background: #fff
  6. }
  7. .header {
  8. padding: 40rpx 30rpx;
  9. background: #fff;
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. }
  14. .header-row {
  15. display: flex;
  16. justify-content: flex-start;
  17. align-items: center;
  18. margin-top: 18rpx;
  19. }
  20. .header-row:nth-of-type(1) {
  21. margin-top: 0;
  22. }
  23. .header-col {
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: flex-start;
  27. align-items: flex-start;
  28. }
  29. .header-flex {
  30. flex: 1;
  31. display: flex;
  32. justify-content: flex-start;
  33. align-items: center;
  34. }
  35. .header-images {
  36. position: relative;
  37. /* margin-right: 30rpx;
  38. right:-200rpx; */
  39. }
  40. .members-information{
  41. margin: 40rpx;
  42. background:rgba(255,255,255,1);
  43. box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
  44. border-radius: 18rpx;
  45. display: flex;
  46. justify-content: space-between;
  47. }
  48. .information-flex{
  49. display:inline-block;
  50. padding: 40rpx 40rpx 33rpx 40rpx;
  51. font-weight: bold;
  52. }
  53. .section-text-members{
  54. font-size: 30rpx;
  55. color: #333;
  56. margin-bottom: 20rpx;
  57. }
  58. .section-text-card{
  59. font-size: 30rpx;
  60. color: #00B7FF;
  61. }
  62. .information-two{
  63. position: relative;
  64. min-width: 250rpx;
  65. }
  66. .section-text-data{
  67. font-size: 24rpx;
  68. color: #6C6C80;
  69. position:absolute;
  70. top:30rpx;
  71. right:23rpx;
  72. }
  73. .header-image {
  74. width: 148rpx;
  75. height: 148rpx;
  76. border-radius: 200rpx;
  77. border: 10rpx solid #00B7FF;
  78. }
  79. .header-icon {
  80. position: absolute;
  81. right: 0;
  82. bottom: 0;
  83. width: 40rpx;
  84. height: 40rpx;
  85. }
  86. .header-nologin-icon{
  87. width: 148rpx;
  88. height: 148rpx;
  89. border-radius: 50%;
  90. }
  91. .header-text-black {
  92. font-size: 38rpx;
  93. color: #333;
  94. }
  95. .section-text-login{
  96. width:154rpx;
  97. height:46rpx;
  98. border:2rpx solid rgba(0,183,255,1);
  99. border-radius:23rpx;
  100. font-size: 28rpx;
  101. text-align:center;
  102. line-height:46rpx;
  103. color: #00B7FF;
  104. margin-bottom: 30rpx;
  105. background: #fff;
  106. }
  107. .modal-text-addchild{
  108. padding:12rpx 15rpx;
  109. width:30%;
  110. margin:20rpx auto;
  111. height: 40rpx;
  112. font-size: 30rpx;
  113. text-align:center;
  114. line-height:40rpx;
  115. border-radius: 40rpx;
  116. color: #00B7FF;
  117. border: 3rpx solid #00B7FF;
  118. }
  119. .header-images-btn{
  120. border: none;
  121. color: #333;
  122. font-size: 38rpx;
  123. text-align: center;
  124. background: transparent;
  125. }
  126. .header-button {
  127. border-radius: 100rpx;
  128. border: 1rpx solid rgba(0,183,255,1);
  129. font-size: 30rpx;
  130. color: #00B7FF;
  131. padding: 8rpx 20rpx;
  132. margin-left: 20rpx;
  133. }
  134. .header-icon-two {
  135. width: 30rpx;
  136. height: 34rpx;
  137. margin-right: 14rpx;
  138. }
  139. .header-text {
  140. font-size: 28rpx;
  141. color: #999;
  142. }
  143. .header-arrow {
  144. width: 14rpx;
  145. height: 24rpx;
  146. }
  147. .section-list {
  148. margin:20rpx 40rpx;
  149. background:rgba(255,255,255,1);
  150. border-radius: 18rpx;
  151. }
  152. .section-li {
  153. display: flex;
  154. justify-content: space-between;
  155. align-items: center;
  156. padding: 30rpx 0;
  157. border-bottom: solid 1rpx #E6E6EC;
  158. cursor: pointer;
  159. }
  160. /* .section-li:nth-last-of-type(1) {
  161. border-bottom: solid 1rpx transparent;
  162. } */
  163. .section-arrow {
  164. width: 14rpx;
  165. height: 24rpx;
  166. }
  167. .section-icon {
  168. width: 36rpx;
  169. height: 36rpx;
  170. margin-right: 22rpx;
  171. }
  172. .section-text {
  173. font-size: 30rpx;
  174. color: #6C6C80;
  175. font-weight: bold;
  176. }
  177. .section-text-black{
  178. font-size: 44rpx;
  179. color: rgb(2, 2, 2);
  180. }
  181. .section-text-add{
  182. font-size: 26rpx;
  183. color: #6C6C80;
  184. font-weight:500;
  185. }
  186. .modal-container {
  187. position: fixed;
  188. top: 0;
  189. left: 0;
  190. width: 100%;
  191. height: 100%;
  192. background: rgba(0, 0, 0, 0.5);
  193. z-index: 999;
  194. }
  195. .section-queem_icon{
  196. width: 122rpx;
  197. height: 84rpx;
  198. position:absolute;
  199. right:0;
  200. bottom:0;
  201. }
  202. .modal-wrapper {
  203. position: absolute;
  204. top: 250rpx;
  205. left: 50%;
  206. width: 710rpx;
  207. transform: translateX(-50%);
  208. background: rgba(255,255,255,1);
  209. border-radius: 18rpx;
  210. }
  211. .modal-wrapper::after {
  212. content: "";
  213. position: absolute;
  214. right: 70rpx;
  215. top: -20rpx;
  216. border-left: solid 20rpx transparent;
  217. border-right: solid 20rpx transparent;
  218. border-bottom: solid 25rpx #fff;
  219. }
  220. .modal-li {
  221. border-bottom: solid 1rpx #E6E6E6;
  222. display: flex;
  223. justify-content: space-between;
  224. align-items: center;
  225. padding: 30rpx 40rpx;
  226. }
  227. .modal-li:nth-last-of-type(1) {
  228. border-bottom: none;
  229. }
  230. .modal-row {
  231. display: flex;
  232. justify-content: flex-start;
  233. align-items: center;
  234. }
  235. .modal-image {
  236. width: 98rpx;
  237. height: 98rpx;
  238. border-radius: 50%;
  239. margin-right: 30rpx;
  240. }
  241. .modal-text {
  242. font-size: 32rpx;
  243. color: #999;
  244. }
  245. .modal-icon {
  246. width: 30rpx;
  247. height: 24rpx;
  248. margin-left: 30rpx;
  249. }
  250. .section-icon-address{
  251. width: 30rpx;
  252. height: 30rpx;
  253. margin-right: 17rpx;
  254. }
  255. .li-picker{
  256. width: 60%;
  257. text-align: right
  258. }