123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641 |
- body{
- background: #ECF0F1;
- }
- img{
- display: block;
- }
- p{
- color: #8f8f94;
- }
- ul{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- body .detMar{
- margin: 0;
- }
- body .show{
- height: 50px;
- opacity: 1;
- padding: 10px;
- }
- /*侧边*/
- #offCanvasSide{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- background: rgba(0,0,0,.6);
- z-index: 100;
- }
- body .left{
- opacity: 1;
- right: 0;
- }
- .scroll-wrapper{
- width: 200px;
- height: 100%;
- z-index: 101;
- background: #F2F2F2;
- position: absolute;
- top: 0;
- right:-200px;
- transition: .5s;
- opacity: 0;
- }
- .titles{
- padding: 10px;
- font-size: 16px;
- text-align: center;
- }
- /*主体*/
- .mui-content-padded{
- padding: 10px;
- }
- .swiper-slide img{
- width: 100%;
- height: 209px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .banner-tit{
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 30px;
- line-height: 30px;
- background: rgba(0,0,0,0.5);
- font-size: 14px;
- color: #fff;
- padding: 0 10px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .banner-tit p{
- color: #fff;
- }
- body .swiper-pagination-fraction{
- bottom: 4px;
- color: #fff;
- text-align: right;
- left: -16px;
- font-size: 14px;
- }
- .m-card{
- background: #ffffff;
- margin-bottom: 5px;
- padding: 15px;
- }
- .card{
- border-bottom: 1px solid #ECF0F1;
- padding-bottom: 10px;
- margin-bottom: 10px;
- }
- .card span{
- display: block;
- padding-left: 10px;
- border-left: 3px solid #3498DB;
- padding: 2px 0 2px 10px;
- font-size: 14px;
- color: #333333;
- }
- .m-card p{
- font-size: 14px;
- text-align: justify;
- }
- .m-card .weui-cells:before,.weui-panel:before{
- border-top: 0;
- }
- .m-card .weui-cells img{
- width: 30px;
- height: 30px;
- }
- body .listsItem .weui-cells{
- margin-top: 0;
- }
- .listsItem .weui-cells .weui-cell__ft,.file_list .weui-cell__ft{
- content: " ";
- display: inline-block;
- height: 6px;
- width: 6px;
- border-width: 2px 2px 0 0;
- border-color: #c8c8cd;
- border-style: solid;
- -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
- transform: matrix(.71,.71,-.71,.71,0,0);
- position: relative;
- top: -2px;
- position: absolute;
- top: 50%;
- margin-top: -4px;
- right: 2px;
- }
- .imgText img{
- width: 100%;
- height: 209px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin-bottom: 10px;
- }
- .file_list img{
- width: 30px;
- height: 30px;
- }
- .weui-media-box_appmsg .weui-media-box__hd{
- width: 30px;
- height: 30px;
- line-height: 30px;
- }
- .file_list .weui-media-box__title{
- font-size: 14px;
- }
- .file_list .weui-media-box__desc{
- font-size: 12px;
- }
- .item{
- position: relative;
- }
- .item:not(:last-child):after {
- content: '';
- position: absolute;
- z-index: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #D9D9D9;
- }
- .See_download{
- text-align: center;
- height: 0;
- opacity: 0;
- transition: .5s;
- }
- .See_download button{
- width: 60px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border: 1px solid #cccc;
- outline: none;
- }
- .weui-form-preview__bd{
- text-align: left;
- }
- .weui-form-preview__value{
- padding-left: 30px;
- }
- .weui-form-preview__item{
- border-bottom: 1px solid #ECF0F1;
- padding: 5px 0;
- }
- .fistItem{
- background: #FAFAFA;
- }
- body .weui-media-box:active{
- background: #fff;
- }
- .buoy{
- width: 50px;
- height: 50px;
- line-height: 50px;
- position: fixed;
- top: 40%;
- left: 15px;
- z-index: 2;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- padding: 0;
- text-align: center;
- box-shadow: 0 0 4px 1px #D1D2D2;
- background: #fff;
- border: 1px;
- outline: none;
- }
- .buoy a{
- display: block;
- color: #333;
- }
- /*添加记录*/
- .showRecord{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 250px;
- z-index: 80;
- background: #ffff;
- border-top: 1px solid #D9D9D9;
- overflow: hidden;
- background: #ffffff;
- }
- .record_items{
- height: 190px;
- overflow-y: scroll;
- }
- .record_items>li{
- position: relative;
- }
- .record_items>li:after{
- content: "";
- display: block;
- width: 100%;
- height: 1px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: #D9D9D9;
- }
- .record_items li>p{
- height: 50px;
- line-height: 50px;
- text-indent: 30px;
- position: relative;
- color: #333;
- font-size: 15px;
- }
- .record_items li>p>i{
- position: absolute;
- top: 26px;
- right: 30px;
- }
- .showRecord>p{
- text-align: center;
- padding: 15px;
- color: #333333;
- font-size: 16px;
- position: relative;
- }
- .ul_son{
- height: 0;
- opacity: 0;
- transition: .5s;
- }
- body .showUl_son{
- padding:0 39px;
- height: 45px;
- opacity: 1;
- }
- .ul_son li{
- position: relative;
- padding: 10px;
- color: #333;
- font-size: 14px;
- }
- .ul_son li:after{
- content: "";
- display: block;
- width: 100%;
- height: 1px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: #D9D9D9;
- }
- .ul_son li:last-child:after{
- height: 0;
- }
- .ul_son li i{
- position: absolute;
- top: 24px;
- right: 0;
- }
- .icoRight{
- content: " ";
- display: inline-block;
- height: 6px;
- width: 6px;
- border-width: 2px 2px 0 0;
- border-color: #333;
- border-style: solid;
- -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
- transform: matrix(.71,.71,-.71,.71,0,0);
- position: relative;
- top: -2px;
- position: absolute;
- top: 50%;
- margin-top: -4px;
- right: 2px;
- }
- .moudles{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- background: rgba(0,0,0,.6);
- z-index: 99;
- }
- .addRecord{
- padding: 10px 20px;
- text-align: center;
- position: fixed;
- bottom: 0;
- right: 0;
- width:100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- z-index: 99;
- }
- .btns{
- margin: auto;
- }
- /*添加记录*/
- /*添加记录*/
- .warps{
- padding: 20px;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .title_style{
- margin-bottom: 10px;
- color: #9ca8b8;
- }
- .mar_bottom{
- margin-bottom: 18px;
- }
- .warp_form .input_style{
- margin: 0;
- height: 35px;
- border: 1px solid #e1e5e9;
- background: #ffffff;
- }
- .upload_warp p{
- width: 100%;
- height: 108px;
- background: url("../image/uploadImg.png") no-repeat;
- background-size: 100% 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .upload_warp1 p{
- width: 100%;
- height: 108px;
- background: url("../image/uploadImg1.png") no-repeat;
- background-size: 100% 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .radio_moudl{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0,0,0,.5);
- }
- .radio_moudl .radio_content{
- width: 265px;
- height: 190px;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- background: #fff;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 20px 10px;
- overflow: hidden;
- }
- .radio_list{
- position: relative;
- }
- .radio_list .ico{
- display: block;
- position: absolute;
- top: 10px;
- right: 8px;
- width: 18px;
- height: 13px;
- background: url("../image/ico.png") no-repeat;
- background-size: cover;
- }
- .title1{
- text-align: center;
- font-size: 15px;
- color: #133364;
- margin-bottom: 15px;
- }
- .start_list{
- height: 120px;
- overflow-y: scroll;
- }
- .start_list li{
- height: 35px;
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- padding: 0 13px;
- position: relative;
- }
- .start_list li span{
- height: 20px;
- display: block;
- margin-top: 8px;
- color: #133364;
- font-size: 12px;
- }
- .start_list li:after{
- width: 100%;
- content: "";
- display: table;
- height: 1px;
- background: #f2f2f3;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .upload_vedioBtn{
- width: 100px;
- height: 33px;
- background: url("../image/vedio.png");
- background-size: cover;
- display: block;
- }
- .mp3{
- width: 100px;
- height: 33px;
- background: url("../image/mp3.jpg");
- background-size: cover;
- display: block;
- }
- .fileList{
- display: flex;
- display: -webkit-flex;
- /*justify-content: space-evenly;*/
- /*-webkit-justify-content: space-evenly;*/
- /*flex-wrap: wrap;*/
- -webkit-flex-wrap: wrap;
- flex-wrap:wrap;
- text-align: center;
- padding: 20px;
- border: 1px dashed #D9D9D9;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .fileList li{
- flex:0 0 33%;
- margin-bottom: 10px;
- position: relative;
- }
- .fileList li:last-child{
- margin-bottom: 0;
- }
- .close_s{
- position: absolute;
- top: -5px;
- right: 8px;
- display: block;
- width: 20px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- font-size: 22px;
- z-index: 100;
- cursor: pointer;
- }
- .fileList img{
- width: 33px;
- height: 33px;
- margin: auto;
- margin-bottom: 10px;
- }
- .fileList span{
- display: block;
- width: 78px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin:auto;
- }
- .loadModel {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1000;
- background: rgba(0, 0, 0, 0.5);
- }
- .loadModel .loader {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- width: 40px;
- height: 40px;
- z-index: 9999;
- }
- .loadModel svg path {
- fill: #FFF;
- }
- .upload_mp3{
- position: relative;
- }
- .mp3File{
- width: 100px;
- height: 33px;
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- }
- .imgFile li img{
- width: 64px;
- height: 64px;
- }
- .text input{
- width: 100%;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- outline: none;
- padding-left: 15px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /******/
- body .listsItem01 .weui-cell:before{
- border-top: 0;
- }
- .listsItem01 .weui-cell{
- border: 1px dashed #D9D9D9;
- padding: 20px;
- }
- .listsItem01 .weui-uploader__input-box{
- margin-bottom: 0;
- }
- .listsItem01 .weui-uploader__files{
- display: flex;
- display: -webkit-flex;
- flex-wrap: wrap;
- }
- .listsItem01 .weui-uploader__files li{
- flex: 0 0 33%;
- margin-bottom: 10px;
- position: relative;
- margin-right: 0;
- background-size: 65%;
- }
- .listsItem01 .weui-uploader__input-box{
- float: none;
- margin: auto;
- }
- .listsItem01 .weui-uploader__files li:last-child{
- margin-bottom: 0;
- }
- .audio_a{
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- height: 30px;
- }
- /*修改weui*/
- body .weui-picker-container, .weui-picker-overlay{
- bottom: 0;
- }
- body .weui-navs{
- background: rgba(0,0,0,.6);
- }
- .aplayer{
- margin: 0!important;
- }
- .weui_uploader_status_content{
- width: 65%;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.5);
- line-height: 79px;
- text-align: center;
- color: #fff;
- margin: auto;
- }
|