me.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. .modal-list{
  92. overflow: scroll
  93. }
  94. .header-text-black {
  95. font-size: 38rpx;
  96. color: #333;
  97. }
  98. .section-text-login{
  99. width:154rpx;
  100. height:46rpx;
  101. border:2rpx solid rgba(0,183,255,1);
  102. border-radius:23rpx;
  103. font-size: 28rpx;
  104. text-align:center;
  105. line-height:46rpx;
  106. color: #00B7FF;
  107. margin-bottom: 30rpx;
  108. background: #fff;
  109. }
  110. .modal-text-addchild{
  111. padding:12rpx 15rpx;
  112. width:30%;
  113. margin:20rpx auto;
  114. height: 40rpx;
  115. font-size: 30rpx;
  116. text-align:center;
  117. line-height:40rpx;
  118. border-radius: 40rpx;
  119. color: #00B7FF;
  120. border: 3rpx solid #00B7FF;
  121. }
  122. .header-images-btn{
  123. border: none;
  124. color: #333;
  125. font-size: 38rpx;
  126. text-align: center;
  127. background: transparent;
  128. }
  129. .header-button {
  130. border-radius: 100rpx;
  131. border: 1rpx solid rgba(0,183,255,1);
  132. font-size: 30rpx;
  133. color: #00B7FF;
  134. padding: 8rpx 20rpx;
  135. margin-left: 20rpx;
  136. }
  137. .header-icon-two {
  138. width: 30rpx;
  139. height: 34rpx;
  140. margin-right: 14rpx;
  141. }
  142. .header-text {
  143. font-size: 28rpx;
  144. color: #999;
  145. }
  146. .header-arrow {
  147. width: 14rpx;
  148. height: 24rpx;
  149. }
  150. .section-list {
  151. margin:20rpx 40rpx;
  152. background:rgba(255,255,255,1);
  153. border-radius: 18rpx;
  154. }
  155. .section-li {
  156. display: flex;
  157. justify-content: space-between;
  158. align-items: center;
  159. padding: 30rpx 0;
  160. border-bottom: solid 1rpx #E6E6EC;
  161. cursor: pointer;
  162. }
  163. /* .section-li:nth-last-of-type(1) {
  164. border-bottom: solid 1rpx transparent;
  165. } */
  166. .section-arrow {
  167. width: 14rpx;
  168. height: 24rpx;
  169. }
  170. .section-icon {
  171. width: 36rpx;
  172. height: 36rpx;
  173. margin-right: 22rpx;
  174. }
  175. .section-text {
  176. font-size: 30rpx;
  177. color: #6C6C80;
  178. font-weight: bold;
  179. }
  180. .section-text-black{
  181. font-size: 44rpx;
  182. color: rgb(2, 2, 2);
  183. }
  184. .section-text-add{
  185. font-size: 26rpx;
  186. color: #6C6C80;
  187. font-weight:500;
  188. }
  189. .modal-container {
  190. position: fixed;
  191. top: 0;
  192. left: 0;
  193. width: 100%;
  194. height: 100%;
  195. background: rgba(0, 0, 0, 0.5);
  196. z-index: 999;
  197. }
  198. .section-queem_icon{
  199. width: 122rpx;
  200. height: 84rpx;
  201. position:absolute;
  202. right:0;
  203. bottom:0;
  204. }
  205. .modal-wrapper {
  206. position: absolute;
  207. top: 250rpx;
  208. left: 50%;
  209. width: 710rpx;
  210. transform: translateX(-50%);
  211. background: rgba(255,255,255,1);
  212. border-radius: 18rpx;
  213. }
  214. .modal-wrapper::after {
  215. content: "";
  216. position: absolute;
  217. right: 70rpx;
  218. top: -20rpx;
  219. border-left: solid 20rpx transparent;
  220. border-right: solid 20rpx transparent;
  221. border-bottom: solid 25rpx #fff;
  222. }
  223. .modal-li {
  224. border-bottom: solid 1rpx #E6E6E6;
  225. display: flex;
  226. justify-content: space-between;
  227. align-items: center;
  228. padding: 30rpx 40rpx;
  229. }
  230. /* .modal-li:nth-last-of-type(1) {
  231. border-bottom: none;
  232. } */
  233. .modal-row {
  234. display: flex;
  235. justify-content: flex-start;
  236. align-items: center;
  237. }
  238. .modal-image {
  239. width: 98rpx;
  240. height: 98rpx;
  241. border-radius: 50%;
  242. margin-right: 30rpx;
  243. }
  244. .modal-text {
  245. font-size: 32rpx;
  246. color: #999;
  247. }
  248. .modal-icon {
  249. width: 30rpx;
  250. height: 24rpx;
  251. margin-left: 30rpx;
  252. }
  253. .section-icon-address{
  254. width: 30rpx;
  255. height: 30rpx;
  256. margin-right: 17rpx;
  257. }
  258. .li-picker{
  259. width: 60%;
  260. text-align: right
  261. }