index.rpx.css 8.1 KB

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