serviceOrder.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. page {
  2. background: #F3F3F3;
  3. color: #333;
  4. padding:24rpx 0 40rpx;
  5. /* padding:0 24rpx; */
  6. }
  7. view,text{
  8. box-sizing: border-box;
  9. color:#333;
  10. font-size: 29rpx;
  11. }
  12. .whole-page{
  13. min-height: 1000rpx;
  14. }
  15. view.van-radio__icon-wrap .van-icon{
  16. color:#fff;
  17. font-size: 32rpx;
  18. }
  19. .logout{
  20. font-weight: 600;
  21. color: #716F6F;
  22. line-height: 42rpx;
  23. text-decoration: underline;
  24. margin:34rpx 0 80rpx;
  25. font-size: 30rpx;
  26. text-align: center;
  27. }
  28. .user-wrapper{
  29. margin:0 24rpx 24rpx;
  30. background: #FFFFFF;
  31. border-radius: 18rpx;
  32. padding:28rpx 18rpx 32rpx 24rpx;
  33. width:702rpx;
  34. }
  35. .user-info{
  36. display: flex;
  37. align-items: center;
  38. height:160rpx;
  39. }
  40. .user-img{
  41. width:148rpx;
  42. height: 148rpx;
  43. border-radius:148rpx;
  44. margin-right:16rpx;
  45. background: #eee;
  46. /* margin-top:-100rpx; */
  47. }
  48. .user-right{
  49. /* height: 150rpx; */
  50. display: flex;
  51. flex-direction: column;
  52. /* justify-content: space-between; */
  53. flex:1;
  54. line-height:32rpx;
  55. }
  56. .user-name{
  57. display: flex;
  58. height: 32rpx;
  59. justify-content: space-between;
  60. margin-bottom:24rpx;
  61. }
  62. .user-name text{
  63. font-size: 38rpx;
  64. font-weight: bold;
  65. }
  66. .city-station{
  67. line-height: 40rpx;
  68. }
  69. .job-year{
  70. color: #096DD9;
  71. }
  72. .user-bottom{
  73. margin-top:16rpx;
  74. }
  75. .user-tag{
  76. display: flex;
  77. }
  78. .user-tag view{
  79. background: #E6F7FF;
  80. border-radius: 4rpx;
  81. border: 1rpx solid #91D5FF;
  82. width:74rpx;
  83. height: 34rpx;
  84. color: #096DD9;
  85. font-size: 22rpx;
  86. text-align: center;
  87. margin-right:10rpx;
  88. }
  89. .health{
  90. display: flex;
  91. }
  92. .health image{
  93. width:36rpx;
  94. height: 34rpx;
  95. /* margin-right:6rpx; */
  96. }
  97. .health text{
  98. color: #096DD9;
  99. font-size: 26rpx;
  100. line-height: 26rpx;
  101. }
  102. .company{
  103. color: #666;
  104. margin:0 0 16rpx 10rpx;
  105. }
  106. .recommend{
  107. display: flex;
  108. height: 68rpx;
  109. align-items: center;
  110. }
  111. .recommend view{
  112. font-size: 32rpx;
  113. margin-left:10rpx;
  114. }
  115. .recommend view text{
  116. font-weight: bold;
  117. color:#064952;
  118. font-size: 36rpx;
  119. }
  120. .recommend .copy-img{
  121. width:40rpx;
  122. height:40rpx;
  123. margin:4rpx 0 0 8rpx;
  124. }
  125. .logout-text{
  126. color: #09AFFF;
  127. font-size: 28rpx;
  128. text-decoration: underline;
  129. font-weight: normal;
  130. }
  131. .dashboard{
  132. padding:0 0 0 24rpx;
  133. display: flex;
  134. flex-wrap: wrap;
  135. }
  136. .module-item{
  137. display: flex;
  138. flex-direction: column;
  139. justify-content: space-between;
  140. align-items: center;
  141. width: 220rpx;
  142. height: 324rpx;
  143. background: #FFFFFF;
  144. border-radius: 18rpx;
  145. padding:30rpx 24rpx;
  146. margin:0 20rpx 20rpx 0;
  147. }
  148. .module-item .title{
  149. height: 46rpx;
  150. line-height: 46rpx;
  151. font-size: 32rpx;
  152. font-weight: bold;
  153. align-self: flex-start;
  154. }
  155. .module-item image{
  156. width:88rpx;
  157. height:88rpx;
  158. }
  159. .module-item .board-num{
  160. color: #666666;
  161. font-size: 28rpx;
  162. height:32rpx;
  163. line-height: 32rpx;
  164. }
  165. .popup-content{
  166. display: flex;
  167. justify-content: space-between;
  168. font-size: 25rpx;
  169. /*display: inline-block;*/
  170. padding: 5rpx;
  171. }
  172. .popup-text-right {
  173. text-align: right;
  174. color: #80c0eb;
  175. }
  176. .popup-text-lft {
  177. text-align: left;
  178. color: #666666;
  179. }
  180. .popup {
  181. position: fixed;
  182. bottom: 5rpx;
  183. left: 50%;
  184. transform: translate(-50%, -50%);
  185. width: 100%;
  186. background-color: rgb(200,233,254);
  187. padding: 5rpx;
  188. z-index: 1000;
  189. }
  190. .popup-mask {
  191. position: fixed;
  192. top: 0;
  193. left: 0;
  194. width: 80%;
  195. height: 100%;
  196. /*background-color: rgba(0, 0, 0, 0.5);*/
  197. z-index: 999;
  198. }