1
0

index.rpx.css 7.3 KB

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