servant.wxss 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037
  1. .myqr {
  2. position: absolute;
  3. z-index: 999;
  4. width: 100%;
  5. text-align: center;
  6. height: auto;
  7. margin-top: 50rpx;
  8. }
  9. .myqr .cancel {
  10. width: 60rpx;
  11. height: 60rpx;
  12. margin-top: 30rpx;
  13. margin-left: 480rpx;
  14. }
  15. .myqr .img {
  16. width: 480rpx;
  17. }
  18. .myqr .btn {
  19. width: 120rpx;
  20. height: 120rpx;
  21. line-height: 120rpx;
  22. margin-top: 20rpx;
  23. padding: 30rpx;
  24. background: #ffffff;
  25. border-radius: 60rpx;
  26. }
  27. page {
  28. height: 100%;
  29. width: 100%;
  30. background: #f4f4f4;
  31. }
  32. .container {
  33. background: #f4f4f4;
  34. /* height: auto; */
  35. /* overflow: auto; */
  36. width: 100%;
  37. /* filter: blur(5rpx);*/
  38. }
  39. .top {
  40. height: 320rpx;
  41. border-radius: 10rpx;
  42. margin: 15rpx;
  43. background-color: #09AFFF;
  44. color: #fff;
  45. }
  46. .profile-info {
  47. /*background-color: #ab956d; */
  48. color: #f4f4f4;
  49. display: flex;
  50. align-items: center;
  51. padding: 30rpx;
  52. font-size: 28rpx;
  53. padding-bottom: 0rpx;
  54. }
  55. .profile-info-backimg {
  56. width: 100%;
  57. height: 180rpx;
  58. z-index: -1;
  59. }
  60. .profile-info .avatar {
  61. height: 128rpx;
  62. width: 128rpx;
  63. border-radius: 50%;
  64. border: 2rpx solid #fff
  65. }
  66. .profile-info .info {
  67. flex: 1;
  68. height: 95rpx;
  69. padding-left: 31.25rpx;
  70. width: 300rpx;
  71. }
  72. .profile-info .name {
  73. display: block;
  74. height: 36rpx;
  75. line-height: 36rpx;
  76. color: #fff;
  77. font-size: 26.5rpx;
  78. margin-bottom: 5rpx;
  79. width: 440rpx;
  80. overflow: hidden;
  81. white-space: nowrap;
  82. text-overflow: ellipsis;
  83. font-weight: 600;
  84. }
  85. .profile-info .cert {
  86. display: flex;
  87. height: 26rpx;
  88. line-height: 26rpx;
  89. color: #fff;
  90. font-size: 20.5rpx;
  91. margin-bottom: 5rpx;
  92. }
  93. .profile-info .plus {
  94. color: #09AFFF;
  95. font-size: 21.5rpx;
  96. width: 120rpx;
  97. padding-left: 2rpx;
  98. padding-right: 2rpx;
  99. margin-top: 5px;
  100. margin-left: 1rpx;
  101. line-height: 26rpx;
  102. margin-bottom: 5rpx;
  103. }
  104. .profile-info-img-star {
  105. width: 10rpx;
  106. height: 10rpx;
  107. }
  108. .profile-info .level {
  109. display: block;
  110. height: 30rpx;
  111. line-height: 30rpx;
  112. margin-bottom: 10rpx;
  113. color: #7f7f7f;
  114. font-size: 30rpx;
  115. }
  116. .profile-info-qr-image {
  117. width: 80rpx;
  118. height: 80rpx;
  119. margin-top: 30rpx;
  120. margin-left: 150rpx;
  121. }
  122. .process {
  123. border-radius: 2rpx;
  124. }
  125. .user_tool {
  126. height: 250rpx;
  127. background: #fff;
  128. border-radius: 10rpx;
  129. margin: 15rpx;
  130. }
  131. .user_tool_row {
  132. /* border: 1px solid black;
  133. border-bottom: 1px solid #fafafa;*/
  134. height: 86rpx;
  135. line-height: 86rpx;
  136. }
  137. .user_tool_row_title {
  138. height: 86rpx;
  139. font-weight: 550;
  140. line-height: 86rpx;
  141. margin-left: 35rpx;
  142. font-size: 32rpx;
  143. color: #000;
  144. }
  145. .user_tool_row_title_left {
  146. float: left;
  147. }
  148. .user_tool_column {
  149. height: 140rpx;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. }
  154. .user_tool_column_item {
  155. width: 25%;
  156. height: 100rpx;
  157. background: #fff;
  158. text-align: center;
  159. position: relative;
  160. margin-top: 5rpx;
  161. }
  162. .user_tool_column_item_text {
  163. /* border: 1px solid black; */
  164. margin-top: 5rpx;
  165. font-size: 26rpx;
  166. color: #555;
  167. }
  168. .user_tool_column_item_image {
  169. width: 50rpx;
  170. height: 50rpx;
  171. margin-top: 5rpx;
  172. }
  173. .user_area {
  174. /* border: 1px solid black; */
  175. width: 100%;
  176. height: 226rpx;
  177. /* margin: 0 auto; */
  178. margin-top: -8rpx;
  179. background: #fff;
  180. /* border-top: 1px solid #f4f4f4; */
  181. }
  182. .user_row {
  183. /* border: 1px solid black; */
  184. height: 86rpx;
  185. line-height: 86rpx;
  186. border-bottom: 1px solid #fafafa;
  187. }
  188. .user_row_left {
  189. /* border: 1px solid #757575; */
  190. float: left;
  191. height: 86rpx;
  192. font-weight: 550;
  193. line-height: 86rpx;
  194. margin-left: 35rpx;
  195. font-size: 26rpx;
  196. letter-spacing: 1rpx;
  197. color: #000;
  198. font-size: 32rpx;
  199. }
  200. .user_row_right {
  201. /* border: 1px solid #757575; */
  202. float: right;
  203. height: 40rpx;
  204. width: 40rpx;
  205. font-weight: 550;
  206. line-height: 86rpx;
  207. margin-right: 30rpx;
  208. margin-top: 24rpx;
  209. }
  210. .user_column {
  211. /* border: 1px solid black; */
  212. height: 140rpx;
  213. display: flex;
  214. justify-content: center;
  215. align-items: center;
  216. }
  217. .user_column_item {
  218. width: 30%;
  219. height: 140rpx;
  220. text-align: center;
  221. position: relative;
  222. }
  223. .user_column_item_badge {
  224. height: 30rpx;
  225. width: 30rpx;
  226. position: absolute;
  227. background: #b4282d;
  228. color: #fff;
  229. border-radius: 50%;
  230. margin-top: 20rpx;
  231. margin-left: 40rpx;
  232. }
  233. .user_column_item_image {
  234. width: 50rpx;
  235. height: 50rpx;
  236. margin-top: 30rpx;
  237. }
  238. .user_column_item_text {
  239. /* border: 1px solid black; */
  240. margin-top: 5rpx;
  241. font-size: 24rpx;
  242. color: #333;
  243. /*color: #252a48;*/
  244. }
  245. .separate {
  246. background: #e0e3da;
  247. width: 100%;
  248. height: 6rpx;
  249. }
  250. .user_column_item_phone {
  251. width: 30%;
  252. height: 140rpx;
  253. text-align: center;
  254. display: flex;
  255. justify-content: center;
  256. align-items: center;
  257. flex-wrap: wrap;
  258. float: left;
  259. background: #fff;
  260. border-radius: 0;
  261. }
  262. .user_column_item_phone::after {
  263. border: none;
  264. border-radius: 0;
  265. }
  266. .logout {
  267. height: 60rpx;
  268. /* width: 80rpx; */
  269. line-height: 60rpx;
  270. text-align: center;
  271. /* color: #fff; */
  272. font-size: 30rpx;
  273. border-radius: 10rpx;
  274. /* border: 1rpx solid #333;*/
  275. color: red;
  276. }
  277. .title {
  278. padding: 0 20rpx;
  279. font-size: 36rpx;
  280. color: #333;
  281. margin-bottom: 20rpx;
  282. }
  283. .item {
  284. margin: 20rpx 20rpx;
  285. height: 400rpx;
  286. width: 710rpx;
  287. border: 1rpx solid #999;
  288. border-radius: 10rpx;
  289. display: flex;
  290. flex-flow: column;
  291. }
  292. .item .img {
  293. margin-top: 12rpx;
  294. margin-left: 20rpx;
  295. float: left;
  296. width: 160rpx;
  297. height: 160rpx;
  298. }
  299. .name {
  300. display: block;
  301. color: #333;
  302. line-height: 40rpx;
  303. /* font-size: 32rpx; */
  304. margin: 20rpx 20rpx;
  305. font-weight: 500;
  306. }
  307. .price {
  308. display: block;
  309. color: darkred;
  310. line-height: 40rpx;
  311. font-size: 33rpx;
  312. margin: 20rpx 20rpx;
  313. }
  314. .service {
  315. display: block;
  316. line-height: 40rpx;
  317. font-size: 33rpx;
  318. margin-left: 20rpx;
  319. }
  320. .tool {
  321. margin-right: 20rpx;
  322. }
  323. .btn {
  324. height: 76rpx;
  325. line-height: 76rpx;
  326. width: 150rpx;
  327. float: right;
  328. color: #333;
  329. font-size: 30rpx;
  330. /* background-color: #09AFFF; */
  331. margin-left: 10rpx;
  332. border-radius: 10rpx;
  333. }
  334. /**日历**/
  335. .main-module {
  336. margin: 15rpx;
  337. /* height: 146rpx; */
  338. border-radius: 10rpx;
  339. /* display: flex;
  340. justify-content: space-around; */
  341. background: #fff;
  342. padding: 20rpx 0 12rpx;
  343. }
  344. .main-title{
  345. margin: 5rpx 10rpx;
  346. height: 60rpx;
  347. line-height: 60rpx;
  348. display: flex;
  349. }
  350. .main-title .txt{
  351. font-size: 36rpx;font-weight: 500;color:#666;margin-left: 10rpx;line-height: 60rpx;
  352. }
  353. .main-title image{
  354. height: 40rpx;
  355. width: 40rpx;
  356. }
  357. .money{
  358. color:rgba(255, 170, 0, 1);
  359. font-weight: bold;
  360. font-size: 32rpx;
  361. }
  362. .coupon-block,
  363. .favor-good {
  364. flex: 1;
  365. font-size: 24rpx;
  366. display: flex;
  367. flex-direction: column;
  368. justify-content: space-between;
  369. align-items: center;
  370. height: 84rpx;
  371. }
  372. .main-module .num {
  373. font-weight: bold;
  374. font-size: 32rpx;
  375. color: #333;
  376. }
  377. .border-right{
  378. border-right: 4rpx dotted rgba(151, 151, 151, 1);
  379. }
  380. .alula-expert-logo {
  381. display: flex;
  382. align-items: center;
  383. justify-content: space-between;
  384. padding: 15rpx 15rpx 0;
  385. }
  386. .alula-expert-title {
  387. color: #a08133;
  388. text-align: center;
  389. margin-top: 60rpx;
  390. margin-bottom: 30rpx;
  391. font-size: 42rpx;
  392. }
  393. .alula-expert-form-wrap {
  394. /* width: 620rpx; */
  395. margin: 0 auto 30rpx;
  396. /* background: #fffef9; */
  397. /* padding: 30rpx 35rpx; */
  398. box-sizing: border-box;
  399. padding-bottom: 20rpx;
  400. }
  401. .alula-expert-checkbox {
  402. width: 40rpx;
  403. height: 30rpx;
  404. border-radius: 2rpx;
  405. border: 1rpx solid #a08133;
  406. margin-right: 10rpx;
  407. }
  408. .alula-expert-checkbox image {
  409. display: none;
  410. width: 40rpx;
  411. height: 32rpx;
  412. position: relative;
  413. /* top: -5rpx;
  414. left: -5rpx; */
  415. }
  416. .alula-form {
  417. color: #a08133;
  418. display: flex;
  419. align-items: center;
  420. margin-bottom: 20rpx;
  421. }
  422. .alula-expert-form-title {
  423. color: #a08133;
  424. margin-bottom: 30rpx;
  425. font-size: 30rpx;
  426. }
  427. .alula-expert-button {
  428. width: 620rpx;
  429. margin: 0 auto 40rpx;
  430. text-align: center;
  431. }
  432. .alula-expert-button .btn {
  433. border-radius: 40rpx;
  434. letter-spacing: 2rpx;
  435. font-size: 45rpx;
  436. background: -webkit-linear-gradient(0deg, #b0996c, #cfbf84 40%, #b0996c 60%, #cfbf84 100%);
  437. cursor: not-allowed;
  438. padding: 10rpx 0rpx;
  439. color: #fff
  440. }
  441. .alula-expert-calendar {
  442. /*width: 614rpx;
  443. height: 478rpx; */
  444. /* background: url("../images/calendar.png") no-repeat; */
  445. background-size: cover;
  446. margin: 0 auto;
  447. }
  448. .alula-expert-calendar-title {
  449. font-size: 30rpx;
  450. color: #a08133;
  451. display: flex;
  452. justify-content: space-between;
  453. }
  454. .alula-expert-calendar-title a {
  455. color: #c8b47b;
  456. font-size: 24rpx;
  457. text-decoration: none;
  458. }
  459. .alula-expert-title-cal {
  460. width: 458rpx;
  461. height: 68rpx;
  462. margin: 0 auto;
  463. }
  464. .alula-icon-baby {
  465. width: 35rpx;
  466. height: 45rpx;
  467. display: inline-block;
  468. /* background: url("../images/baby_icon.png") no-repeat; */
  469. vertical-align: middle;
  470. margin-right: 10rpx;
  471. position: relative;
  472. top: -3rpx;
  473. }
  474. .form-box {
  475. width: 100%;
  476. height: auto;
  477. overflow: hidden;
  478. padding: 0 40rpx;
  479. margin-top: 6rpx;
  480. background: #fff;
  481. }
  482. .van-icon {
  483. margin-top: 20rpx;
  484. }
  485. .placeholder {
  486. color: rgb(161, 153, 153) !important;
  487. }
  488. .label {
  489. float: left;
  490. width: 30%;
  491. margin-top: 50rpx;
  492. color: #333;
  493. text-align: right;
  494. margin-right: 10rpx;
  495. }
  496. .alula-expert-calendar {
  497. margin: 15rpx;
  498. background-color: white;
  499. border-radius: 10rpx;
  500. /* width: 100%;
  501. ackground: url("../images/calendar.png") no-repeat; */
  502. background-size: cover;
  503. /* margin: 0 auto; */
  504. /* padding:10rpx */
  505. }
  506. /*
  507. .alula-expert-calendar image {
  508. width: 90%;
  509. position: absolute;
  510. height: 700rpx;
  511. } */
  512. #dates-view {
  513. padding-top: 70rpx;
  514. width: 550rpx;
  515. margin: 0 auto;
  516. margin-top: 250rpx;
  517. }
  518. .alula-expert-calendar-wrap {
  519. /* width: 614rpx;
  520. padding: 25rpx 20rpx;*/
  521. margin: 15rpx;
  522. border-radius: 10rpx;
  523. margin-bottom: 30rpx;
  524. }
  525. .alula-expert-calendar-title {
  526. height: 76rpx;
  527. line-height: 76rpx;
  528. font-size: 36rpx;
  529. color: #a08133;
  530. display: flex;
  531. justify-content: space-between;
  532. background-color: #e0d8d8;
  533. padding: 0 20rpx;
  534. }
  535. .alula-expert-calendar-title .txt {
  536. color: #333;
  537. font-size: 32rpx;
  538. text-decoration: none;
  539. }
  540. .alula-expert-calendar-day>div {
  541. display: flex;
  542. align-items: center;
  543. padding: 25rpx 0rpx;
  544. }
  545. .alula-expert-calendar-range .ul {
  546. display: flex;
  547. flex-wrap: wrap;
  548. }
  549. .alula-expert-calendar-day {
  550. font-size: 24rpx;
  551. color: #a08133;
  552. }
  553. .alula-expert-calendar-text {
  554. width: 150rpx;
  555. margin-top: 10rpx;
  556. }
  557. .alula-expert-calendar-after.disabled .alula-expert-calendar-text,
  558. .alula-expert-calendar-morning.disabled .alula-expert-calendar-text {
  559. text-decoration: line-through;
  560. color: #999;
  561. }
  562. .alula-expert-calendar-after.disabled .alula-expert-calendar-label .alula-expert-checkbox,
  563. .alula-expert-calendar-morning.disabled .alula-expert-calendar-label .alula-expert-checkbox {
  564. border: 1rpx solid #ccc;
  565. }
  566. .alula-expert-calendar-after.disabled .alula-expert-calendar-time>span,
  567. .alula-expert-calendar-morning.disabled .alula-expert-calendar-time>span {
  568. color: #CCCCCC;
  569. }
  570. .alula-expert-calendar-after.disabled ul li,
  571. .alula-expert-calendar-morning.disabled ul li {
  572. pointer-events: none;
  573. }
  574. .module-text {
  575. font-size: 32rpx;
  576. color: #999;
  577. }
  578. .book {
  579. /* padding: 0 20rpx; */
  580. color: #333;
  581. /* margin-bottom: 20rpx; */
  582. }
  583. .book .title {
  584. display: flex;
  585. justify-content: space-between;
  586. height: 66rpx;
  587. line-height: 66rpx;
  588. border-bottom: 1px solid #f4f4f4;
  589. padding: 0 20rpx;
  590. }
  591. .book .title view {
  592. color: #9e9797;
  593. }
  594. .content {
  595. padding: 0 20rpx;
  596. }
  597. .goods {
  598. font-size: 42rpx;
  599. color: #333;
  600. font-weight: 500;
  601. margin: 10rpx 0;
  602. }
  603. .time {
  604. font-size: 32rpx;
  605. color: #9e9797;
  606. margin-bottom: 10rpx;
  607. }
  608. .address {
  609. font-size: 32rpx;
  610. color: #9e9797;
  611. }
  612. .alula-expert-calendar-content {
  613. margin-bottom: 30rpx;
  614. background-color: #fffef9;
  615. padding-bottom: 20rpx;
  616. }
  617. /* 趋势图 */
  618. .head_item {
  619. width: 374rpx;
  620. text-align: center;
  621. font-size: 34rpx;
  622. color: #999;
  623. letter-spacing: 0;
  624. }
  625. .head_itemActive {
  626. color: rgba(87, 213, 200, 1);
  627. }
  628. .line {
  629. width: 2rpx;
  630. height: 100%;
  631. background-color: rgba(204, 204, 204, 1);
  632. }
  633. .head {
  634. width: 100%;
  635. height: 100rpx;
  636. background-color: rgba(255, 255, 255, 1);
  637. border-bottom: 1rpx solid rgba(204, 204, 204, 1);
  638. display: flex;
  639. align-items: center;
  640. justify-content: space-between;
  641. position: fixed;
  642. top: 0;
  643. z-index: 10;
  644. }
  645. .mymain {
  646. display: block;
  647. box-sizing: border-box;
  648. top: 0;
  649. margin: 15rpx;
  650. }
  651. .xyjl {
  652. width: 100%;
  653. height: 100%;
  654. box-sizing: border-box;
  655. padding: 0rpx 30rpx;
  656. }
  657. .item_title {
  658. width: 100%;
  659. height: 91rpx;
  660. line-height: 90rpx;
  661. font-size: 26rpx;
  662. color: #999;
  663. letter-spacing: 0;
  664. }
  665. .item_main {
  666. border-radius: 30rpx;
  667. background-color: rgba(255, 255, 255, 1);
  668. width: 100%;
  669. height: auto;
  670. box-sizing: border-box;
  671. padding: 0rpx 40rpx;
  672. }
  673. .icon-jiantouyou,
  674. .icon-icon_arrow_top,
  675. .icon-jiantouxia,
  676. .icon-iconfontzhizuobiaozhun023126 {
  677. font-size: 30rpx;
  678. color: rgba(199, 199, 204, 1);
  679. }
  680. .main_title {
  681. width: 100%;
  682. height: 250rpx;
  683. box-sizing: border-box;
  684. padding: 30rpx 0rpx;
  685. display: flex;
  686. align-items: center;
  687. justify-content: space-between;
  688. }
  689. .main_item {
  690. width: 100%;
  691. height: 200rpx;
  692. box-sizing: border-box;
  693. padding: 30rpx 0rpx;
  694. display: flex;
  695. align-items: center;
  696. justify-content: space-between;
  697. border-top: 1rpx solid rgba(216, 216, 216, 1);
  698. }
  699. .title_kind {
  700. width: 150rpx;
  701. height: 100%;
  702. display: flex;
  703. flex-direction: column;
  704. justify-content: space-between;
  705. align-items: center;
  706. }
  707. .kind_title {
  708. font-size: 26rpx;
  709. color: #333;
  710. text-align: center;
  711. line-height: 30rpx;
  712. }
  713. .kind_number {
  714. font-size: 34rpx;
  715. color: #d63030;
  716. letter-spacing: 0;
  717. line-height: 45rpx;
  718. }
  719. .kind_numberSussece {
  720. color: rgba(99, 218, 121, 1);
  721. }
  722. .kind_dw {
  723. font-size: 26rpx;
  724. color: #333;
  725. line-height: 45rpx;
  726. }
  727. .kind_result {
  728. display: inline-block;
  729. height: 45rpx;
  730. padding: 0rpx 20rpx;
  731. border: 2rpx solid #e68a8a;
  732. border-radius: 100rpx;
  733. font-size: 26rpx;
  734. color: #d73737;
  735. line-height: 40rpx;
  736. }
  737. .kind_resultSuccess {
  738. border: 2rpx solid rgba(99, 218, 121, 1);
  739. color: rgba(99, 218, 121, 1);
  740. }
  741. .qs {
  742. width: 100%;
  743. height: 100%;
  744. box-sizing: border-box;
  745. padding-top: 10rpx;
  746. }
  747. .container1 {
  748. border-radius: 10rpx;
  749. background-color: rgba(255, 255, 255, 1);
  750. height: 850rpx;
  751. display: flex;
  752. flex-direction: column;
  753. box-sizing: border-box;
  754. font-size: 35rpx;
  755. color: #333;
  756. margin: 0 auto;
  757. }
  758. .container_head {
  759. width: 640rpx;
  760. margin: 0 auto;
  761. height: auto;
  762. }
  763. .container_head_top {
  764. width: 100%;
  765. height: 100rpx;
  766. border-bottom: 1rpx solid rgba(216, 216, 216, 1);
  767. display: flex;
  768. align-items: center;
  769. justify-content: space-between;
  770. }
  771. .canvas {
  772. width: 100%;
  773. height: 550rpx;
  774. margin-top: 30rpx;
  775. }
  776. .prev1,
  777. .next1 {
  778. width: 130rpx;
  779. border-radius: 100rpx;
  780. /* display: flex; */
  781. /* justify-content: space-between; */
  782. font-size: 24rpx;
  783. /* align-items: center; */
  784. color: #fff;
  785. box-sizing: border-box;
  786. padding: 3rpx 15rpx 0rpx 15rpx;
  787. line-height: 50rpx;
  788. background-color: #09AFFF;
  789. text-align: center;
  790. }
  791. .prev1 text {
  792. display: block;
  793. color: #fff;
  794. }
  795. .next1 text {
  796. display: block;
  797. color: #fff;
  798. }
  799. .iconfont1 {
  800. font-size: 20rpx;
  801. color: #fff;
  802. }
  803. .top_title {
  804. font-size: 26rpx;
  805. color: #333;
  806. }
  807. .container_head_main {
  808. width: 100%;
  809. height: 170rpx;
  810. display: flex;
  811. align-items: center;
  812. justify-content: space-between;
  813. border-bottom: 1rpx solid rgba(216, 216, 216, 1);
  814. }
  815. .container_head_main view {
  816. display: flex;
  817. flex-direction: column;
  818. justify-content: center;
  819. align-items: center;
  820. }
  821. .main_Ttitle {
  822. font-size: 26rpx;
  823. color: #333;
  824. text-align: center;
  825. line-height: 50rpx;
  826. }
  827. .main_main {
  828. font-size: 34rpx;
  829. color: #333;
  830. text-align: center;
  831. font-weight: bold;
  832. line-height: 40rpx;
  833. }
  834. .main_mintitle {
  835. font-size: 26rpx;
  836. color: #333;
  837. text-align: center;
  838. line-height: 50rpx;
  839. }
  840. .order-operate-wrapper {
  841. height: 80rpx;
  842. display: flex;
  843. align-items: center;
  844. justify-content: flex-end;
  845. }
  846. .order-operate-wrapper>view {
  847. height: 44rpx;
  848. width: 148rpx;
  849. text-align: center;
  850. line-height: 44rpx;
  851. text-align: center;
  852. border-radius: 10rpx;
  853. border: 1rpx solid #09afff;
  854. font-size: 28rpx;
  855. margin-left: 20rpx;
  856. color: #333;
  857. }