xkb.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. .xkbbox .panelban{
  2. background: #fde094;
  3. width: 100%;
  4. height: 3.4rem;
  5. }
  6. .xkbbox .panelban img{
  7. width: 100%;
  8. height: 3.4rem;
  9. }
  10. .xkbbox .ldznum {
  11. position: fixed;
  12. right: 0;
  13. top: 10px;
  14. height: 30px;
  15. line-height: 30px;
  16. padding: 0 15px;
  17. border-top-left-radius: 15px;
  18. border-bottom-left-radius: 15px;
  19. overflow: hidden;
  20. z-index: 10;
  21. }
  22. .xkbbox .ldznum .bg{
  23. opacity: 0.4;
  24. background: #000000;
  25. position: absolute;
  26. left: 0;
  27. top: 0;
  28. height: 30px;
  29. right: 0;
  30. }
  31. .xkbbox .ldznum .txt{
  32. position: relative;
  33. z-index: 3;
  34. }
  35. .xkbbox .ldznum span {
  36. margin-right: 10px;
  37. font-size: 13px;
  38. color: #fff;
  39. }
  40. .xkbbox .ldznum img {
  41. display: inline-block;
  42. width: 20px;
  43. height: 20px;
  44. border-radius: 50%;
  45. font-size: 0;
  46. line-height: 0;
  47. margin-left: 5px;
  48. margin-top: -3px;
  49. vertical-align: middle;
  50. }
  51. .xkbbox .item-ld .zj-info .txt{
  52. font-size: 14px;
  53. color: #333333;
  54. line-height: 23px;
  55. margin-top: 10px;
  56. }
  57. .audiotitle span{
  58. font-size: 13px;
  59. color: #989898;
  60. margin-left: 5px;
  61. }
  62. .xkbbox .mui-segmented-control.mui-segmented-control-inverted{
  63. height: 88px;
  64. margin-bottom: 15px;
  65. margin-top: 15px;
  66. }
  67. .xkbbox .daybox .mui-segmented-control.mui-segmented-control-inverted{
  68. height: 66px;
  69. margin-bottom: 0px;
  70. }
  71. .xkbbox .mui-segmented-control.mui-scroll-wrapper .mui-scroll{
  72. height: 88px;
  73. }
  74. .xkbbox .jxypic{
  75. width: 88px;
  76. height: 88px;
  77. display: inline-block;
  78. position: relative;
  79. }
  80. .xkbbox .jxypic+.jxypic{
  81. margin-left: 10px;
  82. }
  83. .xkbbox .jxypic img{
  84. width: 100%;
  85. height: 100%;
  86. border-radius: 4px;
  87. }
  88. .xkbbox .jxypic .num{
  89. position: absolute;
  90. right: 0;
  91. bottom: 0;
  92. text-align: center;
  93. line-height: 24px;
  94. height: 24px;
  95. font-size: 12px;
  96. width: 40px;
  97. }
  98. .xkbbox .jxypic .num .bg{
  99. opacity: 0.4;
  100. background: #000000;
  101. width: 100%;
  102. height: 100%;
  103. border-radius: 4px 0 4px 4px;
  104. }
  105. .xkbbox .jxypic .num .txt{
  106. width: 100%;
  107. height: 100%;
  108. position: absolute;
  109. left: 0;
  110. top: 0;
  111. color: #fff;
  112. }
  113. .gs_txt_box{
  114. margin-top: 30px;
  115. }
  116. .gs_txt_box .gs,.yuanwen .gs{
  117. text-align: center;
  118. }
  119. .gs_txt_box .gs .t,.yuanwen .gs .t{
  120. font-size: 21px;
  121. color: #333333;
  122. line-height: 30px;
  123. }
  124. .gs_txt_box .gs .zz,.yuanwen .gs .zz{
  125. font-size: 14px;
  126. color: #666666;
  127. margin-top: 3px;
  128. line-height: 20px;
  129. }
  130. .gs_txt_box .gs .nr,.yuanwen .gs .nr{
  131. color: #666666;
  132. line-height: 25px;
  133. margin-top: 10px;
  134. }
  135. .gs_txt_box .gs .nr p,.yuanwen .gs .nr p{
  136. font-size: 16px !important;
  137. }
  138. .gs_txt_box .zhujie{
  139. margin-top: 20px;
  140. }
  141. .gs_txt_box .zhujie .t{
  142. font-size: 14px;
  143. color: #333333;
  144. }
  145. .gs_txt_box .zhujie .txt{
  146. font-size: 14px;
  147. color: #666666;
  148. line-height: 23px;
  149. margin-top: 10px;
  150. }
  151. .gs_txt_box .fanyi{
  152. margin-top: 20px;
  153. }
  154. .gs_txt_box .fanyi .t{
  155. font-size: 14px;
  156. color: #333333;
  157. }
  158. .gs_txt_box .fanyi .txt{
  159. font-size: 14px;
  160. color: #666666;
  161. line-height: 23px;
  162. margin-top: 10px;
  163. text-indent: 32px;
  164. }
  165. .gs_txt_box .dianjing{
  166. position: relative;
  167. border: 2px solid #B3B3B3;
  168. padding: 25px 17px;
  169. margin-top: 32px;
  170. }
  171. .gs_txt_box .dianjing .t{
  172. position: absolute;
  173. font-size: 16px;
  174. color: #3399FF;
  175. letter-spacing: 0;
  176. width: 136px;
  177. text-align: center;
  178. height: 24px;
  179. line-height: 24px;
  180. top: -12px;
  181. left: 50%;
  182. margin-left: -68px;
  183. background: #fff;
  184. }
  185. .gs_txt_box .dianjing .t:after{
  186. content: '';
  187. position: absolute;
  188. height: 6px;
  189. width: 6px;
  190. border-radius: 50%;
  191. background: #B3B3B3;
  192. left: 0;
  193. top: 8px;
  194. }
  195. .gs_txt_box .dianjing .t:before{
  196. content: '';
  197. position: absolute;
  198. height: 6px;
  199. width: 6px;
  200. border-radius: 50%;
  201. background: #B3B3B3;
  202. right: 0;
  203. top: 8px;
  204. }
  205. .gs_txt_box .dianjing .txt{
  206. font-size: 14px;
  207. color: #666666;
  208. letter-spacing: 0;
  209. line-height: 23px;
  210. text-indent: 32px;
  211. }
  212. .xkbbox .item-ld .btnbox .btn-qd{
  213. background-image: linear-gradient(-90deg, #68C8FF 0%, #48A3FE 100%);
  214. box-shadow: 0 1px 7px 0 rgba(97,170,255,0.50);
  215. width: 72px;
  216. height: 72px;
  217. border-radius: 50%;
  218. font-size: 14px;
  219. text-align: center;
  220. }
  221. .xkbbox .ldzdetail .time_stepbox article section:before{
  222. display: none;
  223. }
  224. .xkbbox .time_stepbox .point-time{
  225. display: none;
  226. }
  227. .xkbbox .time_stepbox article section aside{
  228. margin-left: 15px;
  229. }
  230. .xkbbox .ldzdetail .pl_list{
  231. padding: 0;
  232. background: #fff;
  233. }
  234. .xkbbox .ldzdetail .pl_list .dc_flex1{
  235. border:none;
  236. padding-bottom:5px ;
  237. }
  238. .xkbbox .ldzdetail .pl_list .txt{
  239. margin-left: 44px;
  240. padding-top: 0;
  241. }
  242. .xkbbox .pl_list .zan a {
  243. font-size: 14px;
  244. color: #989898;
  245. margin-left: 15px;
  246. }
  247. .xkbbox .pl_list .zan a i {
  248. display: inline-block;
  249. width: 0.3rem;
  250. height: 0.3rem;
  251. background: url(../images/jxypl.png) no-repeat center center/0.3rem 0.3rem;
  252. margin-right: 5px;
  253. vertical-align: middle;
  254. margin-top: -3px;
  255. }
  256. .xkbbox .dialog-pl .btns a.close{
  257. border: 1px solid #3399FF;
  258. color: #3399FF;
  259. }
  260. .xkbbox .dialog-pl .btns a.confirm {
  261. background-image: -webkit-linear-gradient(-90deg, #68C8FF 0%, #48A3FE 100%);
  262. background-image: -moz-linear-gradient(-90deg, #68C8FF 0%, #48A3FE 100%);
  263. background-image: -o-linear-gradient(-90deg, #68C8FF 0%, #48A3FE 100%);
  264. background-image: linear-gradient(-90deg, #68C8FF 0%, #48A3FE 100%);
  265. border-radius: 100px;
  266. color: #fff;
  267. margin-left: 10px;
  268. border: none
  269. }
  270. .timestep_pl{
  271. background: #F8F8F8;
  272. border: 1px solid #E6E6E6;
  273. border-radius: 2px;
  274. padding: 10px;
  275. font-size: 14px;
  276. line-height: 20px;
  277. position: relative;
  278. margin-top: 10px;
  279. }
  280. .timestep_pl p{
  281. color: #989898 !important;
  282. }
  283. .timestep_pl:after{
  284. position: absolute;
  285. content: '';
  286. width: 10px;
  287. height: 7px;
  288. background: url(../images/pl_jt_icon.jpg) no-repeat center center / 10px 7px;
  289. top: -7px;
  290. right: 10px;
  291. }
  292. .timestep_pl p+p{
  293. margin-top: 10px;
  294. }
  295. .xkbbox .tjjddialog .qd-head .qd{
  296. background: url(../images/ldzdk2.png) no-repeat center center / 1.57rem 1.26rem;
  297. }
  298. .xkbbox .tjjddialog .txt{
  299. height: 26px;
  300. line-height: 26px;
  301. background: #FFB038;
  302. color: #fff;
  303. font-size: 13px;
  304. width: 100%;
  305. margin-top: 20px;
  306. position: relative;
  307. }
  308. .xkbbox .tjjddialog .txt img{
  309. width: 22px;
  310. position: absolute;
  311. left: 5px;
  312. top: -16px;
  313. }
  314. .d_qrcode .pic{
  315. padding-right:7px;
  316. margin-right: 7px;
  317. }
  318. .d_qrcode .pic img{
  319. width: 84px;
  320. }
  321. .d_qrcode{
  322. margin-top: 15px;
  323. }
  324. .d_qrcode .dc_hd{
  325. text-align: left;
  326. font-size: 14px;
  327. color: #999;
  328. line-height: 20px;
  329. }
  330. .d_qrcode .dc_hd p:first-child{
  331. color: #333;
  332. margin-bottom: 10px !important;
  333. }
  334. .xkbbox .yuanwen{
  335. margin-top: 15px;
  336. margin-left: 16px;
  337. margin-right: 16px;
  338. margin-bottom: 25px;
  339. background: #F8F8F8;
  340. padding: 15px 0;
  341. position: relative;
  342. }
  343. .xkbbox .yuanwen .type{
  344. position: absolute;
  345. width: 45px;
  346. height: 20px;
  347. border-radius: 0 10px 10px 0;
  348. background: #3399FF;
  349. font-size: 12px;
  350. color: #fff;
  351. line-height: 20px;
  352. text-align: center;
  353. top: 15px;
  354. left: 0;
  355. }
  356. .xkbbox .gs_txtinfo{
  357. font-size: 14px;
  358. color: #666666;
  359. line-height: 22px;
  360. padding-left: 15px;
  361. border-left: 2px solid #d8d8d8;
  362. margin: 0 15px;
  363. }
  364. .xkbbox .record-btn {
  365. width: 188px;
  366. background: #79E58C;
  367. }
  368. .xkbbox .record-btn.ld i{
  369. background-image: url(../images/soundUi_3.png);
  370. background-size: 18px 18px;
  371. width: 18px;
  372. height: 18px;
  373. }
  374. .xkbbox .tipsdialog{
  375. position: fixed;
  376. left: 0;
  377. right: 0;
  378. top: 0;
  379. height: 100%;
  380. z-index: 999;
  381. }
  382. .xkbbox .tipsdialog .mask{
  383. position: absolute;
  384. left: 0;
  385. right: 0;
  386. top: 0;
  387. opacity: 0.6;
  388. background: #000000;
  389. height: 100%;
  390. }
  391. .tipsdialog .btnbz{
  392. height: 22px;
  393. line-height: 22px;
  394. border: 1px solid #fff;
  395. width: 62px;
  396. text-align: center;
  397. color: #fff;
  398. font-size: 12px;
  399. position: absolute;
  400. right: 15px;
  401. top: 20px;
  402. z-index: 10;
  403. border-radius: 11px;
  404. }
  405. .tipsdialog .btn_next{
  406. width: 126px;
  407. height: 42px;
  408. background: url(../images/btnnext.png) no-repeat center center / 126px 42px;
  409. position: absolute;
  410. left: 50%;
  411. margin-left: -63px;
  412. bottom: 1rem;
  413. z-index: 10;
  414. }
  415. .tipsdialog .btn_end{
  416. width: 2.52rem;
  417. height: 0.84rem;
  418. background: url(../images/btnend.png) no-repeat center center / 2.52rem 0.84rem;
  419. position: absolute;
  420. bottom: 3.24rem;
  421. right: 0.49rem;
  422. z-index: 10;
  423. }
  424. .stepone{
  425. width: 6.3rem;
  426. height: 6.34rem;
  427. background: url(../images/stepone.png) no-repeat center center / 6.3rem 6.34rem;
  428. position: absolute;
  429. left: 50%;
  430. top: 2.22rem;
  431. margin-left: -3.15rem;
  432. z-index: 9;
  433. }
  434. .steptwo{
  435. width: 5.7rem;
  436. height: 5.07rem;
  437. background: url(../images/steptwo.png) no-repeat center center / 5.7rem 5.07rem;
  438. position: absolute;
  439. left: 50%;
  440. top: 3.19rem;
  441. margin-left: -2.6rem;
  442. z-index: 9;
  443. }
  444. .stepthree{
  445. width: 5.99rem;
  446. height: 5.07rem;
  447. background: url(../images/stepthree.png) no-repeat center center / 5.99rem 5.07rem;
  448. position: absolute;
  449. left: 50%;
  450. top: 3.19rem;
  451. margin-left: -3.2rem;
  452. z-index: 9;
  453. }
  454. .stepfour{
  455. width: 5.23rem;
  456. height: 7.08rem;
  457. background: url(../images/stepfour.png) no-repeat center center / 5.23rem 7.08rem;
  458. position: absolute;
  459. left:0.43rem;
  460. bottom: 0.6rem;
  461. z-index: 9;
  462. }
  463. .xkbbox .time_stepbox article section{
  464. position: relative;
  465. padding: 15px 0 15px;
  466. }
  467. .xkbbox .time_stepbox article section+section:after{
  468. content: '';
  469. position: absolute;
  470. top: 0;
  471. left: 15px;
  472. right: 0;
  473. height: 1px;
  474. background: #e6e6e6;
  475. }
  476. .ld-dialog1 {
  477. position: fixed;
  478. z-index: 5000;
  479. width: 6rem;
  480. top: 50%;
  481. left: 50%;
  482. -webkit-transform: translate(-50%, -50%);
  483. transform: translate(-50%, -50%);
  484. background-color: #FFFFFF;
  485. text-align: center;
  486. border-radius: 4px;
  487. }
  488. .ld-dialog1 .nrpic {
  489. width: 2.05rem;
  490. display: inline-block;
  491. margin-top: 0.8rem;
  492. margin-bottom: 0.5rem;
  493. }
  494. .ld-dialog1 .p1{
  495. font-size: 0.34rem;
  496. color: #333333;
  497. line-height: 24px;
  498. margin-bottom: 0.3rem !important;
  499. }
  500. .ld-dialog1 .p2{
  501. font-size: 0.3rem;
  502. color: #FF6149;
  503. line-height: 21px;
  504. margin-bottom: 0.54rem !important;
  505. }
  506. .ld-dialog1 .jt{
  507. position: absolute;
  508. width: 0.87rem;
  509. height: 1.98rem;
  510. right: 0;
  511. top: -2.2rem;
  512. }
  513. .ld-dialog1 .jt img{
  514. width: 100%;
  515. height: 100%;
  516. }
  517. .tjjddialog .txt_cj {
  518. font-size: 17px;
  519. color: #333333;
  520. line-height: 24px;
  521. }
  522. .tjjddialog .txt_cj span{
  523. font-size: 22px;
  524. color: #FF0000;
  525. padding: 0 10px;
  526. }
  527. .tjjddialog{
  528. top: 50%;
  529. left: 50%;
  530. right: inherit;
  531. -webkit-transform: translate(-50%, -50%);
  532. transform: translate(-50%, -50%);
  533. width: 6rem;
  534. height: 6rem;
  535. }
  536. .ld-dialog2 {
  537. position: fixed;
  538. z-index: 5000;
  539. width: 6.03rem;
  540. top: 50%;
  541. left: 50%;
  542. -webkit-transform: translate(-50%, -50%);
  543. transform: translate(-50%, -50%);
  544. background-color: transparent;
  545. text-align: center;
  546. }
  547. .ld-dialog2 .nrbox{
  548. width: 6.03rem;
  549. height: 3.99rem;
  550. background: url(../images/02-di.png) no-repeat center center / 6.03rem 3.99rem;
  551. text-align: center;
  552. overflow: hidden;
  553. }
  554. .ld-dialog2 .nrbox .p1{
  555. font-size: 19px;
  556. color: #FF6149;
  557. line-height: 26px;
  558. margin-top: 1rem;
  559. }
  560. .ld-dialog2 .nrbox .p2{
  561. font-size: 15px;
  562. color: #FFFFFF;
  563. line-height: 21px;
  564. margin-top: 10px;
  565. }
  566. .ld-dialog2 .btn_go {
  567. display: inline-block;
  568. width: 2.8rem;
  569. height: 0.8rem;
  570. line-height: 0.8rem;
  571. text-align: center;
  572. font-size: 16px;
  573. color: #FFFFFF;
  574. margin-top: 0.43rem;
  575. background: #FF6149;
  576. border-radius: 0.4rem;
  577. }