index.rpx.css 7.4 KB

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