123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .bgc-f3f3f3{
- background-color: #f3f3f3;
- }
- .bgc-74bf00{
- background-color: #74bf00;
- }
- .bgc-ff9526 { background-color: #FF9526; }
- .bgc-75bf00{background-color: #75bf00;}
- .bgc-9beaf6{background-color: #9BEAF6;}
- .bgc-ff6a56{background-color: #ff6a56;}
- .height-50 { height: 50px; }
- .lheight-50 { line-height: 50px; }
- .c-border-radius{
- border-radius: 5px;
- }
- .c-border-radius-tlr{
- border-radius: 5px 5px 0 0;
- }
- .c-text-right{
- display: inline-block;
- float: right;
- }
- .arrow-r{
- position: relative;
- display: -webkit-box;
- }
- .arrow-r.text-right{
- -webkit-box-pack: end;
- }
- .arrow-r:after{
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -0.25rem;
- content: "";
- display: block;
- width: 0.4rem;
- height: 0.4rem;
- border: solid #cdcdcd;
- border-width: 0.1rem 0.1rem 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .line-height-18{
- line-height: 1.8;
- }
- #require_sign{
- position: fixed;
- bottom: 30px;
- right: 20px;
- width: 50px;
- z-index: 999;
- display: none;
- }
- #require_sign img{
- width: 100%;
- }
- /*#other_view .none-content { padding-top: 150px; }*/
- #other_view img.none-content-icon { display: block; width: 120px; height: 120px; margin: 0 auto; }
- #other_view .c-50 { width: 50%; margin-left: 0; }
- .only-sanshi { position: absolute; bottom: 0;width: 100%;}
- .only-sanshi img { width: 100%; height: 100px; }
- .btn-pay{width: 80px;height: 30px;line-height: 30px;background: #74bf00;font-size: 14px;display: block;position: absolute;text-align: center;color: #fff;border-radius: 5px;}
- .text-tip{position: absolute;top: 8px;left: 10px;}
- .none-content{
- position: absolute;
- width: 100%;
- bottom: 50%;
- margin-bottom: -90px;
- }
- .layui-m-layercont{
- padding-top: 0px !important;
- }
- .layui-m-layercont{
- padding-bottom: 0 !important;
- }
- .checkbox{
- color:#40AFFE;
- }
- .input_checked[type=radio]:before{
- content: '';
- background-image:url(../images/dianxuan_btn.png);
- background-size: 20px 20px;
- position: absolute;
- top:-3px;
- left:-3px;
- height: 20px;
- width: 20px;
- -webkit-font-smoothing: antialiased;
- }
- .input_checked[type=radio]:checked:before {
- content: '';
- background-image:url(../images/dianxuan_pre.png);
- }
- .input_checked[type=checkbox]:before{
- content: '';
- background-image:url(../images/gouxuan_btn.png);
- background-size: 20px 20px;
- position: absolute;
- top:150px;
- left:107px;
- height: 20px;
- width: 20px;
- -webkit-font-smoothing: antialiased;
- }
- .input_checked[type=checkbox]:checked:before {
- content: '';
- background-image:url(../images/gouxuan_btn_pre.png);
- }
- input[type=text]{
- width: calc(100% - 30px);
- height: 30px;
- line-height: 30px;
- }
|