add_parent.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. /* pages/add_parent/add_parent.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. .li{
  4. margin: 24rpx;
  5. padding: 0;
  6. }
  7. .li-items{
  8. border-bottom: 1rpx solid #E5E7F1;
  9. padding: 40rpx 0;
  10. display: flex;
  11. justify-content: space-between
  12. }
  13. .li-items-headImg{
  14. width: 100rpx;
  15. height: 100rpx;
  16. border-radius: 50%;
  17. margin-right: 27rpx;
  18. position: relative;
  19. top: 15rpx;
  20. }
  21. .li-items-name{
  22. display: inline-block;
  23. text-align: center;
  24. }
  25. .li-items-name-real{
  26. font-size: 30rpx;
  27. color: #393939;
  28. }
  29. .li-items-name-role{
  30. border-radius:18px;
  31. padding: 3rpx 21rpx;
  32. font-size: 24rpx;
  33. color: #fff;
  34. line-height: 36rpx;
  35. text-align: center;
  36. margin-top: 14rpx;
  37. }
  38. .li-blue{
  39. background: #52CBFE;
  40. }
  41. .li-red{
  42. background:rgba(255,100,101,1);
  43. }
  44. .li-yellow{
  45. background: #FFCE58;
  46. }
  47. .li-items-relax{
  48. font-size: 30rpx;
  49. color: #8489A3;
  50. display: inline-block;
  51. margin-right: 20rpx;
  52. }
  53. .li-items-relax-img{
  54. width: 64rpx;
  55. height: 64rpx;
  56. position: relative;
  57. top: 15rpx;
  58. }
  59. .li-items-tips{
  60. position: relative;
  61. top: 19rpx;
  62. }
  63. .li-add-parents{
  64. width:372rpx;
  65. height:80rpx;
  66. background:rgba(241,243,250,1);
  67. border-radius:10rpx;
  68. margin: 42rpx auto;
  69. line-height: 80rpx;
  70. text-align: center;
  71. color: #393939;
  72. font-size: 28rpx;
  73. }
  74. .li-ten{
  75. color: #FF6465;
  76. width: 20rpx;
  77. height: 20rpx;
  78. font-size: 36rpx;
  79. margin-right: 15rpx;
  80. }
  81. .list{
  82. margin:47rpx;
  83. padding: 0;
  84. font-size: 30rpx;
  85. }
  86. .list-item{
  87. height:100rpx;
  88. background:rgba(241,243,250,1);
  89. border-radius:10rpx;
  90. line-height: 100rpx;
  91. display: flex;
  92. justify-content: flex-start;
  93. padding: 0 24rpx;
  94. margin-bottom: 20rpx;
  95. width: 82%;
  96. }
  97. .list-one{
  98. position: fixed;
  99. top: 12%;
  100. z-index: 10;
  101. }
  102. .list-three{
  103. position: fixed;
  104. top: 32%;
  105. z-index: 10;
  106. }
  107. .role-list-item{
  108. height:100rpx;
  109. background:rgba(241,243,250,1);
  110. border-radius:10rpx;
  111. line-height: 100rpx;
  112. display: flex;
  113. justify-content: flex-start;
  114. padding: 0 24rpx;
  115. }
  116. .li-item-head{
  117. color: #393939;
  118. }
  119. .li-item-head-red{
  120. color: #FF6465;
  121. }
  122. .input-placeholder{
  123. font-size: 28rpx;
  124. color: #D0D5E6;
  125. }
  126. .li-input {
  127. /* background: #bfbfbf; */
  128. margin-top: 24rpx;
  129. font-size: 28rpx;
  130. color: #393939;
  131. margin-left: 24rpx;
  132. }
  133. .li-role{
  134. font-size: 30rpx;
  135. color: #393939;
  136. display: flex;
  137. justify-content: space-between;
  138. padding-left: 24rpx;
  139. width: 73%;
  140. }
  141. .li-submit{
  142. width:340rpx;
  143. height:94rpx;
  144. background:rgba(255,100,101,1);
  145. border-radius:16rpx;
  146. font-size: 34rpx;
  147. color: #fff;
  148. text-align: center;
  149. line-height: 94rpx;
  150. position: fixed;
  151. bottom: 20%;
  152. left: 27.6%;
  153. }
  154. .li-row-img{
  155. width: 19rpx;
  156. height: 33rpx;
  157. transform: rotate(90deg);
  158. }
  159. .list-item-center{
  160. background:rgba(255,255,255,1);
  161. border-top:none;
  162. border-radius:10rpx;
  163. }
  164. .role{
  165. border-radius:10rpx;
  166. position: fixed;
  167. top: 22%;
  168. z-index: 1000;
  169. margin-bottom: 20rpx;
  170. width: 88.5%;
  171. }
  172. .role-active{
  173. border:2rpx solid rgba(208, 213, 230, 1);
  174. }
  175. .role-item{
  176. line-height: 102rpx;
  177. font-size: 30rpx;
  178. color: #393939;
  179. padding: 0 23rpx;
  180. }
  181. .li-select-active{
  182. color: #393939 !important;
  183. }
  184. .li-select{
  185. color: #D0D5E6
  186. }
  187. .li-active{
  188. background: #D0D5E6
  189. }
  190. .li-row-active{
  191. transform: rotate(270deg) !important;
  192. }
  193. .showModel{
  194. width: 100%;
  195. height: 100%;
  196. position: fixed;
  197. top: 0;
  198. left: 0;
  199. background: #000;
  200. opacity: 0.5;
  201. overflow: hidden;
  202. z-index: 1000;
  203. color: #fff;
  204. }
  205. .model{
  206. z-index: 1001;
  207. position: fixed;
  208. top: 233rpx;
  209. margin: 0 60rpx;
  210. background: #fff;
  211. border-radius:30rpx;
  212. text-align: center;
  213. }
  214. .model-text{
  215. color: #393939;
  216. font-size: 30rpx;
  217. text-align: center;
  218. margin: 95rpx 50rpx;
  219. }
  220. .model-list{
  221. display: flex;
  222. justify-content: space-around;
  223. align-items: center;
  224. margin-bottom: 50rpx;
  225. color: #8489A3;
  226. font-size: 34rpx;
  227. }
  228. .model-list-sure{
  229. color: #FF6465;
  230. }
  231. .list-tips{
  232. color: #393939;
  233. font-size: 30rpx;
  234. text-align: left
  235. }