index.rpx.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. .page{
  2. background-image:url('https://wine.gzzzyd.com/tech/static/index/bgImg.png');
  3. background-repeat:no-repeat;
  4. background-size:100% ;
  5. background-color: #f7f7f7;
  6. padding: 0 32rpx;
  7. }
  8. .tuni{
  9. height: 160rpx;
  10. border-radius: 24rpx;
  11. background: #ffffff;
  12. margin-top: 34rpx;
  13. }
  14. .profile{
  15. width: 112rpx;
  16. height: 112rpx;
  17. border-radius: 80rpx;
  18. border: 2rpx solid #FFFFFF;
  19. box-sizing: border-box;
  20. margin-left: 32rpx;
  21. margin-top: 24rpx;
  22. }
  23. .tuniMsg{
  24. width: 380rpx;
  25. height: 160rpx;
  26. margin-left: 16rpx;
  27. }
  28. .name{
  29. font-size: 28rpx;
  30. font-weight: 600;
  31. color: #333333;
  32. margin-top: 30rpx;
  33. }
  34. .dizi{
  35. font-size: 24rpx;
  36. font-weight: 400;
  37. color: #333333;
  38. margin-top: 30rpx;
  39. }
  40. .tab{
  41. width: 384rpx;
  42. height: 80rpx;
  43. border-radius: 40rpx;
  44. background: #ffffff;
  45. margin-top: 30rpx;
  46. }
  47. .serviceMsg{
  48. width: 686rpx;
  49. padding-bottom: 100rpx;
  50. background: #FFFFFF;
  51. border-radius: 24rpx;
  52. margin-top: 60rpx;
  53. margin-bottom: 80rpx;
  54. position: relative;
  55. }
  56. .dakaIcon{
  57. margin-top: 30rpx;
  58. }
  59. .dakaText{
  60. margin-top: 20rpx;
  61. font-size: 20rpx;
  62. font-weight: 400;
  63. color: #333333;
  64. }
  65. .tabs{
  66. width: 192rpx;
  67. height: 80rpx;
  68. background: #FFFFFF;
  69. border-radius: 40rpx;
  70. border: 4rpx solid #FFFFFF;
  71. box-sizing: border-box;
  72. text-align: center;
  73. line-height: 80rpx;
  74. }
  75. .selectTabs{
  76. background:#FFE05C ;
  77. }
  78. .serviceProfile{
  79. width: 160rpx;
  80. height: 160rpx;
  81. border-radius: 80rpx;
  82. border: 2px solid #ffffff;
  83. box-sizing: border-box;
  84. }
  85. .serviceInfo{
  86. position: absolute;
  87. left: 32rpx;
  88. top: -50rpx;
  89. }
  90. .servicename{
  91. height: 52rpx;
  92. font-size: 36rpx;
  93. font-weight: 600;
  94. color: #333333;
  95. margin-left: 20rpx;
  96. line-height: 64rpx;
  97. margin-bottom: 20rpx;
  98. }
  99. .tag{
  100. width: 140rpx;
  101. height: 64rpx;
  102. background: #FFF6CE;
  103. border-radius: 32rpx;
  104. line-height: 64rpx;
  105. margin-bottom: 20rpx;
  106. margin-left: 20rpx;
  107. }
  108. .tag text{
  109. margin-right: 10rpx;
  110. }
  111. .hint{
  112. width: 24rpx;
  113. height: 24rpx;
  114. border-radius: 12rpx;
  115. text-align: center;
  116. background: #FFAF36;
  117. color: #FFFFFF;
  118. font-size: 18rpx;
  119. margin-left: 20rpx;
  120. margin-top: 32rpx;
  121. }
  122. .hintCentent{
  123. font-size: 24rpx;
  124. font-weight: 400;
  125. color: #FFAF36;
  126. margin-left: 16rpx;
  127. line-height: 88rpx;
  128. }
  129. .hintView{
  130. width: 622rpx;
  131. height: 88rpx;
  132. background: #FFF7EA;
  133. border-radius: 44rpx;
  134. border: 2rpx solid #FFFFFF;
  135. margin-top: 24rpx;
  136. }
  137. .key{
  138. font-size: 28rpx;
  139. font-weight: 400;
  140. color: #999999;
  141. }
  142. .value{
  143. font-size: 28rpx;
  144. font-weight: 400;
  145. color: #333333;
  146. }
  147. .key1{
  148. height: 60rpx;
  149. font-size: 28rpx;
  150. font-weight: 400;
  151. color: #333333;
  152. line-height: 60rpx;
  153. }
  154. .leftBord{
  155. border-left: 2px solid #DDDDDD;
  156. padding-left: 30rpx;
  157. margin-left: 30rpx;
  158. }
  159. .value1{
  160. height: 60rpx;
  161. font-size: 36rpx;
  162. font-weight: bold;
  163. color: #ED569F;
  164. line-height: 60rpx;
  165. }
  166. .value2{
  167. height: 44rpx;
  168. font-size: 28rpx;
  169. font-family: DIN, DIN;
  170. font-weight: 400;
  171. color: #ED569F;
  172. line-height: 44rpx;
  173. }
  174. .tag1{
  175. width: 188rpx;
  176. height: 80rpx;
  177. background: #FFF6CE;
  178. border-radius: 44rpx;
  179. font-size: 24rpx;
  180. font-weight: 400;
  181. color: #333333;
  182. line-height: 80rpx;
  183. }
  184. .tag1 text{
  185. margin-left: 10rpx;
  186. }
  187. .itemViewOut{
  188. width: 638rpx;
  189. margin-left: 24rpx;
  190. padding: 24rpx 0;
  191. border-top: 2rpx dashed #E7E7E7;
  192. }
  193. .itemViewOut:first-child{
  194. border: none;
  195. }
  196. .itemView{
  197. width: 592rpx;
  198. }
  199. .item{
  200. margin-top: 16rpx;
  201. }
  202. .statusDesc{
  203. font-size: 28rpx;
  204. font-weight: 400;
  205. color: #FFAF36;
  206. }
  207. .statusDesc1{
  208. font-size: 28rpx;
  209. font-weight: 400;
  210. color: #CCCCCC;
  211. }
  212. .grid{
  213. width: 622rpx;
  214. height: 136rpx;
  215. margin-top: 40rpx;
  216. border-top: 2rpx dashed #E7E7E7;
  217. padding-top: 40rpx;
  218. }
  219. .grid-text{
  220. height: 34rpx;
  221. font-size: 24rpx;
  222. font-weight: 400;
  223. color: #666666;
  224. line-height: 34rpx;
  225. }
  226. .start{
  227. width: 160rpx;
  228. height: 160rpx;
  229. border-radius: 80rpx;
  230. background: #FFE05C;
  231. border: 4rpx solid #FFFFFF;
  232. box-sizing: border-box;
  233. text-align: center;
  234. position: absolute;
  235. left: 263rpx;
  236. bottom: -80rpx;
  237. }
  238. .start text{
  239. width: 56rpx;
  240. height: 80rpx;
  241. font-size: 28rpx;
  242. font-weight: 600;
  243. color: #333333;
  244. line-height:40rpx;
  245. margin-top: 40rpx;
  246. }
  247. .dataNull{
  248. width: 280rpx;
  249. height: 280rpx;
  250. margin-top: 100rpx;
  251. }
  252. .dataNullText{
  253. font-size: 24rpx;
  254. font-weight: 400;
  255. color: #999999;
  256. margin-top: 24rpx;
  257. }
  258. .addService{
  259. width: 750rpx;
  260. height: 724rpx;
  261. background: #FFFFFF;
  262. border-radius: 24rpx 24rpx 0rpx 0rpx;
  263. padding-top: 24rpx;
  264. }
  265. .popupTitle{
  266. height: 44rpx;
  267. font-size: 32rpx;
  268. font-weight: 600;
  269. color: #333333;
  270. line-height: 44rpx;
  271. margin-left: 34rpx;
  272. }
  273. .scrollY{
  274. height: 504rpx;
  275. margin-top: 34rpx;
  276. margin-bottom: 24rpx;
  277. }
  278. .serviceItem{
  279. width: 686rpx;
  280. height: 152rpx;
  281. background: #FAFAFA;
  282. border-radius: 8rpx;
  283. margin-left: 32rpx;
  284. margin-top: 24rpx;
  285. position: relative;
  286. }
  287. .vImage{
  288. position: absolute;
  289. top: 0;
  290. right: 0;
  291. width: 32rpx;
  292. height: 32rpx;
  293. }
  294. .serviceItem:first-child{
  295. margin-top: 0rpx;
  296. }
  297. .serviceName{
  298. font-size: 32rpx;
  299. font-weight: 600;
  300. color: #111111;
  301. margin-left: 24rpx;
  302. padding-top: 24rpx;
  303. }
  304. .servicePrice{
  305. margin-top: 16rpx;
  306. margin-left: 24rpx;
  307. }
  308. .servicePriceKey{
  309. height: 40rpx;
  310. font-size: 24rpx;
  311. font-weight: 400;
  312. color: #999999;
  313. line-height: 40rpx;
  314. }
  315. .servicePricePrice {
  316. height: 40rpx;
  317. font-size: 24rpx;
  318. font-weight: 400;
  319. color: #ED569F;
  320. line-height: 40rpx;
  321. }
  322. .cancelButton{
  323. width: 332rpx;
  324. height: 80rpx;
  325. background: #F5F5F5;
  326. border-radius: 54rpx;
  327. text-align: center;
  328. line-height: 80rpx;
  329. font-size: 28rpx;
  330. font-weight: 400;
  331. color: #666666;
  332. }
  333. .confirmButton{
  334. width: 332rpx;
  335. height: 80rpx;
  336. background: #FFE05C;
  337. border-radius: 54rpx;
  338. text-align: center;
  339. line-height: 80rpx;
  340. font-size: 28rpx;
  341. font-weight: 400;
  342. color: #333333;
  343. }
  344. .teachItem{
  345. width: 686rpx;
  346. height: 228rpx;
  347. background: #FAFAFA;
  348. border-radius: 16rpx;
  349. position: relative;
  350. margin-left: 32rpx;
  351. margin-top: 24rpx;
  352. }
  353. .teachItem:first-child{
  354. margin-top: 0rpx;
  355. }
  356. .teachImage{
  357. width: 180rpx;
  358. height: 180rpx;
  359. border-radius: 8rpx;
  360. margin-top: 24rpx;
  361. margin-left: 24rpx;
  362. }
  363. .teachMsg{
  364. margin-left: 24rpx;
  365. }
  366. .techName{
  367. height: 48rpx;
  368. font-size: 32rpx;
  369. font-weight: 600;
  370. color: #111111;
  371. line-height: 48rpx;
  372. margin-top: 62rpx;
  373. }
  374. .teachTag{
  375. height: 44rpx;
  376. font-size: 20rpx;
  377. font-weight: 400;
  378. color: #333333;
  379. line-height: 44rpx;
  380. padding: 0 24rpx;
  381. margin-left: 16rpx;
  382. margin-top: 62rpx;
  383. background: #FFF6CE;
  384. border-radius: 8rpx;
  385. border: 2rpx solid #FFE05C;
  386. }
  387. .declaration{
  388. height: 40rpx;
  389. font-size: 24rpx;
  390. font-weight: 400;
  391. color: #999999;
  392. line-height: 40rpx;
  393. margin-top: 16rpx;
  394. }
  395. .vBackGround{
  396. background: rgba(255,224,92,0.1);
  397. border: 4rpx solid #FFE05C;
  398. box-sizing: border-box;
  399. }
  400. .objectItem{
  401. width: 686rpx;
  402. height: 160rpx;
  403. background: #FAFAFA;
  404. border-radius: 16rpx;
  405. margin-left: 32rpx;
  406. position: relative;
  407. margin-top: 24rpx;
  408. }
  409. .objectItem:first-child{
  410. margin-top: 0rpx;
  411. }
  412. .objectImage{
  413. width: 108rpx;
  414. height: 108rpx;
  415. border-radius: 56rpx;
  416. border: 2rpx solid #FFFFFF;
  417. margin-top: 24rpx;
  418. margin-left: 24rpx;
  419. }
  420. .objectName{
  421. height: 160rpx;
  422. font-size: 32rpx;
  423. font-weight: 600;
  424. color: #111111;
  425. line-height: 160rpx;
  426. margin-left: 24rpx;
  427. }