index.rpx.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .page{
  2. background: #f7f7f7;
  3. position: relative;
  4. display: flex;
  5. }
  6. .bgImage{
  7. width: 750rpx;
  8. height: 520rpx;
  9. }
  10. .page1{
  11. width: 750rpx;
  12. position: absolute;
  13. left: 0;
  14. top: 0;
  15. }
  16. .tuni{
  17. width: 686rpx;
  18. height: 160rpx;
  19. border-radius: 24rpx;
  20. background: #ffffff;
  21. margin-top: 184rpx;
  22. }
  23. .profile{
  24. width: 112rpx;
  25. height: 112rpx;
  26. border-radius: 80rpx;
  27. border: 2rpx solid #FFFFFF;
  28. box-sizing: border-box;
  29. margin-left: 32rpx;
  30. margin-top: 24rpx;
  31. }
  32. .tuniMsg{
  33. width: 380rpx;
  34. height: 160rpx;
  35. margin-left: 16rpx;
  36. }
  37. .name{
  38. font-size: 28rpx;
  39. font-weight: 600;
  40. color: #333333;
  41. margin-top: 30rpx;
  42. }
  43. .dizi{
  44. font-size: 24rpx;
  45. font-weight: 400;
  46. color: #333333;
  47. margin-top: 30rpx;
  48. }
  49. .tab{
  50. width: 384rpx;
  51. height: 80rpx;
  52. border-radius: 40rpx;
  53. background: #ffffff;
  54. margin-top: 30rpx;
  55. }
  56. .serviceing{
  57. height: 1100rpx;
  58. margin-top: 8rpx;
  59. margin-bottom: 60rpx;
  60. }
  61. .serviceMsg{
  62. width: 686rpx;
  63. padding-bottom: 100rpx;
  64. background: #FFFFFF;
  65. border-radius: 24rpx;
  66. margin-top: 60rpx;
  67. position: relative;
  68. }
  69. .backColor{
  70. background: #f7f7f7;
  71. }
  72. .dakaIcon{
  73. margin-top: 30rpx;
  74. }
  75. .dakaText{
  76. margin-top: 20rpx;
  77. font-size: 20rpx;
  78. font-weight: 400;
  79. color: #333333;
  80. }
  81. .tabs{
  82. width: 192rpx;
  83. height: 80rpx;
  84. background: #FFFFFF;
  85. border-radius: 40rpx;
  86. border: 4rpx solid #FFFFFF;
  87. box-sizing: border-box;
  88. text-align: center;
  89. line-height: 80rpx;
  90. }
  91. .selectTabs{
  92. background:#FFE05C ;
  93. }
  94. .serviceProfile{
  95. width: 160rpx;
  96. height: 160rpx;
  97. border-radius: 80rpx;
  98. border: 2px solid #ffffff;
  99. box-sizing: border-box;
  100. }
  101. .serviceInfo{
  102. position: absolute;
  103. left: 32rpx;
  104. top: -50rpx;
  105. }
  106. .servicename{
  107. height: 52rpx;
  108. font-size: 36rpx;
  109. font-weight: 600;
  110. color: #333333;
  111. margin-left: 20rpx;
  112. line-height: 64rpx;
  113. margin-bottom: 20rpx;
  114. }
  115. .tag{
  116. width: 136rpx;
  117. height: 64rpx;
  118. background: #FFF6CE;
  119. border-radius: 32rpx;
  120. line-height: 64rpx;
  121. margin-bottom: 20rpx;
  122. margin-left: 20rpx;
  123. }
  124. .hint{
  125. width: 24rpx;
  126. height: 24rpx;
  127. border-radius: 12rpx;
  128. text-align: center;
  129. background: #FFAF36;
  130. color: #FFFFFF;
  131. font-size: 18rpx;
  132. margin-left: 20rpx;
  133. margin-top: 32rpx;
  134. }
  135. .hintCentent{
  136. font-size: 24rpx;
  137. font-weight: 400;
  138. color: #FFAF36;
  139. margin-left: 16rpx;
  140. line-height: 88rpx;
  141. }
  142. .hintView{
  143. width: 622rpx;
  144. height: 88rpx;
  145. background: #FFF7EA;
  146. border-radius: 44rpx;
  147. border: 2rpx solid #FFFFFF;
  148. margin-top: 24rpx;
  149. }
  150. .key{
  151. font-size: 28rpx;
  152. font-weight: 400;
  153. color: #999999;
  154. }
  155. .value{
  156. font-size: 28rpx;
  157. font-weight: 400;
  158. color: #333333;
  159. }
  160. .key1{
  161. height: 44rpx;
  162. font-size: 28rpx;
  163. font-weight: 400;
  164. color: #333333;
  165. line-height: 44rpx;
  166. }
  167. .leftBord{
  168. border-left: 2px solid #DDDDDD;
  169. padding-left: 30rpx;
  170. margin-left: 30rpx;
  171. }
  172. .value1{
  173. height: 52rpx;
  174. font-size: 36rpx;
  175. font-weight: bold;
  176. color: #ED569F;
  177. line-height: 52rpx;
  178. }
  179. .value2{
  180. height: 44rpx;
  181. font-size: 28rpx;
  182. font-family: DIN, DIN;
  183. font-weight: 400;
  184. color: #ED569F;
  185. line-height: 44rpx;
  186. }
  187. .tag1{
  188. width: 188rpx;
  189. height: 80rpx;
  190. background: #FFF6CE;
  191. border-radius: 44rpx;
  192. font-size: 24rpx;
  193. font-weight: 400;
  194. color: #333333;
  195. line-height: 80rpx;
  196. }
  197. .itemView{
  198. width: 592rpx;
  199. margin-top: 24rpx;
  200. }
  201. .item{
  202. margin-top: 16rpx;
  203. }
  204. .grid{
  205. width: 622rpx;
  206. height: 136rpx;
  207. margin-top: 40rpx;
  208. border-top: 2rpx dashed #111111;
  209. padding-top: 40rpx;
  210. }
  211. .grid-text{
  212. height: 34rpx;
  213. font-size: 24rpx;
  214. font-weight: 400;
  215. color: #666666;
  216. line-height: 34rpx;
  217. }
  218. .start{
  219. width: 160rpx;
  220. height: 160rpx;
  221. border-radius: 80rpx;
  222. background: #FFE05C;
  223. border: 4rpx solid #FFFFFF;
  224. box-sizing: border-box;
  225. text-align: center;
  226. position: absolute;
  227. left: 263rpx;
  228. bottom: -80rpx;
  229. }
  230. .start text{
  231. width: 56rpx;
  232. height: 80rpx;
  233. font-size: 28rpx;
  234. font-weight: 600;
  235. color: #333333;
  236. line-height:40rpx;
  237. margin-top: 40rpx;
  238. }
  239. .dataNull{
  240. width: 140rpx;
  241. height: 140rpx;
  242. margin-top: 200rpx;
  243. }
  244. .dataNullText{
  245. font-size: 24rpx;
  246. font-weight: 400;
  247. color: #999999;
  248. margin-top: 24rpx;
  249. }
  250. .list{
  251. width: 750rpx;
  252. background: #f7f7f7;
  253. }
  254. .listItem{
  255. width: 686rpx;
  256. height: 160rpx;
  257. background: #FFFFFF;
  258. border-radius: 24rpx;
  259. margin-top: 24rpx;
  260. }
  261. .listItemProfile{
  262. width: 112rpx;
  263. height: 112rpx;
  264. border: 2rpx solid #FFFFFF;
  265. margin-top: 24rpx;
  266. margin-left: 32rpx;
  267. }
  268. .listItemName{
  269. font-size: 28rpx;
  270. font-weight: 600;
  271. color: #333333;
  272. margin-left: 28rpx;
  273. line-height: 160rpx;
  274. }
  275. .listItemkey{
  276. height: 44rpx;
  277. font-size: 28rpx;
  278. font-weight: 400;
  279. color: #999999;
  280. line-height: 160rpx;
  281. }
  282. .listItemValue{
  283. height: 44rpx;
  284. font-size: 28rpx;
  285. font-weight: 400;
  286. color: #333333;
  287. line-height: 160rpx;
  288. padding-right: 38rpx;
  289. }