css.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. body{
  2. background: #ECF0F1;
  3. }
  4. img{
  5. display: block;
  6. }
  7. p{
  8. color: #8f8f94;
  9. }
  10. ul{
  11. list-style: none;
  12. padding: 0;
  13. margin: 0;
  14. }
  15. body .detMar{
  16. margin: 0;
  17. }
  18. body .show{
  19. height: 50px;
  20. opacity: 1;
  21. padding: 10px;
  22. }
  23. /*侧边*/
  24. #offCanvasSide{
  25. width: 100%;
  26. height: 100%;
  27. position: fixed;
  28. top: 0;
  29. right: 0;
  30. background: rgba(0,0,0,.6);
  31. z-index: 100;
  32. }
  33. body .left{
  34. opacity: 1;
  35. right: 0;
  36. }
  37. .scroll-wrapper{
  38. width: 200px;
  39. height: 100%;
  40. z-index: 101;
  41. background: #F2F2F2;
  42. position: absolute;
  43. top: 0;
  44. right:-200px;
  45. transition: .5s;
  46. opacity: 0;
  47. }
  48. .titles{
  49. padding: 10px;
  50. font-size: 16px;
  51. text-align: center;
  52. }
  53. /*主体*/
  54. .mui-content-padded{
  55. padding: 10px;
  56. }
  57. .swiper-slide img{
  58. width: 100%;
  59. height: 209px;
  60. -webkit-border-radius: 5px;
  61. -moz-border-radius: 5px;
  62. border-radius: 5px;
  63. }
  64. .banner-tit{
  65. position: absolute;
  66. bottom: 0;
  67. left: 0;
  68. width: 100%;
  69. height: 30px;
  70. line-height: 30px;
  71. background: rgba(0,0,0,0.5);
  72. font-size: 14px;
  73. color: #fff;
  74. padding: 0 10px;
  75. border-bottom-left-radius: 5px;
  76. border-bottom-right-radius: 5px;
  77. }
  78. .banner-tit p{
  79. color: #fff;
  80. }
  81. body .swiper-pagination-fraction{
  82. bottom: 4px;
  83. color: #fff;
  84. text-align: right;
  85. left: -16px;
  86. font-size: 14px;
  87. }
  88. .m-card{
  89. background: #ffffff;
  90. margin-bottom: 5px;
  91. padding: 15px;
  92. }
  93. .card{
  94. border-bottom: 1px solid #ECF0F1;
  95. padding-bottom: 10px;
  96. margin-bottom: 10px;
  97. }
  98. .card span{
  99. display: block;
  100. padding-left: 10px;
  101. border-left: 3px solid #3498DB;
  102. padding: 2px 0 2px 10px;
  103. font-size: 14px;
  104. color: #333333;
  105. }
  106. .m-card p{
  107. font-size: 14px;
  108. text-align: justify;
  109. }
  110. .m-card .weui-cells:before,.weui-panel:before{
  111. border-top: 0;
  112. }
  113. .m-card .weui-cells img{
  114. width: 30px;
  115. height: 30px;
  116. }
  117. body .listsItem .weui-cells{
  118. margin-top: 0;
  119. }
  120. .listsItem .weui-cells .weui-cell__ft,.file_list .weui-cell__ft{
  121. content: " ";
  122. display: inline-block;
  123. height: 6px;
  124. width: 6px;
  125. border-width: 2px 2px 0 0;
  126. border-color: #c8c8cd;
  127. border-style: solid;
  128. -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  129. transform: matrix(.71,.71,-.71,.71,0,0);
  130. position: relative;
  131. top: -2px;
  132. position: absolute;
  133. top: 50%;
  134. margin-top: -4px;
  135. right: 2px;
  136. }
  137. .imgText img{
  138. width: 100%;
  139. height: 209px;
  140. -webkit-border-radius: 5px;
  141. -moz-border-radius: 5px;
  142. border-radius: 5px;
  143. margin-bottom: 10px;
  144. }
  145. .file_list img{
  146. width: 30px;
  147. height: 30px;
  148. }
  149. .weui-media-box_appmsg .weui-media-box__hd{
  150. width: 30px;
  151. height: 30px;
  152. line-height: 30px;
  153. }
  154. .file_list .weui-media-box__title{
  155. font-size: 14px;
  156. }
  157. .file_list .weui-media-box__desc{
  158. font-size: 12px;
  159. }
  160. .item{
  161. position: relative;
  162. }
  163. .item:not(:last-child):after {
  164. content: '';
  165. position: absolute;
  166. z-index: 0;
  167. bottom: 0;
  168. left: 0;
  169. width: 100%;
  170. height: 1px;
  171. border-bottom: 1px solid #D9D9D9;
  172. }
  173. .See_download{
  174. text-align: center;
  175. height: 0;
  176. opacity: 0;
  177. transition: .5s;
  178. }
  179. .See_download button{
  180. width: 60px;
  181. height: 30px;
  182. text-align: center;
  183. line-height: 30px;
  184. border: 1px solid #cccc;
  185. outline: none;
  186. }
  187. .weui-form-preview__bd{
  188. text-align: left;
  189. }
  190. .weui-form-preview__value{
  191. padding-left: 30px;
  192. }
  193. .weui-form-preview__item{
  194. border-bottom: 1px solid #ECF0F1;
  195. padding: 5px 0;
  196. }
  197. .fistItem{
  198. background: #FAFAFA;
  199. }
  200. body .weui-media-box:active{
  201. background: #fff;
  202. }
  203. .buoy{
  204. width: 50px;
  205. height: 50px;
  206. line-height: 50px;
  207. position: fixed;
  208. top: 40%;
  209. left: 15px;
  210. z-index: 2;
  211. -webkit-border-radius: 50%;
  212. -moz-border-radius: 50%;
  213. border-radius: 50%;
  214. padding: 0;
  215. text-align: center;
  216. box-shadow: 0 0 4px 1px #D1D2D2;
  217. background: #fff;
  218. border: 1px;
  219. outline: none;
  220. }
  221. .buoy a{
  222. display: block;
  223. color: #333;
  224. }
  225. /*添加记录*/
  226. .showRecord{
  227. position: fixed;
  228. bottom: 0;
  229. left: 0;
  230. width: 100%;
  231. height: 250px;
  232. z-index: 80;
  233. background: #ffff;
  234. border-top: 1px solid #D9D9D9;
  235. overflow: hidden;
  236. background: #ffffff;
  237. }
  238. .record_items{
  239. height: 190px;
  240. overflow-y: scroll;
  241. }
  242. .record_items>li{
  243. position: relative;
  244. }
  245. .record_items>li:after{
  246. content: "";
  247. display: block;
  248. width: 100%;
  249. height: 1px;
  250. position: absolute;
  251. bottom: 0;
  252. left: 0;
  253. background: #D9D9D9;
  254. }
  255. .record_items li>p{
  256. height: 50px;
  257. line-height: 50px;
  258. text-indent: 30px;
  259. position: relative;
  260. color: #333;
  261. font-size: 15px;
  262. }
  263. .record_items li>p>i{
  264. position: absolute;
  265. top: 26px;
  266. right: 30px;
  267. }
  268. .showRecord>p{
  269. text-align: center;
  270. padding: 15px;
  271. color: #333333;
  272. font-size: 16px;
  273. position: relative;
  274. }
  275. .ul_son{
  276. height: 0;
  277. opacity: 0;
  278. transition: .5s;
  279. }
  280. body .showUl_son{
  281. padding:0 39px;
  282. height: 45px;
  283. opacity: 1;
  284. }
  285. .ul_son li{
  286. position: relative;
  287. padding: 10px;
  288. color: #333;
  289. font-size: 14px;
  290. }
  291. .ul_son li:after{
  292. content: "";
  293. display: block;
  294. width: 100%;
  295. height: 1px;
  296. position: absolute;
  297. bottom: 0;
  298. left: 0;
  299. background: #D9D9D9;
  300. }
  301. .ul_son li:last-child:after{
  302. height: 0;
  303. }
  304. .ul_son li i{
  305. position: absolute;
  306. top: 24px;
  307. right: 0;
  308. }
  309. .icoRight{
  310. content: " ";
  311. display: inline-block;
  312. height: 6px;
  313. width: 6px;
  314. border-width: 2px 2px 0 0;
  315. border-color: #333;
  316. border-style: solid;
  317. -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  318. transform: matrix(.71,.71,-.71,.71,0,0);
  319. position: relative;
  320. top: -2px;
  321. position: absolute;
  322. top: 50%;
  323. margin-top: -4px;
  324. right: 2px;
  325. }
  326. .moudles{
  327. width: 100%;
  328. height: 100%;
  329. position: fixed;
  330. top: 0;
  331. right: 0;
  332. background: rgba(0,0,0,.6);
  333. z-index: 99;
  334. }
  335. .addRecord{
  336. padding: 10px 20px;
  337. text-align: center;
  338. position: fixed;
  339. bottom: 0;
  340. right: 0;
  341. width:100%;
  342. -webkit-box-sizing: border-box;
  343. -moz-box-sizing: border-box;
  344. box-sizing: border-box;
  345. z-index: 99;
  346. }
  347. .btns{
  348. margin: auto;
  349. }
  350. /*添加记录*/
  351. /*添加记录*/
  352. .warps{
  353. padding: 20px;
  354. width: 100%;
  355. -webkit-box-sizing: border-box;
  356. -moz-box-sizing: border-box;
  357. box-sizing: border-box;
  358. }
  359. .title_style{
  360. margin-bottom: 10px;
  361. color: #9ca8b8;
  362. }
  363. .mar_bottom{
  364. margin-bottom: 18px;
  365. }
  366. .warp_form .input_style{
  367. margin: 0;
  368. height: 35px;
  369. border: 1px solid #e1e5e9;
  370. background: #ffffff;
  371. }
  372. .upload_warp p{
  373. width: 100%;
  374. height: 108px;
  375. background: url("../image/uploadImg.png") no-repeat;
  376. background-size: 100% 100%;
  377. -webkit-box-sizing: border-box;
  378. -moz-box-sizing: border-box;
  379. box-sizing: border-box;
  380. }
  381. .upload_warp1 p{
  382. width: 100%;
  383. height: 108px;
  384. background: url("../image/uploadImg1.png") no-repeat;
  385. background-size: 100% 100%;
  386. -webkit-box-sizing: border-box;
  387. -moz-box-sizing: border-box;
  388. box-sizing: border-box;
  389. }
  390. .radio_moudl{
  391. width: 100%;
  392. height: 100%;
  393. position: fixed;
  394. top: 0;
  395. left: 0;
  396. background: rgba(0,0,0,.5);
  397. }
  398. .radio_moudl .radio_content{
  399. width: 265px;
  400. height: 190px;
  401. position: absolute;
  402. top: 0;
  403. left: 0;
  404. bottom: 0;
  405. right: 0;
  406. margin: auto;
  407. background: #fff;
  408. -webkit-border-radius: 5px;
  409. -moz-border-radius: 5px;
  410. border-radius: 5px;
  411. padding: 20px 10px;
  412. overflow: hidden;
  413. }
  414. .radio_list{
  415. position: relative;
  416. }
  417. .radio_list .ico{
  418. display: block;
  419. position: absolute;
  420. top: 10px;
  421. right: 8px;
  422. width: 18px;
  423. height: 13px;
  424. background: url("../image/ico.png") no-repeat;
  425. background-size: cover;
  426. }
  427. .title1{
  428. text-align: center;
  429. font-size: 15px;
  430. color: #133364;
  431. margin-bottom: 15px;
  432. }
  433. .start_list{
  434. height: 120px;
  435. overflow-y: scroll;
  436. }
  437. .start_list li{
  438. height: 35px;
  439. display: flex;
  440. display: -webkit-flex;
  441. justify-content: space-between;
  442. -webkit-justify-content: space-between;
  443. flex-wrap: nowrap;
  444. -webkit-flex-wrap: nowrap;
  445. padding: 0 13px;
  446. position: relative;
  447. }
  448. .start_list li span{
  449. height: 20px;
  450. display: block;
  451. margin-top: 8px;
  452. color: #133364;
  453. font-size: 12px;
  454. }
  455. .start_list li:after{
  456. width: 100%;
  457. content: "";
  458. display: table;
  459. height: 1px;
  460. background: #f2f2f3;
  461. position: absolute;
  462. bottom: 0;
  463. left: 0;
  464. }
  465. .upload_vedioBtn{
  466. width: 100px;
  467. height: 33px;
  468. background: url("../image/vedio.png");
  469. background-size: cover;
  470. display: block;
  471. }
  472. .mp3{
  473. width: 100px;
  474. height: 33px;
  475. background: url("../image/mp3.jpg");
  476. background-size: cover;
  477. display: block;
  478. }
  479. .fileList{
  480. display: flex;
  481. display: -webkit-flex;
  482. /*justify-content: space-evenly;*/
  483. /*-webkit-justify-content: space-evenly;*/
  484. /*flex-wrap: wrap;*/
  485. -webkit-flex-wrap: wrap;
  486. flex-wrap:wrap;
  487. text-align: center;
  488. padding: 20px;
  489. border: 1px dashed #D9D9D9;
  490. -webkit-border-radius: 5px;
  491. -moz-border-radius: 5px;
  492. border-radius: 5px;
  493. }
  494. .fileList li{
  495. flex:0 0 33%;
  496. margin-bottom: 10px;
  497. position: relative;
  498. }
  499. .fileList li:last-child{
  500. margin-bottom: 0;
  501. }
  502. .close_s{
  503. position: absolute;
  504. top: -5px;
  505. right: 8px;
  506. display: block;
  507. width: 20px;
  508. height: 20px;
  509. text-align: center;
  510. line-height: 20px;
  511. -webkit-border-radius: 50%;
  512. -moz-border-radius: 50%;
  513. border-radius: 50%;
  514. font-size: 22px;
  515. z-index: 100;
  516. cursor: pointer;
  517. }
  518. .fileList img{
  519. width: 33px;
  520. height: 33px;
  521. margin: auto;
  522. margin-bottom: 10px;
  523. }
  524. .fileList span{
  525. display: block;
  526. width: 78px;
  527. overflow: hidden;
  528. text-overflow: ellipsis;
  529. white-space: nowrap;
  530. margin:auto;
  531. }
  532. .loadModel {
  533. position: fixed;
  534. top: 0;
  535. left: 0;
  536. width: 100%;
  537. height: 100%;
  538. z-index: 1000;
  539. background: rgba(0, 0, 0, 0.5);
  540. }
  541. .loadModel .loader {
  542. position: absolute;
  543. left: 0;
  544. top: 0;
  545. right: 0;
  546. bottom: 0;
  547. margin: auto;
  548. width: 40px;
  549. height: 40px;
  550. z-index: 9999;
  551. }
  552. .loadModel svg path {
  553. fill: #FFF;
  554. }
  555. .upload_mp3{
  556. position: relative;
  557. }
  558. .mp3File{
  559. width: 100px;
  560. height: 33px;
  561. position: absolute;
  562. top: 0;
  563. left: 0;
  564. opacity: 0;
  565. }
  566. .imgFile li img{
  567. width: 64px;
  568. height: 64px;
  569. }
  570. .text input{
  571. width: 100%;
  572. -webkit-border-radius: 3px;
  573. -moz-border-radius: 3px;
  574. border-radius: 3px;
  575. outline: none;
  576. padding-left: 15px;
  577. -webkit-box-sizing: border-box;
  578. -moz-box-sizing: border-box;
  579. box-sizing: border-box;
  580. }
  581. /******/
  582. body .listsItem01 .weui-cell:before{
  583. border-top: 0;
  584. }
  585. .listsItem01 .weui-cell{
  586. border: 1px dashed #D9D9D9;
  587. padding: 20px;
  588. }
  589. .listsItem01 .weui-uploader__input-box{
  590. margin-bottom: 0;
  591. }
  592. .listsItem01 .weui-uploader__files{
  593. display: flex;
  594. display: -webkit-flex;
  595. flex-wrap: wrap;
  596. }
  597. .listsItem01 .weui-uploader__files li{
  598. flex: 0 0 33%;
  599. margin-bottom: 10px;
  600. position: relative;
  601. margin-right: 0;
  602. background-size: 65%;
  603. }
  604. .listsItem01 .weui-uploader__input-box{
  605. float: none;
  606. margin: auto;
  607. }
  608. .listsItem01 .weui-uploader__files li:last-child{
  609. margin-bottom: 0;
  610. }
  611. .audio_a{
  612. -webkit-border-radius: 50px;
  613. -moz-border-radius: 50px;
  614. border-radius: 50px;
  615. height: 30px;
  616. }
  617. /*修改weui*/
  618. body .weui-picker-container, .weui-picker-overlay{
  619. bottom: 0;
  620. }
  621. body .weui-navs{
  622. background: rgba(0,0,0,.6);
  623. }
  624. .aplayer{
  625. margin: 0!important;
  626. }
  627. .weui_uploader_status_content{
  628. width: 65%;
  629. position: absolute;
  630. top: 0;
  631. right: 0;
  632. bottom: 0;
  633. left: 0;
  634. background-color: rgba(0, 0, 0, 0.5);
  635. line-height: 79px;
  636. text-align: center;
  637. color: #fff;
  638. margin: auto;
  639. }