index.rpx.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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. height: 724rpx;
  199. background: #FFFFFF;
  200. border-radius: 24rpx 24rpx 0rpx 0rpx;
  201. padding-top: 24rpx;
  202. }
  203. .popupTitle{
  204. height: 44rpx;
  205. font-size: 32rpx;
  206. font-weight: 600;
  207. color: #333333;
  208. line-height: 44rpx;
  209. margin-left: 34rpx;
  210. }
  211. .scrollY{
  212. height: 504rpx;
  213. margin-top: 34rpx;
  214. margin-bottom: 24rpx;
  215. }
  216. .serviceItem{
  217. width: 686rpx;
  218. height: 152rpx;
  219. background: #FAFAFA;
  220. border-radius: 8rpx;
  221. margin-left: 32rpx;
  222. margin-top: 24rpx;
  223. position: relative;
  224. }
  225. .vImage{
  226. position: absolute;
  227. top: 0;
  228. right: 0;
  229. width: 32rpx;
  230. height: 32rpx;
  231. }
  232. .serviceItem:first-child{
  233. margin-top: 0rpx;
  234. }
  235. .serviceName{
  236. font-size: 32rpx;
  237. font-weight: 600;
  238. color: #111111;
  239. margin-left: 24rpx;
  240. padding-top: 24rpx;
  241. }
  242. .servicePrice{
  243. margin-top: 16rpx;
  244. margin-left: 24rpx;
  245. }
  246. .servicePriceKey{
  247. height: 40rpx;
  248. font-size: 24rpx;
  249. font-weight: 400;
  250. color: #999999;
  251. line-height: 40rpx;
  252. }
  253. .servicePricePrice {
  254. height: 40rpx;
  255. font-size: 24rpx;
  256. font-weight: 400;
  257. color: #ED569F;
  258. line-height: 40rpx;
  259. }
  260. .cancelButton{
  261. width: 332rpx;
  262. height: 80rpx;
  263. background: #F5F5F5;
  264. border-radius: 54rpx;
  265. text-align: center;
  266. line-height: 80rpx;
  267. font-size: 28rpx;
  268. font-weight: 400;
  269. color: #666666;
  270. }
  271. .confirmButton{
  272. width: 332rpx;
  273. height: 80rpx;
  274. background: #FFE05C;
  275. border-radius: 54rpx;
  276. text-align: center;
  277. line-height: 80rpx;
  278. font-size: 28rpx;
  279. font-weight: 400;
  280. color: #333333;
  281. }
  282. .teachItem{
  283. width: 686rpx;
  284. height: 228rpx;
  285. background: #FAFAFA;
  286. border-radius: 16rpx;
  287. position: relative;
  288. margin-left: 32rpx;
  289. margin-top: 24rpx;
  290. }
  291. .teachItem:first-child{
  292. margin-top: 0rpx;
  293. }
  294. .teachImage{
  295. width: 180rpx;
  296. height: 180rpx;
  297. border-radius: 8rpx;
  298. margin-top: 24rpx;
  299. margin-left: 24rpx;
  300. }
  301. .teachMsg{
  302. margin-left: 24rpx;
  303. }
  304. .techName{
  305. height: 48rpx;
  306. font-size: 32rpx;
  307. font-weight: 600;
  308. color: #111111;
  309. line-height: 48rpx;
  310. margin-top: 62rpx;
  311. }
  312. .teachTag{
  313. height: 44rpx;
  314. font-size: 20rpx;
  315. font-weight: 400;
  316. color: #333333;
  317. line-height: 44rpx;
  318. padding: 0 24rpx;
  319. margin-left: 16rpx;
  320. margin-top: 62rpx;
  321. background: #FFF6CE;
  322. border-radius: 8rpx;
  323. border: 2rpx solid #FFE05C;
  324. }
  325. .declaration{
  326. height: 40rpx;
  327. font-size: 24rpx;
  328. font-weight: 400;
  329. color: #999999;
  330. line-height: 40rpx;
  331. margin-top: 16rpx;
  332. }
  333. .vBackGround{
  334. background: rgba(255,224,92,0.1);
  335. border: 4rpx solid #FFE05C;
  336. box-sizing: border-box;
  337. }
  338. .objectItem{
  339. width: 686rpx;
  340. height: 160rpx;
  341. background: #FAFAFA;
  342. border-radius: 16rpx;
  343. margin-left: 32rpx;
  344. position: relative;
  345. margin-top: 24rpx;
  346. }
  347. .objectItem:first-child{
  348. margin-top: 0rpx;
  349. }
  350. .objectImage{
  351. width: 108rpx;
  352. height: 108rpx;
  353. border-radius: 56rpx;
  354. border: 2rpx solid #FFFFFF;
  355. margin-top: 24rpx;
  356. margin-left: 24rpx;
  357. }
  358. .objectName{
  359. height: 160rpx;
  360. font-size: 32rpx;
  361. font-weight: 600;
  362. color: #111111;
  363. line-height: 160rpx;
  364. margin-left: 24rpx;
  365. }