Personnel_details.wxss 4.7 KB

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