7061 lines
263 KiB
CSS
7061 lines
263 KiB
CSS
|
|
@import url('content.css');
|
|||
|
|
.category_box{ position:absolute; top:2.3em; left:0; display:none; width: 100%; margin:0;border: 1px solid #DDDDDD; z-index: 10001; background-color: #FFFFFF;}
|
|||
|
|
.category_box ul{width: 100%;}
|
|||
|
|
.category_box ul li{float:left; width: 25%; height:2em; line-height:2em; border: 1px solid #DFDFDF; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; color: #000;}
|
|||
|
|
.flex-end {
|
|||
|
|
display: flex;
|
|||
|
|
display: -webkit-flex;
|
|||
|
|
justify-content: space-between;
|
|||
|
|
-webkit-justify-content: space-between;
|
|||
|
|
align-items: center;
|
|||
|
|
-webkit-align-items: center;
|
|||
|
|
}
|
|||
|
|
.flex-around {
|
|||
|
|
display: flex;
|
|||
|
|
display: -webkit-flex;
|
|||
|
|
justify-content: space-around;
|
|||
|
|
-webkit-justify-content: space-around;
|
|||
|
|
align-items: center;
|
|||
|
|
-webkit-align-items: center;
|
|||
|
|
}
|
|||
|
|
.notice_box {
|
|||
|
|
width: 100%;
|
|||
|
|
display: flex;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.notice_box_to {
|
|||
|
|
height: 2.5em;
|
|||
|
|
width: 100%;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
background: rgba(0,0,0,0.2);
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
border-radius: 1.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.notice_box .notice_title {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
|
|||
|
|
height: 2.5em;
|
|||
|
|
width: auto;
|
|||
|
|
min-width: 2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_title img {
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
width: 1.5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_title span {
|
|||
|
|
margin-left: 0.8em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body {
|
|||
|
|
height: 2.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
color: #fff;
|
|||
|
|
position: relative;
|
|||
|
|
padding-right: 0.8em;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body ul {
|
|||
|
|
display: block;
|
|||
|
|
height: 2.5em;
|
|||
|
|
width: 100%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
position: relative;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body ul li {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
position: relative;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body ul li a, .notice_box .notice_body ul li a:visited {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body ul li a span, .notice_box .notice_body ul li a:visited span {
|
|||
|
|
display: block;
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
color: #01B4AE;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body marquee {
|
|||
|
|
margin-top: 0;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
position: relative;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.notice_box .notice_body marquee a, .notice_box .notice_body marquee a:visited {
|
|||
|
|
width: auto;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
display: block;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.notice_box .notice_more{
|
|||
|
|
margin-top:0.6em;
|
|||
|
|
width:1.4em;
|
|||
|
|
height:1.4em;
|
|||
|
|
}
|
|||
|
|
.notice_box .notice_more img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
.news-box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-top: 0.4em;
|
|||
|
|
padding-left: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item {
|
|||
|
|
position: relative;
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-top: 0;
|
|||
|
|
padding-left: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item-to {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
position: relative;
|
|||
|
|
float: none;
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
text-align: left;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item .title_time {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
background-color: #fff;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item .title_time .title {
|
|||
|
|
height: 4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item .title_time .time {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item .pic {
|
|||
|
|
width: 10em;
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.news-item .pic img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 5em;
|
|||
|
|
border-radius: 0.5em;
|
|||
|
|
}
|
|||
|
|
.mybusiness_title {
|
|||
|
|
width:96%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
padding-left: 1em;
|
|||
|
|
position:relative;
|
|||
|
|
}
|
|||
|
|
.mybusiness_title .close {
|
|||
|
|
position: absolute;
|
|||
|
|
right: 0.5em;
|
|||
|
|
top: 0.5em;
|
|||
|
|
z-index:10001;
|
|||
|
|
width: 1.5em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
padding: 0.15em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #f1f1f1;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.mybusiness_title .close img {
|
|||
|
|
float:left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.tixin-item {
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
padding: 1.2rem;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
font-size: 1em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account {
|
|||
|
|
width: 100%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
border-bottom: 1px solid #f5f5f5;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account li{
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account li i img{
|
|||
|
|
float:none;
|
|||
|
|
display:inline;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
width:1.5em;
|
|||
|
|
height:1.5em;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account li span span {
|
|||
|
|
color:#ff4d00;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.tixin-item .account li i.current {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
background: url(../image/wxz.png) no-repeat;
|
|||
|
|
background-size: cover;
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account li i.current.on {
|
|||
|
|
background: url(../image/xz.png) no-repeat;
|
|||
|
|
background-size: cover;
|
|||
|
|
}
|
|||
|
|
.tixin-item .account li.jifenpay {
|
|||
|
|
width: 100%;
|
|||
|
|
border-bottom: 1px solid #f5f5f5;
|
|||
|
|
padding-bottom: 0.6em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .account li.jifenpay p {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .account li.jifenpay p span {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
margin: 0;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .account li.jifenpay p span span {
|
|||
|
|
display: inline-block;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .account li.jifenpay p span span.kdyzf_box {
|
|||
|
|
margin: 0;
|
|||
|
|
color: #F09C17;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .msg{
|
|||
|
|
display: none;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg.on{
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p{
|
|||
|
|
line-height: 2.2em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tixin-item .msg p span {
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p a{
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p input {
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p input.mybtn0 {
|
|||
|
|
color: #fff;
|
|||
|
|
border-radius: .4em;
|
|||
|
|
line-height:1.5em;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p textarea {
|
|||
|
|
border-radius: .4em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
width:100%;
|
|||
|
|
height:6em;
|
|||
|
|
background:none;
|
|||
|
|
border:0;
|
|||
|
|
}
|
|||
|
|
.tixin-item .msg p.ximage{}
|
|||
|
|
.tixin-item .msg p.ximage a img{vertical-align:middle; width:4em;height:4em;border: 1px solid #dfdfdf;}
|
|||
|
|
.tixin-item .msg p.ximage a#weixinimage img{margin-top:0.5em;}
|
|||
|
|
.smpay_left {
|
|||
|
|
float: left;
|
|||
|
|
width: 75%;
|
|||
|
|
}
|
|||
|
|
.smpay_left div {
|
|||
|
|
float: left;
|
|||
|
|
width: 33%;
|
|||
|
|
height: 2.8em;
|
|||
|
|
line-height: 2.8em;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
border-right: 1px solid #f1f1f1;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
font-size:1em;
|
|||
|
|
font-weight:800;
|
|||
|
|
}
|
|||
|
|
.smpay_left div.ling {
|
|||
|
|
width: 66%
|
|||
|
|
}
|
|||
|
|
.smpay_left div.right {
|
|||
|
|
width: 34%;
|
|||
|
|
}
|
|||
|
|
.smpay_right {
|
|||
|
|
float: left;
|
|||
|
|
width: 25%;
|
|||
|
|
}
|
|||
|
|
.smpay_right div.del {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.8em;
|
|||
|
|
line-height: 2.8em;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.smpay_right div.del img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
.smpay_right div.pay {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 8.4em;
|
|||
|
|
line-height: 8.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.smpay_right div.pay .mybtn {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
border-radius: 0;
|
|||
|
|
}
|
|||
|
|
.alink {
|
|||
|
|
color: #00B050;
|
|||
|
|
}
|
|||
|
|
.Paypush_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.emx_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.emx_box_to {
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.emx_box_to img {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.emx_box_to .emx_box_sjname {
|
|||
|
|
position:absolute;
|
|||
|
|
top:5em;
|
|||
|
|
left:0;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
.emx_box_to .emx_box_ewmpic {
|
|||
|
|
position: absolute;
|
|||
|
|
top: 7em;
|
|||
|
|
left: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.emx_box_to .emx_box_ewmpic img{
|
|||
|
|
width: 9em;
|
|||
|
|
height:9em;
|
|||
|
|
}
|
|||
|
|
.emx_box_button {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0 0 0.5em 0.5em;
|
|||
|
|
}
|
|||
|
|
.emx_box_button .mybtn {
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: 0.5em;
|
|||
|
|
line-height:2.5em;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zmjf_msg {
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zmjf_msg span {
|
|||
|
|
}
|
|||
|
|
.red{color: #ff4d00;}
|
|||
|
|
.select select{font-size: 0.85em; }
|
|||
|
|
.search{
|
|||
|
|
background: #ECE8E9;
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: .4em;
|
|||
|
|
height: 1em;
|
|||
|
|
border: none;
|
|||
|
|
padding-left:.5em;
|
|||
|
|
margin-bottom:.25em;
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.index-page{
|
|||
|
|
height:100%;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.content-page{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.setcontent {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-bottom:0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.setcontent .li {
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: .5em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.maxcontent{
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.uinput1 input{
|
|||
|
|
width: 100%;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
color:#000000;
|
|||
|
|
background: #FFFFFF;
|
|||
|
|
text-align: center;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.uinput2 input{
|
|||
|
|
width: 90%;
|
|||
|
|
height: 1em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
padding: .4em 0;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin-left:1.5em;
|
|||
|
|
margin-bottom:.25em;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput3 textarea{
|
|||
|
|
width: 90%;
|
|||
|
|
height: 100%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
padding: .2em .2em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin: .5em 1.5em;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
color:#000000;
|
|||
|
|
}
|
|||
|
|
.uinput4 input{
|
|||
|
|
width: 2.5em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0 0.3em;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput5 input{
|
|||
|
|
width:100%;
|
|||
|
|
height: 100%;
|
|||
|
|
font-size: 1em;
|
|||
|
|
margin: 0;
|
|||
|
|
padding:0;
|
|||
|
|
/*border-bottom:1px solid #DFDFDF;*/
|
|||
|
|
border-bottom:none;
|
|||
|
|
border-top:none;
|
|||
|
|
border-left:none;
|
|||
|
|
border-right:none;
|
|||
|
|
color:#fff;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput6 input{
|
|||
|
|
width: 3.5em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
/*color:#9D9D9D;*/
|
|||
|
|
border:1px solid #ABABAB;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput7 textarea{
|
|||
|
|
width: 100%;
|
|||
|
|
height: 80%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
padding: .4em 0;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
/*color:#9D9D9D;*/
|
|||
|
|
border:1px solid #ABABAB;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput8 textarea{
|
|||
|
|
width: 96%;
|
|||
|
|
height: 100%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
padding: .2em;
|
|||
|
|
line-height: 1.4em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
/*color:#919191;*/
|
|||
|
|
border:1px solid #757575;
|
|||
|
|
border-radius: .5em;
|
|||
|
|
background: #EEEEEE;
|
|||
|
|
color:#000000;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.uinput9 input{
|
|||
|
|
width: 11em;
|
|||
|
|
height: 1.1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
margin:0 0.5em;
|
|||
|
|
padding:.25em;
|
|||
|
|
border-bottom:none;
|
|||
|
|
border-top:none;
|
|||
|
|
border-left:none;
|
|||
|
|
border-right:none;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput10 input{
|
|||
|
|
width: 5em;
|
|||
|
|
height: 1.1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
padding:.25em;
|
|||
|
|
border-bottom:none;
|
|||
|
|
border-top:none;
|
|||
|
|
border-left:none;
|
|||
|
|
border-right:none;
|
|||
|
|
color:#000000;
|
|||
|
|
padding-left:.2em;
|
|||
|
|
}
|
|||
|
|
.uinput11 input {
|
|||
|
|
width: 100%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
background-color: #f1f1f1;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
height: 2.2em;
|
|||
|
|
line-height: 2.2em;
|
|||
|
|
padding-left: .2em;
|
|||
|
|
color: #000;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.uinput11 textarea {
|
|||
|
|
width: 100%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
background-color: #f1f1f1;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
padding-left: .2em;
|
|||
|
|
color: #000;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.select {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.select select {
|
|||
|
|
width: 100%;
|
|||
|
|
font-size:1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.uinput12 input,textarea{
|
|||
|
|
width: 72%;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
height:2em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0.2em;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
background-color:#FFFFFF;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .5em;
|
|||
|
|
padding:0.2em;
|
|||
|
|
color:#000000;
|
|||
|
|
}
|
|||
|
|
.uinput12 button{
|
|||
|
|
width: 17%;
|
|||
|
|
height:2em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0.2em;
|
|||
|
|
color:#FFFFFF;
|
|||
|
|
background-color:#c9931e;
|
|||
|
|
border:0;
|
|||
|
|
border-radius: .2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.uinput13 input,textarea{
|
|||
|
|
width: 62%;
|
|||
|
|
height:2em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
line-height:1.9em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0.2em;
|
|||
|
|
/*color:#B8B8B8;*/
|
|||
|
|
background-color:#FFFFFF;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .5em;
|
|||
|
|
padding:0.2em;
|
|||
|
|
color:#000000;
|
|||
|
|
}
|
|||
|
|
.uinput13 button{
|
|||
|
|
width: 17%;
|
|||
|
|
height:2.5em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
margin:0.2em;
|
|||
|
|
color:#FFFFFF;
|
|||
|
|
background-color:#c9931e;
|
|||
|
|
border:0;
|
|||
|
|
border-radius: .2em;
|
|||
|
|
}
|
|||
|
|
.uinput14 input{
|
|||
|
|
width: 8em;
|
|||
|
|
height: 1.1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
margin:0 0.5em;
|
|||
|
|
padding:.2em;
|
|||
|
|
border-bottom:1px solid #DFDFDF;
|
|||
|
|
border-top:none;
|
|||
|
|
border-left:none;
|
|||
|
|
border-right:none;
|
|||
|
|
color:#000000;
|
|||
|
|
}
|
|||
|
|
.uinput15 input{
|
|||
|
|
width:1.1em;
|
|||
|
|
height: 1.1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
padding:.2em;
|
|||
|
|
margin:.5em 0;
|
|||
|
|
border-bottom:1px solid #DFDFDF;
|
|||
|
|
/*border-bottom:none;*/
|
|||
|
|
border-top:none;
|
|||
|
|
border-left:none;
|
|||
|
|
border-right:none;
|
|||
|
|
color:#000000;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.blue{
|
|||
|
|
color:#4DD3FB;
|
|||
|
|
}
|
|||
|
|
.btnblue{
|
|||
|
|
height:1.6em;
|
|||
|
|
background-color:#B0B5B6;padding:.2em .7em;
|
|||
|
|
border-radius: .3em;
|
|||
|
|
color:#fff;background-color:#c9931e;
|
|||
|
|
font-size:.9em;
|
|||
|
|
line-height: 1.6em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.li{
|
|||
|
|
display: inline-block;margin-bottom: 0.8em;
|
|||
|
|
}
|
|||
|
|
.uinputmy input{
|
|||
|
|
width: 1.8em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
color:#B8B8B8;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
}
|
|||
|
|
.uinputmyShop input{
|
|||
|
|
width: 2.5em;
|
|||
|
|
height: 2.3em;
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
font-size: 1em;
|
|||
|
|
display: block;
|
|||
|
|
color:#B8B8B8;
|
|||
|
|
border:1px solid #D6D6D6;
|
|||
|
|
border-radius: .1em;
|
|||
|
|
}
|
|||
|
|
.button {
|
|||
|
|
-moz-border-radius:5px;
|
|||
|
|
-webkit-border-radius:5px;
|
|||
|
|
border-radius:5px;
|
|||
|
|
background:#0a920a;
|
|||
|
|
background:-o-linear-gradient(top,#12b312,#027102);
|
|||
|
|
background:-ms-linear-gradient(top,#12b312,#027102);
|
|||
|
|
background:-moz-linear-gradient(top,#12b312,#027102);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#12b312),color-stop(1,#027102));
|
|||
|
|
background:-webkit-linear-gradient(#12b312,#027102);
|
|||
|
|
background:linear-gradient(top,#12b312,#027102);
|
|||
|
|
-moz-box-shadow:0 1px 2px #f7f7f7 inset;
|
|||
|
|
-webkit-box-shadow:0 1px 2px #f7f7f7 inset;
|
|||
|
|
box-shadow:0 1px 2px #f7f7f7 inset;
|
|||
|
|
font-family:"museo-sans","Museo Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|||
|
|
font-weight:300;
|
|||
|
|
font-weight:700;
|
|||
|
|
display:block;
|
|||
|
|
|
|||
|
|
margin:0 auto;
|
|||
|
|
padding:1em 2em;
|
|||
|
|
border:1px solid #030;
|
|||
|
|
text-align:center;
|
|||
|
|
text-decoration:none;
|
|||
|
|
text-shadow:0 -1px 1px #222;
|
|||
|
|
color:#f7f7f7
|
|||
|
|
}
|
|||
|
|
.button:hover,.button:focus {
|
|||
|
|
background:#0a990a;
|
|||
|
|
background:-o-linear-gradient(top,#13c113,#027102);
|
|||
|
|
background:-ms-linear-gradient(top,#13c113,#027102);
|
|||
|
|
background:-moz-linear-gradient(top,#13c113,#027102);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#13c113),color-stop(1,#027102));
|
|||
|
|
background:-webkit-linear-gradient(#13c113,#027102);
|
|||
|
|
background:linear-gradient(top,#13c113,#027102);
|
|||
|
|
color:#f7f7f7
|
|||
|
|
}
|
|||
|
|
.modal {
|
|||
|
|
position:absolute;top:0;right:0;bottom:0;left:0;display:none;-webkit-overflow-scrolling:touch;outline:0; z-index: 10000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.modal .modal-dialog {
|
|||
|
|
-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);
|
|||
|
|
margin:0 auto;
|
|||
|
|
width: 90%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.modal .modal-dialog .modal-content {
|
|||
|
|
position:relative;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-color: #fff;
|
|||
|
|
}
|
|||
|
|
.modal-body{width: 100%; margin: 0 auto; padding: 0;height:10em; font-size:1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.modal-body p{width: 100%; margin: 0 auto; padding: 0;height:2.5em;}
|
|||
|
|
.modal-header{ margin:0; width: 100%; height:2.5em; padding:0 1em; line-height:2.5em;font-size: 1em; overflow:hidden; border-bottom:1px solid #e5e5e5; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.modal-header .span{ float:left; display: block;}
|
|||
|
|
.modal-header .close{ float:right; display: block; font-family:Arial;}
|
|||
|
|
.modal .modal-dialog { width: 90%;margin-top:5em;}
|
|||
|
|
.modal-footer{ padding:0 1em; height:3em; line-height:3em; text-align:right;border-top:1px solid #e5e5e5}
|
|||
|
|
|
|||
|
|
.button.qxbutton
|
|||
|
|
{
|
|||
|
|
float:right;
|
|||
|
|
margin:0;
|
|||
|
|
margin-top:.5em;
|
|||
|
|
margin-left:1em;
|
|||
|
|
background:#cccccc;
|
|||
|
|
background:-o-linear-gradient(top,#e5e5e5,#eee);
|
|||
|
|
background:-ms-linear-gradient(top,#e5e5e5,#eee);
|
|||
|
|
background:-moz-linear-gradient(top,#e5e5e5,#eee);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5e5e5),color-stop(1,#eee));
|
|||
|
|
background:-webkit-linear-gradient(#e5e5e5,#eee);
|
|||
|
|
background:linear-gradient(top,#e5e5e5,#eee);
|
|||
|
|
border:1px solid #bbb;
|
|||
|
|
color:#aaa;
|
|||
|
|
-moz-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
-webkit-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
text-shadow:none;
|
|||
|
|
padding:0.3em 1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.button.qxbutton:hover{
|
|||
|
|
background:#cccccc;
|
|||
|
|
}
|
|||
|
|
.button.btn-continue
|
|||
|
|
{
|
|||
|
|
float:right;
|
|||
|
|
margin:0;
|
|||
|
|
margin-top:.5em;
|
|||
|
|
padding:0.3em 1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.modal-body p input[type='text']{ border:1px solid #dfdfdf;
|
|||
|
|
width:100%;
|
|||
|
|
height:2.5em;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
padding:0 0.5em;
|
|||
|
|
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
|
|||
|
|
-moz-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
-webkit-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.modal-body p input[type='checkbox']{ width:auto;}
|
|||
|
|
.modal-body p textarea{ border:1px solid #dfdfdf;
|
|||
|
|
width:100%;
|
|||
|
|
height:10em;
|
|||
|
|
padding:0.5em;
|
|||
|
|
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
|
|||
|
|
-moz-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
-webkit-box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
box-shadow:0 1px 2px #a1a1a1 inset;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.modal-body p .inputjgbox{ float:left; display:block; width:auto;line-height:2.2em;}
|
|||
|
|
.modal-body p .inputjgbox span,.modal-body p .inputjgbox input{ float:left;display:block; width:2.2em; height:2.2em;font-size:1em;overflow:hidden;}
|
|||
|
|
.modal-body p .inputjgbox input[type='text']{border-radius:0;box-shadow:none;width:3em; border:1px solid #c2c2c0;border-left:0;border-right:0; text-align:center; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.modal-body p .inputjgbox span.input_del{background: url(../image/addandcut0.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.modal-body p .inputjgbox span.input_add{background: url(../image/addandcut1.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.isDefault{width:1.2em; height:1.2em; margin:0 .25em; margin-top:0.2em; background:url(../image/isDefault.png) no-repeat 0 0; background-size:100% 100%; }
|
|||
|
|
.isDefault.cbgb{
|
|||
|
|
width:1.2em; height:1.2em; background:url(../image/isDefaultcbgb.png) no-repeat 0 0; background-size:100% 100%;
|
|||
|
|
}
|
|||
|
|
.selectedaddress{
|
|||
|
|
width:1.2em; height:1.2em;margin-top:0.2em; background:url(../image/radio-active.png) no-repeat 0 0; background-size:100% 100%;
|
|||
|
|
}
|
|||
|
|
.shop_buttons{
|
|||
|
|
display:flex;
|
|||
|
|
width:100%;
|
|||
|
|
padding:0.8em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shop_buttons div {
|
|||
|
|
margin:0 1%;
|
|||
|
|
width: 48%;
|
|||
|
|
height:2.5em;
|
|||
|
|
border-radius: 1.2em;
|
|||
|
|
line-height:2.5em;
|
|||
|
|
text-align:center;
|
|||
|
|
align-items:center;
|
|||
|
|
}
|
|||
|
|
.dlnav {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-bottom: 1em;
|
|||
|
|
padding: 0 0;
|
|||
|
|
}
|
|||
|
|
.dlnav div {
|
|||
|
|
height: 2em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
margin: 0 0.8em;
|
|||
|
|
}
|
|||
|
|
.dlnav div.hovered {
|
|||
|
|
border-bottom: 1px solid #23B6B2;
|
|||
|
|
color: #23B6B2;
|
|||
|
|
}
|
|||
|
|
.mysetbox{margin:0 auto; padding:1em 0; width: 100%; background-color: #FFFFFF;}
|
|||
|
|
.mysetbox .setje{width: 100%; text-align: center;}
|
|||
|
|
.mysetbox .setje span{color: red;}
|
|||
|
|
.mysetbox .btnbox{width: 100%;font-size: 1.2em; text-align: center; color: #000000;}
|
|||
|
|
.mysetbox .btnbox #pzje{color: red;}
|
|||
|
|
.mysetbox .btnbox #txtje{width: 4em; height:2em; font-size: 1em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #dfdfdf; text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.mysetbox .btnbox input[type="button"]{margin-left:0.2em; padding:0 0.2em; height:2em; font-size: 0.9em; text-decoration:none;border:1px solid #d7d7d7; background-image:none; background-color:#c9931e; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;}
|
|||
|
|
.mysetbox .btnbox input[type="button"].hovered{color:#444444; background:#E1FFFF;}
|
|||
|
|
.mysetbox .btnbox #qycheck{float:none; width: 1.1em; height:1.1em; font-size: 0.8em; overflow: hidden;}
|
|||
|
|
.mysetbox .btnbox #xieyi{color:#c9931e;}
|
|||
|
|
.setbtnbox{background-color: #FFFFFF; text-align:center;}
|
|||
|
|
.setbtnbox input{float:none; clear:both; z-index:0; margin:1em; padding:0.5em 1em; width:5em; font-size: 1em; text-decoration:none;border:1px solid #d7d7d7; background-image:none; background-color:#c9931e; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;}
|
|||
|
|
.setbtnbox input.hovered{background-color:#F62800;}
|
|||
|
|
.video_common {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 20em;
|
|||
|
|
padding-bottom: 3em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
overflow-y: auto;
|
|||
|
|
-webkit-overflow-scrolling: touch;
|
|||
|
|
overflow-scrolling: touch;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
font-size: 1em;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .imgbox {
|
|||
|
|
display: flex;
|
|||
|
|
padding: 0em 0.8em;
|
|||
|
|
width: 4em;
|
|||
|
|
height: 4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .imgbox div {
|
|||
|
|
display: flex;
|
|||
|
|
background-color: #e1e1e1;
|
|||
|
|
width: 2.4em;
|
|||
|
|
height: 2.4em;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .imgbox div img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .name {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .name img {
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .body {
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .body img {
|
|||
|
|
max-width: 10em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .reply {
|
|||
|
|
margin-left: 1.5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .like {
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .like img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .like.likeed img {
|
|||
|
|
width: 1.6em;
|
|||
|
|
height: 1.6em;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .like span {
|
|||
|
|
margin-left: 0.5em;
|
|||
|
|
width: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .time .like.likeed span {
|
|||
|
|
color: #fd0000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .replybox {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .replybox .replylist {
|
|||
|
|
padding-top: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .replybox .replylist li {
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.video_common ul li .titlebox .replybox .replylist li .imgbox {
|
|||
|
|
padding: 0;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.share_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.share_box div {
|
|||
|
|
width: 25%;
|
|||
|
|
padding: 0.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.share_box div img {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.share_box div div {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
text-align: center;
|
|||
|
|
padding: 0em;
|
|||
|
|
font-size: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showmsg{ position:absolute; right: 1.5em; top:0.2em; color: #ff0000; font-size: 1em;}
|
|||
|
|
.Info_List{float:left; margin-top:0; width:100%; padding:0 0.8em; box-sizing:border-box;}
|
|||
|
|
.Info_List ul{float:left; width:100%;}
|
|||
|
|
.Info_List ul li {
|
|||
|
|
float: left;
|
|||
|
|
margin: 0px 0;
|
|||
|
|
margin-bottom: 0.5em;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3.5em;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
cursor: pointer;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.Info_List ul li label {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 1.25em;
|
|||
|
|
margin-left: 0.8em;
|
|||
|
|
width: auto;
|
|||
|
|
height: 2em;
|
|||
|
|
cursor: pointer;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.Info_List ul li label b{color: #ff0000;}
|
|||
|
|
.Info_List ul li em{float:left;display:block;width:1.2em;height:1.2em; margin-top: 1.25em; margin-left: 1em;background-repeat:no-repeat; background-size:100% 100%;}
|
|||
|
|
.Info_List ul li em.myico1{ background-image: url(../image/cash.png);}
|
|||
|
|
.Info_List ul li em.myico2{ background-image: url(../image/commission.png);}
|
|||
|
|
.Info_List ul li em.myico3{ background-image: url(../image/tfj.png);}
|
|||
|
|
.Info_List ul li em.myico4{ background-image: url(../image/guquan.png);}
|
|||
|
|
.Info_List ul li em.myico11{ background-image: url(../image/orderico.png);}
|
|||
|
|
.Info_List ul li em.myico12{ background-image: url(../image/addressico.png);}
|
|||
|
|
.Info_List ul li em.myico13{ background-image: url(../image/pwdico1.png);}
|
|||
|
|
.Info_List ul li em.myico14{ background-image: url(../image/pwdico2.png);}
|
|||
|
|
.Info_List ul li em.myico15{ background-image: url(../image/hyico.png);}
|
|||
|
|
.Info_List ul li em.myico16{ background-image: url(../image/wltp.png);}
|
|||
|
|
.Info_List ul li em.myico17{ background-image: url(../image/juanico.png);}
|
|||
|
|
.Info_List ul li em.myico18{ background-image: url(../image/appdecico.png);}
|
|||
|
|
.Info_List ul li em.myico19{ background-image: url(../image/setico.png);}
|
|||
|
|
.Info_List ul li em.myico20{ background-image: url(../image/kfserverico.png);}
|
|||
|
|
.Info_List ul li span{float:right; margin-right:1em; margin-top: 1.25em; width:0.8em; height:0.8em; overflow:hidden;background: url(../image/faifeito.png) no-repeat 0 0; background-size: 100% 100%;}
|
|||
|
|
.Info_List ul li em{ font-style: normal; color: red;}
|
|||
|
|
.Info_List ul li.abtn{border-bottom:0; margin-top: 1em; margin-bottom: 1em;}
|
|||
|
|
.Info_List ul li.abtn span {
|
|||
|
|
float: none;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
line-height:3.5em;
|
|||
|
|
border-radius: 0.3em;
|
|||
|
|
text-align: center;
|
|||
|
|
color: #fff;
|
|||
|
|
text-decoration: none;
|
|||
|
|
background-image: none;
|
|||
|
|
}
|
|||
|
|
#login, #reset, #logout, .mybtn {
|
|||
|
|
background: linear-gradient(to right,#00B050,#029846);
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.copybtn.mybtn {
|
|||
|
|
width: 5em;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
#login:hover, #reset:hover, #logout:hover, .mybtn:hover {
|
|||
|
|
background: linear-gradient(to right,#00B050,#00B050);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Info_List ul li.abtn span.hovered, .mybtn.hovered, .mybtn[disabled='disabled'] {
|
|||
|
|
background: linear-gradient(to right,#eee,#eee);
|
|||
|
|
color: #aaa;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.mybtn0 {
|
|||
|
|
background: linear-gradient(to right,#0B8A85,#18BCB5);
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.mybtn0:hover {
|
|||
|
|
background: linear-gradient(to right,#0B918C,#16C5BD);
|
|||
|
|
}
|
|||
|
|
.mybtn0.hover {
|
|||
|
|
background: linear-gradient(to right,#1C7A47,#1C7A47);
|
|||
|
|
}
|
|||
|
|
.mybtn0.hover:hover {
|
|||
|
|
background: linear-gradient(to right,#1C7A47,#1C7A47);
|
|||
|
|
}
|
|||
|
|
.button_box{
|
|||
|
|
padding:0.8em;
|
|||
|
|
padding-bottom:0;
|
|||
|
|
padding-right:0;
|
|||
|
|
width:100%;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.button_box div {
|
|||
|
|
float: left;
|
|||
|
|
margin-right: 2%;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
width: 47.5%;
|
|||
|
|
height: 2.2em;
|
|||
|
|
line-height: 2.2em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.jhdyb_box {
|
|||
|
|
border-top: solid 1px #dfdfdf;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.jhdyb_box .cztext {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin:0 auto;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width: 14em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.jhdyb_box .cztext input {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
width: 8em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
padding: 0em 0.4em;
|
|||
|
|
background-color: #eee;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.jhdyb_box .cztext input[disabled='disabled'] {
|
|||
|
|
background: none;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.jhdyb_box .mybtn {
|
|||
|
|
margin: 1.5em auto;
|
|||
|
|
margin-top:0.8em;
|
|||
|
|
width: 7em;
|
|||
|
|
text-align:center;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.rq_box {
|
|||
|
|
padding:0;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.rq_box ul {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li {
|
|||
|
|
display:flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
padding:1.2em 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
border-bottom: solid 1px #20A7A3;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .left {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
padding-right: 0.8em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .left .title{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .left .name {
|
|||
|
|
margin-top:0.5em;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .left .copyhm {
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
height:2em;
|
|||
|
|
width:10em;
|
|||
|
|
line-height:2em;
|
|||
|
|
text-align:center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #00B050;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .right {
|
|||
|
|
width: 4.8em;
|
|||
|
|
height: 6em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .right .img{
|
|||
|
|
width: 4.8em;
|
|||
|
|
height: 4.8em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
padding: 0.4px;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .right .img img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.rq_box ul li .right .download {
|
|||
|
|
width: 4.8em;
|
|||
|
|
text-align:center;
|
|||
|
|
color:#fff;
|
|||
|
|
}
|
|||
|
|
.edittitle {
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
padding-left: 1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
font-weight: normal;
|
|||
|
|
}
|
|||
|
|
.edittitle span{float: left; display:block; margin-top:0.5em; width:1.5em; height:1.5em;background: url(../image/radio.png) no-repeat 0 0;background-size: 100% 100%;}
|
|||
|
|
.edittitle span.active{background-image: url(../image/radio-active.png);}
|
|||
|
|
.edittitle label{float: left;margin-top:0.7em; display:block; width:auto;line-height:2em; font-size:0.8em; font-weight: normal;}
|
|||
|
|
.edittitle label a{color:#1782cd;}
|
|||
|
|
.edittitle label i{font-style: normal;}
|
|||
|
|
.editsuntitle{ height:2.5em; line-height:2.5em; padding-left:1em; background-color:#fff;font-size: 0.9em; font-weight: normal;}
|
|||
|
|
|
|||
|
|
.editsunfont{ height:2em; line-height:2em; padding-left:1em; background-color:#fff;font-size: 0.8em; font-weight: normal;color:#E1FFFF;}
|
|||
|
|
.editsunfont span{color:#000;}
|
|||
|
|
.upload_box{position:relative;width:47.5%; height:6em; margin-left:1%; border:1px dashed #dfdfdf;border-radius:0.3em; background-repeat:no-repeat; background-position: 0 0; background-size: 100% 100%; text-align: center;}
|
|||
|
|
.upload_img_box{float:left;width:100%;height:100%;}
|
|||
|
|
.upload_img_box img{float:left;width:100%;height:100%;}
|
|||
|
|
.upload_camera_box{ position:absolute;top:0;left:0;width:100%;height:100%;}
|
|||
|
|
.upload_camera_box span{display:block; margin: 0.5em auto; margin-top:3em; width:3em; height:3em;background-color:#fd3366;border-radius:0.3em;}
|
|||
|
|
.upload_camera_box span img{width:80%; height:80%; margin-top:10%;}
|
|||
|
|
.upload_camera_box label{display:block;width:100%; margin: 0 auto;}
|
|||
|
|
.gxzmx_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.7em 0.7em 0 0;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.gxzmx_box div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 50%;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-items: center;
|
|||
|
|
padding-top: 1.2em;
|
|||
|
|
padding-bottom: 1.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.gxzmx_box div img {
|
|||
|
|
display: block;
|
|||
|
|
width:3em;
|
|||
|
|
height:3em;
|
|||
|
|
}
|
|||
|
|
.gxzmx_box div span {
|
|||
|
|
display: block;
|
|||
|
|
color: #000;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.gxzmx_box div span.je {
|
|||
|
|
color: #000;
|
|||
|
|
font-weight: 800;
|
|||
|
|
}
|
|||
|
|
.gxzmx_box div.alink span{
|
|||
|
|
color: #00B050;
|
|||
|
|
}
|
|||
|
|
.xfbtmx_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0 0 0.7em 0.7em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.xfbtmx_box div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 33.33333333333333%;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-items: center;
|
|||
|
|
padding-top: 1.2em;
|
|||
|
|
padding-bottom: 1.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.xfbtmx_box div span {
|
|||
|
|
display: block;
|
|||
|
|
color: #000;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.xfbtmx_box div span.je {
|
|||
|
|
color: #000;
|
|||
|
|
font-weight: 800;
|
|||
|
|
}
|
|||
|
|
.zzjfmx_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
padding: 0em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.7em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zzjfmx_box h3 {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
text-align: left;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zzjfmx_box h3 {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
text-align: left;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zzjfmx_box h3 span.fxjg_box {
|
|||
|
|
display: block;
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
}
|
|||
|
|
.zzjfmx_box h3 span.mybtn {
|
|||
|
|
display: block;
|
|||
|
|
float: right;
|
|||
|
|
margin-left:0.8em;
|
|||
|
|
margin-top:0.2em;
|
|||
|
|
width: auto;
|
|||
|
|
height:2em;
|
|||
|
|
line-height:2em;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.zzjfmx_box .gxzmx_box {
|
|||
|
|
border-radius: 0;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zzjfmx_box .xfbtmx_box {
|
|||
|
|
border-radius: 0;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zzjl_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
padding: 0em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.7em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.myincome-box{
|
|||
|
|
margin: 0;
|
|||
|
|
padding:0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-box-to {
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-box-to.myincome-box-to0 {
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-top: 0;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-box-to.myincome-box-to0 h3 {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3em;
|
|||
|
|
line-height: 3em;
|
|||
|
|
color: #000;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
font-size: 1em;
|
|||
|
|
font-weight: normal;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-box-to.myincome-box-to0 h3 span {
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-box-to.myincome-box-to0 h3 span span{
|
|||
|
|
float:none;
|
|||
|
|
width: auto;
|
|||
|
|
display:inline;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
width:auto;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item div {
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
text-align: center;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item div.title {
|
|||
|
|
color: #23B6B2;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.myincome-box .myincome-item-to{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin: 0;
|
|||
|
|
padding:0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
width: 100%;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item-to .myincome-item{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
height:4em;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item-to .myincome-item div {
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.myincome-box .myincome-item-to .myincome-item div.title {
|
|||
|
|
color: #333;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.myincome-list{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item {
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
background-color: #ffffff;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .title{
|
|||
|
|
flex-grow: 1;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .addtime {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .money {
|
|||
|
|
width: auto;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .content {
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .ico {
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
}
|
|||
|
|
.myincome-list .list-item .ico img{
|
|||
|
|
width:100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.pintuan-box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
z-index: 10;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
width: 100%;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-title {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
padding-bottom: 0.8em;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-title span {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-title .more {
|
|||
|
|
width: auto;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-box-to {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-item {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
flex: 1;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-item .item-font {
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
font-weight: 600;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-item .item-title {
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-item .item-image {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pintuan-box .pintuan-item .item-image img {
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
}
|
|||
|
|
.paiming_content {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.paiming_content h3 {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.paiming_content h3 span {
|
|||
|
|
display: block;
|
|||
|
|
width: 0.5em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
background-color: #ff4d00;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.paiming_content h3 label {
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.paiming_content ul {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.paiming_content ul li {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
padding:0.4em 0.8em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.paiming_content ul li .pmpic {
|
|||
|
|
width: 2.5em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
border: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.paiming_content ul li .pmpic img {
|
|||
|
|
width: 2.5em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.paiming_content ul li .name {
|
|||
|
|
flex-grow:1;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.paiming_content ul li .mc {
|
|||
|
|
width: auto;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.balance-title {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
padding: 0 1em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.balance-box0{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
padding-top: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-box0-to{
|
|||
|
|
display:flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius:0.4em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
width: 100%;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item .item-left{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
width:50%;
|
|||
|
|
padding: 0.5em 1em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.balance-box0 .balance-item .item-right{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
width:50%;
|
|||
|
|
padding: 0.5em 1em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item .item-image{
|
|||
|
|
display: flex;
|
|||
|
|
width:2em;
|
|||
|
|
height: 2em;
|
|||
|
|
padding: 0.5em;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: flex-start;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
}
|
|||
|
|
.image-color0{
|
|||
|
|
background-color: #05c4db;
|
|||
|
|
}
|
|||
|
|
.image-color1{
|
|||
|
|
background-color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.image-color2{
|
|||
|
|
background-color: #9a0b95;
|
|||
|
|
}
|
|||
|
|
.image-color3{
|
|||
|
|
background-color: #eab104;
|
|||
|
|
}
|
|||
|
|
.image-color4{
|
|||
|
|
background-color: #0dc1ae;
|
|||
|
|
}
|
|||
|
|
.image-color5{
|
|||
|
|
background-color: #3313ac;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item .item-image img{
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item .item-font{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
flex-flow: 1;
|
|||
|
|
padding-left: 0.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.balance-box0 .balance-item .item-font .money{
|
|||
|
|
color: #ff0000;
|
|||
|
|
}
|
|||
|
|
.mybox{width:100%; height:100%; background-color:#fff;border-bottom:1px solid #d7d7d7;}
|
|||
|
|
|
|||
|
|
.myico1{ background-image: url(../image/myico1.png);}
|
|||
|
|
.myico2{ background-image: url(../image/myico2.png);}
|
|||
|
|
.myico3{ background-image: url(../image/myico3.png);}
|
|||
|
|
.myico4{ background-image: url(../image/myico4.png);}
|
|||
|
|
.myico04{ background-image: url(../image/myico04.png);}
|
|||
|
|
.myico5{ background-image: url(../image/myico5.png);}
|
|||
|
|
.myico6{ background-image: url(../image/myico6.png);}
|
|||
|
|
.myico7{ background-image: url(../image/myico7.png);}
|
|||
|
|
.myico8{ background-image: url(../image/myico8.png);}
|
|||
|
|
.myico9{ background-image: url(../image/myico9.png);}
|
|||
|
|
.myico10{ background-image: url(../image/myico10.png);}
|
|||
|
|
.myico11{ background-image: url(../image/myico11.png);}
|
|||
|
|
.myico12{ background-image: url(../image/myico12.png);}
|
|||
|
|
.myico13{ background-image: url(../image/myico13.png);}
|
|||
|
|
.myico14{ background-image: url(../image/myico14.png);}
|
|||
|
|
.myico15{ background-image: url(../image/myico15.png);}
|
|||
|
|
.myico16{ background-image: url(../image/myico16.png);}
|
|||
|
|
.myico21{ background-image: url(../image/2wmico0.png);}
|
|||
|
|
.myico22{ background-image: url(../image/2wmico1.png);}
|
|||
|
|
.myico23{ background-image: url(../image/2wmico2.png);}
|
|||
|
|
.gggbox{height: 6em;border-top:1px solid #d7d7d7;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.uh_ios .gggbox{
|
|||
|
|
height:6.6em;
|
|||
|
|
}
|
|||
|
|
.gggbox .gggborder{width: 100%;height: 100%; border-right:1px solid #d7d7d7;}
|
|||
|
|
.showa45{background:url(../image/icodb.png) no-repeat center center;-webkit-background-size:100% 100%;
|
|||
|
|
background-size:100% 100%;}
|
|||
|
|
.showa45 div{height:50%;width:100%;}
|
|||
|
|
.showa45 span{float:left;display: block; margint:0;margin-left:1em; margin-top:0.8em; width:1.7em; height:1.7em;}
|
|||
|
|
.showa45 span span{margin:0; width:100%; height:100%;}
|
|||
|
|
.showa45 label{float:left;margin:0; margin-left:-1.85em; margin-top:2.3em; display: block;}
|
|||
|
|
|
|||
|
|
.showa45 div.cztx span{float:right; margin-top:-0.3em; margin-right:0.75em;}
|
|||
|
|
.showa45 div.cztx label{float:right;margin:0;margin-right:-2.1em; margin-top:0.95em;}
|
|||
|
|
.imgbox{width:1.5em; height:1.5em;}
|
|||
|
|
.imgbox div{width:100%; height:100%;}
|
|||
|
|
.fontbox{width:100%; height:2em;}
|
|||
|
|
.fontbox span{ display:block; color:#e1e1e1; }
|
|||
|
|
|
|||
|
|
.showmenu{ position:absolute; right: 1em; top:0em; width:8em; color: #FFFFFF; z-index: 100; background-color: #AAAAAA; border:1px solid #f1f1f1; z-index: 1;}
|
|||
|
|
.showmenu ul{float:left; margin: 0.5em;}
|
|||
|
|
.showmenu ul li{float:left; margin: 0.2em 0;}
|
|||
|
|
.showmenu ul li span{float:left; margint:0; width: 1.3em; height:1.5em;}
|
|||
|
|
.showmenu ul li span.myico0{ background-image: url(../image/zhuanzhang2.png);}
|
|||
|
|
.showmenu ul li span.myico1{ background-image: url(../image/chongzhi2.png);}
|
|||
|
|
.showmenu ul li span.myico2{ background-image: url(../image/tixian2.png);}
|
|||
|
|
.showmenu ul li label{float:right;display:block; margint:0; width:5em;height:1.5em; line-height:1.5em; cursor:pointer;}
|
|||
|
|
|
|||
|
|
.zyjbox div{ line-height:2em; font-size: 1em; text-align: center;}
|
|||
|
|
.datatable {
|
|||
|
|
width: 100%;
|
|||
|
|
border-top: 1px solid #dfdfdf;
|
|||
|
|
}
|
|||
|
|
.datatable ul{ width: 100%;}
|
|||
|
|
.datatable ul li {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.datatable ul li span{
|
|||
|
|
display:block;
|
|||
|
|
width: 33%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
text-align: center;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.datatable ul.tit li {
|
|||
|
|
font-weight: 800;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.datatable ul li span.zhanghao {
|
|||
|
|
width: 34%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
.Orders_List {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
overflow: hidden;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul{float:left;width:100%; position:relative; overflow:hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.Orders_List ul.ordertitle, .Orders_List ul.toptitle {
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.toptitle {
|
|||
|
|
background-image: none;
|
|||
|
|
margin: 0;
|
|||
|
|
padding-bottom: 1em;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.toptitle li{float:left; width:50%; text-align:left; padding:.1em 1em; line-height:2em; overflow:hidden; box-sizing:border-box;}
|
|||
|
|
.Orders_List ul.toptitle li.ddh,.Orders_List ul.toptitle li.xdsj{width:100%;}
|
|||
|
|
.Orders_List ul.toptitle li.zt{width:100%;}
|
|||
|
|
.Orders_List ul.toptitle li.cz{width:100%;}
|
|||
|
|
.Orders_List ul.toptitle li.gmfx{width:100%;}
|
|||
|
|
.Orders_List ul.toptitle li label{ font-weight:bold;}
|
|||
|
|
.Orders_List ul.toptitle li span {
|
|||
|
|
color:#848484;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.toptitle li span.je {
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.toptitle li.cz{width:100%;}
|
|||
|
|
.Orders_List ul.toptitle li.cz span.Order_botton {
|
|||
|
|
height: 2em;
|
|||
|
|
padding: 0.2em 1em;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
display: inline-block;
|
|||
|
|
display: -moz-inline-stack;
|
|||
|
|
zoom: 1;
|
|||
|
|
*display: inline;
|
|||
|
|
background: linear-gradient(to right,#0B8A85,#18BCB5);
|
|||
|
|
text-align: center;
|
|||
|
|
color: #fff;
|
|||
|
|
font-weight: bold;
|
|||
|
|
cursor: pointer;
|
|||
|
|
border: 0;
|
|||
|
|
-webkit-border-radius: 3px;
|
|||
|
|
-moz-border-radius: 3px;
|
|||
|
|
border-radius: 3px;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.toptitle li.cz span.Order_botton2{
|
|||
|
|
height:2em;
|
|||
|
|
padding:0.2em 1em;
|
|||
|
|
margin:0;
|
|||
|
|
display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;
|
|||
|
|
background-color:#00a1ea;
|
|||
|
|
|
|||
|
|
text-align:center;
|
|||
|
|
color:#fff;
|
|||
|
|
font-weight:bold;
|
|||
|
|
cursor:pointer;
|
|||
|
|
border:0;
|
|||
|
|
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
|||
|
|
.Orders_List ul.ordertitle{height:auto;}
|
|||
|
|
.Orders_List ul.ordertitle li{float:left; width:96px;_width:116px; height:35px; text-align:center; line-height:35px; padding:0 10px; border-right: 1px solid #f5f5f5; overflow:hidden;}
|
|||
|
|
.Orders_List ul.ordertitle li.ddxx{width:536px;}
|
|||
|
|
.Orders_List ul.ordertitle li.zt{width:110px;_width:130px;}
|
|||
|
|
|
|||
|
|
.Orders_List ul.midtitle {
|
|||
|
|
width: 100%;
|
|||
|
|
border-top: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
margin: 0;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-top:0;
|
|||
|
|
}
|
|||
|
|
.Orders_List ul.midtitle li {
|
|||
|
|
float: left;
|
|||
|
|
width: 4em;
|
|||
|
|
text-align: center;
|
|||
|
|
|
|||
|
|
line-height: 3.5em;
|
|||
|
|
padding: 0 1em;
|
|||
|
|
padding-bottom: 1em;
|
|||
|
|
height: 100%;
|
|||
|
|
padding-bottom: 9999px;
|
|||
|
|
margin-bottom: -9999px;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Orders_List ul.midtitle li img{ float:left;border: 1px solid #f5f5f5; margin:1em; margin-left:0; width: 4em;}
|
|||
|
|
|
|||
|
|
.Orders_Info_table {
|
|||
|
|
float:left;
|
|||
|
|
width: 100%;
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.Orders_Info_table th, .Orders_Info_table td {
|
|||
|
|
padding: .5em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border: 1px solid #f5f5f5;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.Orders_Info_table td img{border: 1px solid #f1f1f1; width:2.2em; height: 2.2em;}
|
|||
|
|
.Orders_Info_table td.Orders_Product_td{padding:0px;}
|
|||
|
|
.Orders_Info_table td span.Orders_Info_title,.Orders_Info_table td span.Orders_Info_title span{ float:left; display:block;}
|
|||
|
|
.Orders_Info_table td span.Orders_Info_title span{ width:100%;}
|
|||
|
|
.Orders_Info_table td span.Orders_Info_orderhxm {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 10em;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Orders_Info_table td span.Orders_Info_orderhxm img {
|
|||
|
|
width: 8em;
|
|||
|
|
height: 8em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Orders_Info_table td span.Orders_Info_download {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Orders_Info_table td span.Orders_Info_download span {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 8em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
}
|
|||
|
|
.Orders_Info_table td span label {
|
|||
|
|
color:#848484;
|
|||
|
|
}
|
|||
|
|
.Orders_Info_table td span label.je {
|
|||
|
|
font-weight: bold;
|
|||
|
|
}
|
|||
|
|
.Orders_Info_table td span.Order_botton {
|
|||
|
|
height: 2em;
|
|||
|
|
padding: 0 1em;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
display: inline-block;
|
|||
|
|
display: -moz-inline-stack;
|
|||
|
|
zoom: 1;
|
|||
|
|
*display: inline;
|
|||
|
|
background: linear-gradient(to right,#0B8A85,#18BCB5);
|
|||
|
|
line-height: 2em;
|
|||
|
|
text-align: center;
|
|||
|
|
color: #fff;
|
|||
|
|
font-weight: bold;
|
|||
|
|
cursor: pointer;
|
|||
|
|
border: 0;
|
|||
|
|
-webkit-border-radius: 3px;
|
|||
|
|
-moz-border-radius: 3px;
|
|||
|
|
border-radius: 3px;
|
|||
|
|
}
|
|||
|
|
.Orders_Product_table{width:100%;border-collapse:collapse; margin:0; }
|
|||
|
|
.Orders_Product_table th,.Orders_Product_table td{ padding:0.2em; line-height:2.5em; text-align:center;}
|
|||
|
|
.Orders_Product_table th {
|
|||
|
|
font-weight: bold;
|
|||
|
|
background-color: #5C6825;
|
|||
|
|
color:#fff;
|
|||
|
|
}
|
|||
|
|
.Orders_List_view{float:left;width:100%;}
|
|||
|
|
.Orders_List_view ul{float:left;width:100%;}
|
|||
|
|
.Orders_List_view ul.toptitle,.Orders_List_view ul.bottomtitle{ height:2.5em;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #dbd8d8));}
|
|||
|
|
.Orders_List_view ul.toptitle li,.Orders_List_view ul.bottomtitle li{float:left; width:200px; height:35px; text-align:center; line-height:2.5em; padding:0 1em;}
|
|||
|
|
.Orders_List_view ul.bottomtitle{ height:35px;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dbd8d8));}
|
|||
|
|
.clear {
|
|||
|
|
clear: both;
|
|||
|
|
height: 0;
|
|||
|
|
}
|
|||
|
|
.nav_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-bottom: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.nav_box .nav {
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box .nav:before,
|
|||
|
|
.nav_box .nav:after {
|
|||
|
|
content: "";
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box .nav:after {
|
|||
|
|
clear: both;
|
|||
|
|
font-size: 0;
|
|||
|
|
height: 0;
|
|||
|
|
line-height: 0;
|
|||
|
|
visibility: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box .nav li {
|
|||
|
|
width: 25%;
|
|||
|
|
height: 5.8em;
|
|||
|
|
float: left;
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box .nav li img {
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box .nav li span {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
color: #000;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-bottom: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav {
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav:before,
|
|||
|
|
.nav_box0 .nav:after {
|
|||
|
|
content: "";
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav:after {
|
|||
|
|
clear: both;
|
|||
|
|
font-size: 0;
|
|||
|
|
height: 0;
|
|||
|
|
line-height: 0;
|
|||
|
|
visibility: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav li {
|
|||
|
|
width: 100%;
|
|||
|
|
float: left;
|
|||
|
|
margin-bottom: 1.5em;
|
|||
|
|
padding: 0.4em 0;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
background: linear-gradient(to right,#FFF5F6,#FEE6E6);
|
|||
|
|
box-shadow: 2px 2px 10px #909090;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.nav_box0 .nav li div {
|
|||
|
|
float: right;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
background-color: #E7F9DB;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
border: 1px solid #C3FA9E;
|
|||
|
|
box-shadow: 2px 2px 10px #909090;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav li div img {
|
|||
|
|
float: right;
|
|||
|
|
margin:0.4em;
|
|||
|
|
width: 2em;
|
|||
|
|
height: 2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box0 .nav li span {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
color: #000;
|
|||
|
|
height: 3em;
|
|||
|
|
line-height: 1em;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.nav_box0 .nav li span span {
|
|||
|
|
height: 1.5em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
float: none;
|
|||
|
|
display: inline-block;
|
|||
|
|
text-indent: 0.8em;
|
|||
|
|
}
|
|||
|
|
.nav_box0 .nav li span span.font {
|
|||
|
|
color:#E1FFFF;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
}
|
|||
|
|
.nav .nice-item {
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
float: left;
|
|||
|
|
margin-top:0.5em;
|
|||
|
|
height:2.5em;
|
|||
|
|
line-height:2.5em;
|
|||
|
|
padding:0 0.9em;
|
|||
|
|
border-top: 1px solid #f5f5f5;
|
|||
|
|
border-bottom: 1px solid #f5f5f5;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
overflow:hidden;
|
|||
|
|
text-align:left;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
.nav .nice-item #ggbox{
|
|||
|
|
width: 100%;
|
|||
|
|
float: left;
|
|||
|
|
margin-top:0;
|
|||
|
|
height:10em;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.nav .nice-item #ggbox span{
|
|||
|
|
float: left;
|
|||
|
|
display:block;
|
|||
|
|
width: 100%;
|
|||
|
|
height:2.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
font-weight:normal;
|
|||
|
|
font-style:normal;
|
|||
|
|
padding-left:1.2em;
|
|||
|
|
background-color:#fff;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
overflow:hidden;
|
|||
|
|
background: url(../image/notice.png) no-repeat left 0.7em;
|
|||
|
|
background-size:1em 1em;
|
|||
|
|
}
|
|||
|
|
.nav .nice-item #ggbox span span{
|
|||
|
|
float:right;
|
|||
|
|
}
|
|||
|
|
.icon.icon-type {
|
|||
|
|
background-position: 4px -50px;
|
|||
|
|
}
|
|||
|
|
.icon.icon-order {
|
|||
|
|
background-position: -52px -50px;
|
|||
|
|
}
|
|||
|
|
.icon.icon-shopcart {
|
|||
|
|
background-position: 4px -107px;
|
|||
|
|
}
|
|||
|
|
.icon.icon-download {
|
|||
|
|
background-position: -52px -107px;
|
|||
|
|
}
|
|||
|
|
.nav_box1 {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-bottom: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav {
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
background-color: #1C7A47;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
border: solid 1px #1C7A47;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav:before,
|
|||
|
|
.nav_box1 .nav:after {
|
|||
|
|
content: "";
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav:after {
|
|||
|
|
clear: both;
|
|||
|
|
font-size: 0;
|
|||
|
|
height: 0;
|
|||
|
|
line-height: 0;
|
|||
|
|
visibility: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav li {
|
|||
|
|
width: 25%;
|
|||
|
|
float: left;
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 0.80em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav li img {
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav_box1 .nav li span {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
color: #fff;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.nav2_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
padding-bottom: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 {
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: solid 1px #f1f1f1;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2:before,
|
|||
|
|
.nav2:after {
|
|||
|
|
content: "";
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2:after {
|
|||
|
|
clear: both;
|
|||
|
|
font-size: 0;
|
|||
|
|
height: 0;
|
|||
|
|
line-height: 0;
|
|||
|
|
visibility: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 li {
|
|||
|
|
width: 50%;
|
|||
|
|
float: left;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 li.noright {
|
|||
|
|
padding-right: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 li div {
|
|||
|
|
width: 100%;
|
|||
|
|
float: left;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 li div div {
|
|||
|
|
float: none;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0;
|
|||
|
|
font-size: 1em;
|
|||
|
|
background: none;
|
|||
|
|
border-radius: 0;
|
|||
|
|
border: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
box-shadow: none;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav2 li div div.mybtn {
|
|||
|
|
width: 80%;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #fff;
|
|||
|
|
background: linear-gradient(to right,#00B050,#029846);
|
|||
|
|
}
|
|||
|
|
.nav2 li div div.mybtn.ksdbtn {
|
|||
|
|
display: inline-block;
|
|||
|
|
width: 39%;
|
|||
|
|
margin-bottom: 0.4em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #fff;
|
|||
|
|
background: linear-gradient(to right,#00B050,#029846);
|
|||
|
|
}
|
|||
|
|
.nav2 li div span {
|
|||
|
|
display: block;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
color: #000;
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
font-weight: 800;
|
|||
|
|
line-height: 2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.logs_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.logs_box .tab {
|
|||
|
|
background-color: #1C7A47;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
/*border: 1px solid #f1f1f1;*/
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.logs_box .tab a {
|
|||
|
|
display: block;
|
|||
|
|
color: #ccc;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.logs_box .tab a.on {
|
|||
|
|
color: #fff;
|
|||
|
|
border-bottom: 1px solid #fff;
|
|||
|
|
}
|
|||
|
|
.business_search {
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3em;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.orderby_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.orderby_box .orderby_item {
|
|||
|
|
width: 7em;
|
|||
|
|
color: #848484;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.orderby_box .orderby_item#orderby0 {
|
|||
|
|
width: 6em;
|
|||
|
|
}
|
|||
|
|
.orderby_box .orderby_item.hover {
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.business_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item {
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.7em;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
padding: 0.6em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_image {
|
|||
|
|
width: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_image img {
|
|||
|
|
width: 5em;
|
|||
|
|
height: 5em;
|
|||
|
|
margin-right: 0.6em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info .item_title {
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info .item_distance {
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #939393;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.item_distance_box {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.item_distance_box .fwf_box {
|
|||
|
|
width: 6em;
|
|||
|
|
padding: 0.2em 0.4em;
|
|||
|
|
background: linear-gradient(to right,#8CB50F,#C1F6C5);
|
|||
|
|
border: 1px solid #8CB50F;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.item_distance_box .fwf_box label{
|
|||
|
|
margin-right:0.4em;
|
|||
|
|
color:#fff;
|
|||
|
|
}
|
|||
|
|
.item_distance_box .addressico {
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.item_distance_box .addressico img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info div.item_address {
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #939393;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info div.item_address .ico {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info div.item_address .ico .ico_box {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info div.item_address .ico img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.business_item .business_item_top .item_info .item_tel {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info .item_tel img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .business_item_top .item_info .item_tel a, .business_item .business_item_top .item_info .item_tel a:visited {
|
|||
|
|
color: #00B050;
|
|||
|
|
}
|
|||
|
|
.business_item .address_box {
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
color: #848484;
|
|||
|
|
overflow: hidden;
|
|||
|
|
text-overflow: ellipsis;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
}
|
|||
|
|
.business_item .business_item_bottom {
|
|||
|
|
margin-top: 0.6em;
|
|||
|
|
padding-top: 0.6em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
width: 100%;
|
|||
|
|
border-top: 1px solid #f1f1f1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .product_image {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .product_image img {
|
|||
|
|
width: 5em;
|
|||
|
|
height: 5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .products_title {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .products_price {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .products_price span {
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_item .item_product .products_price del {
|
|||
|
|
color: #939393;
|
|||
|
|
}
|
|||
|
|
.business_view {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
padding-bottom: 0.8em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #939393;
|
|||
|
|
line-height: 2em;
|
|||
|
|
}
|
|||
|
|
.business_view .view_tel {
|
|||
|
|
margin-top:0.5em;
|
|||
|
|
}
|
|||
|
|
.business_view .view_tel a, .business_view .view_tel a:visited {
|
|||
|
|
color: #00B050;
|
|||
|
|
}
|
|||
|
|
.view_sjstatus {
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 0;
|
|||
|
|
color: #2AC581
|
|||
|
|
}
|
|||
|
|
.view_distance {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_distance .view_distance_box {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_distance .view_distance_box .ico {
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_distance .view_distance_box .ico img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.business_view .view_yl {
|
|||
|
|
margin-top: 0.6em;
|
|||
|
|
width: 6em;
|
|||
|
|
height: 1.6em;
|
|||
|
|
line-height: 1.6em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
background: linear-gradient(to right,#8CB50F,#C1F6C5);
|
|||
|
|
border: 1px solid #8CB50F;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_view .view_yl .yl-font {
|
|||
|
|
width: 3em;
|
|||
|
|
border-radius: 0 1.2em 0 0;
|
|||
|
|
text-align: center;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.business_view .view_yl .ub-f1 {
|
|||
|
|
text-align: center;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.view_address {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_address .ico {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_address .ico img {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.view_fwbody {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Business_view_products {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.Business_view_products .products_box {
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.5em;
|
|||
|
|
}
|
|||
|
|
.floor-product-item a{
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
.product-hd {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0px 0.8em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
background-color: #1C7A47;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.product-hd .product-hd-txt {
|
|||
|
|
height: 2em;
|
|||
|
|
font-weight: 700;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.product-hd .product-hd-txt span {
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.product-hd .product-hd-more {
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
height: 1.8em;
|
|||
|
|
display: block;
|
|||
|
|
/*background:url(../image/more2.png) no-repeat 0 0; background-size:100% 100%;*/
|
|||
|
|
margin-right: 0;
|
|||
|
|
margin-top: .1em;
|
|||
|
|
text-align: right;
|
|||
|
|
color: #9f9f9f;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.list_category {
|
|||
|
|
width: 6rem;
|
|||
|
|
height: 100%;
|
|||
|
|
background-color: #ffffff;
|
|||
|
|
overflow-x: hidden;
|
|||
|
|
}
|
|||
|
|
.list_category ul {
|
|||
|
|
width: 100%;
|
|||
|
|
overflow-y: scroll;
|
|||
|
|
-webkit-overflow-scrolling: touch;
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
.list_category ul li{
|
|||
|
|
position:relative;
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
width:100%;
|
|||
|
|
height:3em;
|
|||
|
|
text-align: center;
|
|||
|
|
line-height: 3em;
|
|||
|
|
text-indent:0.2em;
|
|||
|
|
border-bottom: 1px solid #DFDFDF;
|
|||
|
|
}
|
|||
|
|
.list_category ul li.hover{
|
|||
|
|
border-bottom: 1px solid #FF0000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.list_content{
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
margin-left:0;
|
|||
|
|
width: 100%;
|
|||
|
|
height:100%;
|
|||
|
|
background-color:#FFFFFF;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.floor-product-subbox {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
margin-bottom: 1em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
overflow-x: auto;
|
|||
|
|
}
|
|||
|
|
.floor-product-subbox ul {
|
|||
|
|
width: 200%;
|
|||
|
|
display:flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
}
|
|||
|
|
.floor-product-subbox ul li{
|
|||
|
|
width:auto;
|
|||
|
|
margin:0;
|
|||
|
|
padding: 0em 0.8em;
|
|||
|
|
height:2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
border: 1px solid #DFDFDF;
|
|||
|
|
background-color:#fff;
|
|||
|
|
text-align:center;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.floor-product-subbox ul li.hover{
|
|||
|
|
border: 1px solid #FF0000;
|
|||
|
|
}
|
|||
|
|
.floor-product-item {
|
|||
|
|
|
|||
|
|
|
|||
|
|
margin: 0;
|
|||
|
|
padding:0;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.floor-product-item2 {
|
|||
|
|
|
|||
|
|
margin: 0;
|
|||
|
|
margin-top:0.5em;
|
|||
|
|
padding:0;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.floor-product-item2 img{
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-hd {
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0px;
|
|||
|
|
border-bottom: none;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont {
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
height: auto;
|
|||
|
|
*zoom: 1;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.floor-product-item .product-item-cont:before,
|
|||
|
|
.floor-product-item .product-item-cont:after {
|
|||
|
|
content: "";
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont:after {
|
|||
|
|
clear: both;
|
|||
|
|
font-size: 0;
|
|||
|
|
height: 0;
|
|||
|
|
line-height: 0;
|
|||
|
|
visibility: hidden;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item1-img {
|
|||
|
|
width: 50%;
|
|||
|
|
/*height: 100%;*/
|
|||
|
|
display: block;
|
|||
|
|
margin-left: -1px;
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item1-img img {
|
|||
|
|
width: 100%;
|
|||
|
|
display: block;
|
|||
|
|
/*height: 100%;*/
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item2-img {
|
|||
|
|
width: 50%;
|
|||
|
|
/*height: 100%;*/
|
|||
|
|
margin-left: -1px;
|
|||
|
|
display: block;
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item2-img img {
|
|||
|
|
width: 100%;
|
|||
|
|
display: block;
|
|||
|
|
/*height: 100%;*/
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item2-cont {
|
|||
|
|
width: 50%;
|
|||
|
|
float: left;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-item2-cont .product-cont {
|
|||
|
|
width: 50%;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont {
|
|||
|
|
float: left;
|
|||
|
|
width: 50%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-top: 0;
|
|||
|
|
padding-right: 0.4em;
|
|||
|
|
display: block;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont.product-cont0 {
|
|||
|
|
padding-left: 0.4em;
|
|||
|
|
padding-right: 0.8em;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .product-cont-box {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-bottom: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont span {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 1.8em;
|
|||
|
|
line-height: 1.8em;
|
|||
|
|
/*float: left;*/
|
|||
|
|
display: block;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .txt {
|
|||
|
|
margin-top: .4em;
|
|||
|
|
text-align: left;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
text-overflow: ellipsis;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
line-height: 1.4em;
|
|||
|
|
font-size: 0.9em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .rmb {
|
|||
|
|
text-align: left;
|
|||
|
|
color: #848484;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .rmb del {
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .rmb .hyje {
|
|||
|
|
margin: 0;
|
|||
|
|
margin-top:-0.34em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #333;
|
|||
|
|
width: auto;
|
|||
|
|
display: inline-block;
|
|||
|
|
font-weight: 800;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .rmb .hyje0 {
|
|||
|
|
margin: 0;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #333;
|
|||
|
|
width: auto;
|
|||
|
|
display: inline-block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.floor-product-item .product-item-cont .product-cont .hsdrmb0 .hyje {
|
|||
|
|
height: 1.8em;
|
|||
|
|
width: 4em;
|
|||
|
|
line-height: 1.8em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #aaa;
|
|||
|
|
background: url(../image/ax.png) center left no-repeat;
|
|||
|
|
background-size: 1.2em 1.2em;
|
|||
|
|
padding: 0;
|
|||
|
|
border-radius: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont a {
|
|||
|
|
display: block;
|
|||
|
|
float: right;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont .product-cont img {
|
|||
|
|
width: 100%;
|
|||
|
|
height:9em;
|
|||
|
|
border-radius: 0.4em 0.4em 0 0;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
background: #e1e1e1 url(../image/loading.gif) center center no-repeat;
|
|||
|
|
}
|
|||
|
|
.floor-product-item .product-item-cont > .product-cont:first-child {
|
|||
|
|
border-left: none;
|
|||
|
|
}
|
|||
|
|
.index-product,.index-product ul{
|
|||
|
|
float:left; margin:0; width: 100%; background-color:#fff;
|
|||
|
|
}
|
|||
|
|
.index-product h3{
|
|||
|
|
float:left; margin:0; width: 100%; height: 2.5em; font-size:1.2em; font-weight:600; text-align:left; line-height:2.5em; text-indent:1em;
|
|||
|
|
}
|
|||
|
|
.index-product ul li{
|
|||
|
|
float:left; margin:0; margin-bottom:1em; width: 100%; height:9em; text-align:center; position:relative;
|
|||
|
|
}
|
|||
|
|
.index-product ul li a{
|
|||
|
|
float:left; margin:0; width: 100%; height:100%; display: block; position:relative;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span{float:left; margin:0; display: block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.index-product ul li span.imgbox{
|
|||
|
|
width: 38%;
|
|||
|
|
height:100%;
|
|||
|
|
background:url(../image/loading.gif) #fff center center no-repeat;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.imgbox img{
|
|||
|
|
margin:0 auto; width: 8em; height:8em; padding:2px; border: 1px solid #DFDFDF;border-radius:0.4em;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox{
|
|||
|
|
width: 62%;
|
|||
|
|
height:100%;
|
|||
|
|
border-bottom:1px solid #f5f5f5;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox span{
|
|||
|
|
width: 100%; color:#000;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox span.title{
|
|||
|
|
font-size:1.2em; text-align:left; height:5.5em;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox span.price{
|
|||
|
|
font-size:1.2em; color:#dd0e43;text-align:left; font-weight:600;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox span.button{
|
|||
|
|
width: 6em; height:2.5em; padding:0; line-height:2.5em; position:absolute; right:1em; top:5.5em; color:#fff;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
border:1px solid #e76a64;
|
|||
|
|
text-shadow:0 -1px 1px #edb159;
|
|||
|
|
border-radius:2em;
|
|||
|
|
}
|
|||
|
|
.index-product ul li span.fontbox span.button:hover,.index-product ul li span.fontbox span.button:focus {
|
|||
|
|
background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
}
|
|||
|
|
.index-product ul li .fontbox{
|
|||
|
|
float:left; margin:0; width: 70%;
|
|||
|
|
}
|
|||
|
|
.xsxt_box,.xsxt_box ul{
|
|||
|
|
float:left; margin:0; width: 100%; background-color:#fff;
|
|||
|
|
}
|
|||
|
|
.xsxt_box {
|
|||
|
|
padding-right: 1em;
|
|||
|
|
padding-left: 1em;
|
|||
|
|
padding-top: 0.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
border-radius: 0.7em;
|
|||
|
|
}
|
|||
|
|
.xsxt_box h3{float:left;width: 100%; line-height: 2.5em; padding:0;border-bottom:1px solid #DFDFDF; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.xsxt_box h3 span{ float:right;}
|
|||
|
|
.xsxt_box ul li{
|
|||
|
|
float:left; position:relative; margin:0; margin-bottom:0.1em; padding:1em 0; padding-right:0; width: 50%; height:13.6em; overflow:hidden; text-align:center; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.xsxt_box ul li .imgbox{
|
|||
|
|
/*position:absolute;
|
|||
|
|
top:0em;
|
|||
|
|
left:0;*/
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.xsxt_box ul li .imgbox img{
|
|||
|
|
width:9em;
|
|||
|
|
height:9em;
|
|||
|
|
border-radius:0.4em;
|
|||
|
|
border:1px solid #DFDFDF;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.xsxt_box ul li .titlebox{margin-top:8em;}
|
|||
|
|
.xsxt_box ul li .titlebox span{ display:block;line-height:1.5em;}
|
|||
|
|
.xsxt_box ul li .videobox{
|
|||
|
|
position:absolute;
|
|||
|
|
top:0;
|
|||
|
|
left:0;
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
.xsxt_box ul li .videobox div{
|
|||
|
|
margin:0 auto;
|
|||
|
|
margin-top:3.5em;
|
|||
|
|
width:4em;
|
|||
|
|
height:4em;
|
|||
|
|
background: url(../image/play.png) no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box,.zuorenwu_box ul{
|
|||
|
|
float:left; margin:0; width: 100%; background-color:#fff;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box{
|
|||
|
|
border-top:1px solid #DFDFDF;
|
|||
|
|
border-left:1px solid #DFDFDF;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li{
|
|||
|
|
float:left; position:relative; margin:0; padding:1em 0; width: 50%; height:16.7em; text-align:center; border-right:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li .imgbox{
|
|||
|
|
/*position:absolute;
|
|||
|
|
top:0em;
|
|||
|
|
left:0;*/
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li .imgbox img{
|
|||
|
|
width:9em;
|
|||
|
|
height:9em;
|
|||
|
|
border-radius:0.4em;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li .videobox{
|
|||
|
|
position:absolute;
|
|||
|
|
top:0;
|
|||
|
|
left:0;
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li .videobox div{
|
|||
|
|
margin:0 auto;
|
|||
|
|
margin-top:3.5em;
|
|||
|
|
width:4em;
|
|||
|
|
height:4em;
|
|||
|
|
background: url(../image/play.png) no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box ul li .titlebox{margin-top:8em;}
|
|||
|
|
.zuorenwu_box ul li .titlebox span{ display:block;line-height:1.5em;}
|
|||
|
|
.zuorenwu_box ul li .titlebox span.seef{ color:#eee; font-size:0.8em;}
|
|||
|
|
.zuorenwu_box ul li .titlebox span.comm{width:90%; margin:0 auto; margin-top:0.3em; height:2em; line-height:2em; color:#fff;background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00); border-radius:0.4em;}
|
|||
|
|
.zuorenwu_box ul li .titlebox span.comm:hover{background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);}
|
|||
|
|
.zuorenwu_box ul li .titlebox span.comm label{margin:0; margin-top:-0.5em; margin-left:2em; display: inline-block;height:2em; line-height:2em;}
|
|||
|
|
.zuorenwu_box ul li .titlebox span.comm i{display: inline-block; float:right;
|
|||
|
|
margin-top:0.5em; margin-right:1em; width:1em; height:1em; background:#fff url(../image/faifeito.png) no-repeat 0 0; background-size:1em 1em; border:1px solid #DFDFDF;
|
|||
|
|
border-radius:50%;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0,.zuorenwu_box0 ul{
|
|||
|
|
float:left; margin:0; width: 100%;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0{
|
|||
|
|
padding:0 1em;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0 ul li{
|
|||
|
|
float:left; position:relative; margin:0.5em 0; padding:0; width: 100%; border:1px solid #DFDFDF; background-color:#fff; border-radius:0.4em; text-align:center; overflow: hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0 ul li .imgbox{
|
|||
|
|
/*position:absolute;
|
|||
|
|
top:0em;
|
|||
|
|
left:0;*/
|
|||
|
|
float:left; position:relative; margin:0;
|
|||
|
|
width: 40%;
|
|||
|
|
height: 7.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0 ul li .imgbox img{
|
|||
|
|
float:left;
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox{float:left; position:relative;width: 60%;margin-top:1em; overflow: hidden;}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span{ display:block;line-height:1.5em;}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span.seef{ color:#888888; font-size:0.8em;}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span.comm{width:90%; margin:0 auto; margin-top:0.3em; height:2em; line-height:2em; color:#fff;background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00); border-radius:0.4em;}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span.comm:hover{background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span.comm label{margin:0; margin-top:-0.5em; margin-left:2em; display: inline-block;height:2em; line-height:2em;}
|
|||
|
|
.zuorenwu_box0 ul li .titlebox span.comm i{display: inline-block; float:right;
|
|||
|
|
margin-top:0.5em; margin-right:1em; width:1em; height:1em; background:#fff url(../image/faifeito.png) no-repeat 0 0; background-size:1em 1em; border:1px solid #DFDFDF;
|
|||
|
|
border-radius:50%;
|
|||
|
|
overflow:hidden;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_top{ margin:0 auto; width:100%; height:4em; background-color:#ff4d00;}
|
|||
|
|
.zuorenwu_top .ub{border-right:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF; width:33.333333333333333%;}
|
|||
|
|
.zuorenwu_top .ub span{ display: block; color:#fff; font-size:1em; font-weight:600;}
|
|||
|
|
.zuorenwu_top .ub label{display: block; color:#000; font-size:0.8em;}
|
|||
|
|
.zuorenwu_title{width:100%; margin-top:1em; height:2em; line-height:2em; text-indent:1em;
|
|||
|
|
border:1px solid #DFDFDF;
|
|||
|
|
background:#f7f7f7; /* 一些不支持背景渐变的浏览器 */
|
|||
|
|
background:-moz-linear-gradient(top, #f7f7f7,#fbe8c1);
|
|||
|
|
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#fbe8c1)); text-decoration:none;
|
|||
|
|
background:-o-linear-gradient(top, #f7f7f7, #fbe8c1);}
|
|||
|
|
.msg_title {
|
|||
|
|
width: 100%;
|
|||
|
|
line-height: 1.4em;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
padding-bottom:0;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.msg_title span{ display: block; width:100%; background: url(../image/play.png) no-repeat 0 0.1em; background-size:1em 1em; text-align:left; text-indent:1em; }
|
|||
|
|
.msg_title span.hover{ color:#fff;background-image: url(../image/playhover.png);}
|
|||
|
|
|
|||
|
|
.myrenwu-box,.myrenwu-box ul{
|
|||
|
|
float:left; margin:0; width: 100%; background-color:#fff;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box{
|
|||
|
|
padding:1em;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li{
|
|||
|
|
float:left; margin:0; margin-bottom:1em; width: 100%; height:6em; text-align:center; position:relative;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li a{
|
|||
|
|
float:left; margin:0; width: 100%; height:100%; display: block; position:relative;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span{float:left; margin:0; display: block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.myrenwu-box ul li span.imgbox{
|
|||
|
|
width: 30%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.imgbox img{
|
|||
|
|
margin:0 auto; width: 5em; height:5em; padding:2px; border: 1px solid #DFDFDF;border-radius:0.4em;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox{
|
|||
|
|
width: 70%;
|
|||
|
|
height:100%;
|
|||
|
|
border-bottom:1px solid #f5f5f5;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span{
|
|||
|
|
width: 100%; color:#000;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.title{
|
|||
|
|
font-size:1.2em; text-align:left; height:1.6em;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.seef{
|
|||
|
|
font-size:1em; text-align:left; height:1.6em; color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.price{
|
|||
|
|
font-size:1em; color:#dd0e43;text-align:left; font-weight:600;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.time{
|
|||
|
|
position:absolute; right:0em; top:0em; width:auto; background:none;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.button{
|
|||
|
|
width: 8em; height:2.5em; padding:0; line-height:2.5em; position:absolute; right:0em; top:2.5em; color:#fff;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
border:1px solid #e76a64;
|
|||
|
|
text-shadow:0 -1px 1px #edb159;
|
|||
|
|
border-radius:2em;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li span.fontbox span.button:hover,.myrenwu-box ul li span.fontbox span.button:focus {
|
|||
|
|
background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
}
|
|||
|
|
.myrenwu-box ul li .fontbox{
|
|||
|
|
float:left; margin:0; width: 70%;
|
|||
|
|
}
|
|||
|
|
.myrenwu-box,.myrenwu-box ul{
|
|||
|
|
float:left; margin:0; width: 100%; background-color:#fff;
|
|||
|
|
}
|
|||
|
|
.myproducts-box{
|
|||
|
|
padding:1em;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li {
|
|||
|
|
float: left;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom: 1em;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 6em;
|
|||
|
|
text-align: center;
|
|||
|
|
position: relative;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li a{
|
|||
|
|
float:left; margin:0; width: 100%; height:100%; display: block; position:relative;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span{float:left; margin:0; display: block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.myproducts-box ul li span.imgbox{
|
|||
|
|
width: 30%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.imgbox img {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
padding: 2px;
|
|||
|
|
border: 1px solid #DFDFDF;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox {
|
|||
|
|
width: 70%;
|
|||
|
|
height: 100%;
|
|||
|
|
border-bottom: 1px solid #f5f5f5;
|
|||
|
|
padding-left:0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span{
|
|||
|
|
width: 100%; color:#000;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.title{
|
|||
|
|
font-size:1.2em; text-align:left; height:3em;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.seef{
|
|||
|
|
font-size:1em; text-align:left; height:1.6em; color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.price{
|
|||
|
|
font-size:1em; color:#dd0e43;text-align:left; font-weight:600;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.time{
|
|||
|
|
position:absolute; right:0em; top:0em; width:auto; background:none;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.select{
|
|||
|
|
width: 1.5em; height:1.5em; padding:0; position:absolute; right:0em; top:2.5em; background:url(../image/radio.png) no-repeat 0 0; background-size: 100% 100%;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.select.active {
|
|||
|
|
background-image: url(../image/radio-active.png);
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.button{
|
|||
|
|
width: 8em; height:2.5em; padding:0; line-height:2.5em; position:absolute; right:0em; top:2.5em; color:#fff;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
border:1px solid #e76a64;
|
|||
|
|
text-shadow:0 -1px 1px #edb159;
|
|||
|
|
border-radius:2em;
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li span.fontbox span.button:hover,.myproducts-box ul li span.fontbox span.button:focus {
|
|||
|
|
background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
}
|
|||
|
|
.myproducts-box ul li .fontbox{
|
|||
|
|
float:left; margin:0; width: 70%;
|
|||
|
|
}
|
|||
|
|
.live_box,.live_box ul{
|
|||
|
|
float:left; margin:0; width: 100%;
|
|||
|
|
}
|
|||
|
|
.live_box{
|
|||
|
|
margin-top:0; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.live_box ul li{
|
|||
|
|
float:left;
|
|||
|
|
position:relative;
|
|||
|
|
margin:2%;
|
|||
|
|
padding:0;
|
|||
|
|
width: 46%;
|
|||
|
|
height:14em;
|
|||
|
|
text-align:center;
|
|||
|
|
border:1px solid #dfdfdf;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius:0.3em;
|
|||
|
|
box-shadow: 1px 1px 2px 1px #eee;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.live_box ul li .imgbox{
|
|||
|
|
/*position:absolute;
|
|||
|
|
top:0em;
|
|||
|
|
left:0;*/
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
.live_box ul li .imgbox img{
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.live_box ul li .titlebox{position:absolute; bottom:0; left:0; width:100%; padding:0.5em 0; color:#fff; background-color:rgba(0,0,0,0.5);box-sizing:border-box;}
|
|||
|
|
.live_box ul li .titlebox span{ display:block;line-height:1.5em;}
|
|||
|
|
.live_box ul li .titlebox span.seef{ color:#0aa2be; font-size:0.85em;}
|
|||
|
|
.jrxt_box{
|
|||
|
|
position:fixed; bottom:20%; right:36%; width:auto; padding:0.5em 1em; display:none;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
border:1px solid #e76a64;
|
|||
|
|
text-shadow:0 1px 1px #edb159;
|
|||
|
|
border-radius:2em;
|
|||
|
|
color:#fff;
|
|||
|
|
z-index:1000;
|
|||
|
|
}
|
|||
|
|
.jrxt_box:hover{
|
|||
|
|
background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
}
|
|||
|
|
.minutebox{ position:fixed; bottom:4em;left:1.4em; vertical-align: middle; width:5em; height:5em; z-index:1001; text-align:center;}
|
|||
|
|
.minutebox_Outer{
|
|||
|
|
margin: 0 auto; width:100%; height:100%; background-color: #770b84; border-radius:50%;
|
|||
|
|
}
|
|||
|
|
.minutebox_Outer_circle{ float:left; position:relative; width:100%; height:100%;}
|
|||
|
|
.minutebox_Inner_circle{ position:absolute; top:0; top:0; width:100%; height:100%; text-align:center; line-height:3.5em; color:#fff; font-size:1.5em;}
|
|||
|
|
.minutebox_Inner_circle.ed{font-size:1em;line-height:5em;}
|
|||
|
|
.circle_process{
|
|||
|
|
|
|||
|
|
position: relative;
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .wrapper{
|
|||
|
|
|
|||
|
|
width: 50%;
|
|||
|
|
|
|||
|
|
height:100%;
|
|||
|
|
|
|||
|
|
position: relative;
|
|||
|
|
|
|||
|
|
|
|||
|
|
overflow: hidden;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .right{
|
|||
|
|
|
|||
|
|
float:right;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .left{
|
|||
|
|
|
|||
|
|
float:left;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .circle{
|
|||
|
|
|
|||
|
|
width: 4em;
|
|||
|
|
|
|||
|
|
height:4em;
|
|||
|
|
|
|||
|
|
border:0.5em solid transparent;
|
|||
|
|
|
|||
|
|
border-radius: 50%;
|
|||
|
|
|
|||
|
|
position: absolute;
|
|||
|
|
|
|||
|
|
top:0;
|
|||
|
|
|
|||
|
|
transform : rotate(-135deg);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .rightcircle{
|
|||
|
|
|
|||
|
|
border-top:0.5em solid lightblue;
|
|||
|
|
|
|||
|
|
border-right:0.5em solid lightblue;
|
|||
|
|
|
|||
|
|
right:0;
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.circle_process .leftcircle{
|
|||
|
|
|
|||
|
|
border-bottom:0.5em solid lightblue;
|
|||
|
|
|
|||
|
|
border-left:0.5em solid lightblue;
|
|||
|
|
|
|||
|
|
left:0;
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@-webkit-keyframes circle_right{
|
|||
|
|
|
|||
|
|
0%{
|
|||
|
|
|
|||
|
|
-webkit-transform: rotate(-135deg);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
50%,100%{
|
|||
|
|
|
|||
|
|
-webkit-transform: rotate(45deg);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@-webkit-keyframes circle_left{
|
|||
|
|
|
|||
|
|
0%,50%{
|
|||
|
|
|
|||
|
|
-webkit-transform: rotate(-135deg);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
100%{
|
|||
|
|
|
|||
|
|
-webkit-transform: rotate(45deg);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.msgbox{position:relative;margin:0; margin-right:1.4em; margin-top:0.5em; width:2em;height:2em; padding:0;}
|
|||
|
|
.msgbox_ico{float:left;margin-top:0em;width:2em;height:2em; overflow:hidden;background:url("../image/msgbox_ico.png") no-repeat 0 0em;background-size:100% 100%;}
|
|||
|
|
.msgbox_ico.hover{background-image:url("../image/msgbox_icoed.png")}
|
|||
|
|
.yuanquan_maxbox{position:absolute; margin-top:-0.3em;margin-left:1.8em; padding:0.1em 0.2em; display: block; text-align:center; line-height:0.8em; font-size:0.85em; color:#fff; overflow:hidden; background-color:#ff0000;border: solid #ff0000;border-radius:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.yuanquan_maxbox.hover{ background-color:#FF0000;border: solid #FD4400;}
|
|||
|
|
.yuanquan_box{position:absolute; display: block; left:3.8em; top:-1.6em; width:0.6em;height:0.6em; text-indent:1em; overflow:hidden; background-color:#ff0000; color:#fff; border-radius:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
|
|||
|
|
.demo-container{display:flex;flex-direction:column; margin:0;width:100%; padding:0.2em 0.8em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
|
|||
|
|
.demo-container .demo-container-box-to {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.demo-container .demo-container-left-box {
|
|||
|
|
display: flex;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
}
|
|||
|
|
.demo-container .demo-container-left-box img {
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
border-radius: 0.3em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.demo-container .demo-container-right-box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-grow:1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.demo-container .demo-container-title{float:left;width:100%; margin-bottom:0.2em; padding-left:0em; text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.demo-container .demo-container-title img{float:left;width:1.2em;height:1.2em;vertical-align: middle;}
|
|||
|
|
.demo-container .demo-container-title div{float:left; margin-left:0.2em; width:auto;}
|
|||
|
|
.demo-container .webui-popover{float:left;width:85%; margin-top:0em; position:relative; padding-left:0.8em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content{float:left;z-index:0;margin:0; padding:0; min-height:2.5em; line-height:2.5em; width:auto; max-width:100%; border-radius:0.4em; border:1px solid #f1f1f1;background-color:#fff;box-sizing:border-box;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content img{float:left;max-width:6em;margin:0; padding:0;border-radius:0.3em; overflow:hidden;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content img.emojicon{float:none;width:20px;height:20px;vertical-align: middle;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content img.gift{float:none;width:45px;height:45px;vertical-align: middle;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio{float:left; max-width:100%;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio img{float:left;margin-top:0.7em; width:1em; height:1em;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio div{float:left;text-align:left;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio div div.secondsfont{width:1em; height:1em; color:#000;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio div.yuanquan{position:absolute; top:1em; right:-1em; width:0.5em; height:0.5em;border-radius:50%; background-color:#FF0000; overflow:hidden;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio[isplayed="true"] div div.secondsfont{color:#000;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .audio[isplayed='true'] div.yuanquan{display:none;}
|
|||
|
|
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .content{float:left;padding:0.5em 0.5em;box-sizing:border-box;color:#000;line-height:1.5em;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-content .content img{margin-top:0.1em;margin-bottom:0.1em;}
|
|||
|
|
.demo-container .webui-popover .webui-popover-ico{ position:absolute;left:-0.12em;top:0.7em;z-index:1; width:1em;height:1em; background:url("../image/webui-popover-ico0.png") no-repeat 0 0;background-size:100% 100%;}
|
|||
|
|
|
|||
|
|
.demo-container .webui-popover-robox{float:right;margin-top:-2em;width:2em;}
|
|||
|
|
.demo-container-time-box {
|
|||
|
|
display: flex;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.demo-container-time-box div{float:none;margin:0 auto; width:auto; padding:0.2em 0.5em; text-align:center; border-radius:0.3em; color:#c8c8c8}
|
|||
|
|
|
|||
|
|
.demo-container-right {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:column;
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.demo-container .demo-container-box-to {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.demo-container-right .demo-container-left-box {
|
|||
|
|
display: flex;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
}
|
|||
|
|
.demo-container-right .demo-container-left-box img {
|
|||
|
|
margin: 0;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
border-radius: 0.3em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.demo-container-right .demo-container-right-box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-grow:1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.demo-container-right .demo-container-title{float:right;width:100%; padding-right:0.8em; text-align:right;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.demo-container-right .webui-popover{float:right;width:85%; margin-top:0em; position:relative; padding-right:0.8em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content{float:right;z-index:0;margin:0; padding:0; min-height:2.5em; line-height:2.5em; width:auto; max-width:100%; border-radius:0.4em; border:1px solid #89be4f; background-color:#a8e563;box-sizing:border-box;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content img{float:left;max-width:6em;margin:0; padding:0;border-radius:0.3em; overflow:hidden;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio{float:left; max-width:100%; position:relative;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio img{float:right;margin-top:0.7em; width:1em; height:1em;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio div{float:left;text-align:left;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio div div.secondsfont{float:right; width:1em; height:1em; color:#000;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio[isplayed="true"] div div.secondsfont{color:#000;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .audio[isplayed='true'] div.yuanquan{display:none;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .content{float:left;padding:0.5em;box-sizing:border-box;color:#000;line-height:1.5em;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-content .content img{margin-top:0.1em;margin-bottom:0.1em;}
|
|||
|
|
.demo-container-right .webui-popover-robox{float:left;margin-top:-2em; width:2em;}
|
|||
|
|
.demo-container-right .webui-popover .webui-popover-ico{ position:absolute;right:-0.12em;top:0.7em;z-index:1; width:1em;height:1em; background:url("../image/webui-popover-ico.png") no-repeat 0 0;background-size:100% 100%;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.ajaxLoader{position:fixed; top:48%;left:0;right:0; margin: 0 auto; vertical-align: middle; width:6em; height:6em; line-height:2em; font-size:1em; z-index:5001; text-align:center;}
|
|||
|
|
.ajaxLoader div{
|
|||
|
|
margin: 0 auto; vertical-align: middle; width:100%; height:100%; background-color: #F1F1F1; color:#000000; -webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
|
|||
|
|
}
|
|||
|
|
.ajaxLoader img {
|
|||
|
|
margin-top:1em; width:1.8em; height:1.8em;
|
|||
|
|
}
|
|||
|
|
.ajaxLoader2{width:100%; height:100%; line-height:10em; font-size:3em; text-align:center; background-color: #FFFFFF;opacity: 0.70;}
|
|||
|
|
.ajaxLoader2 img {
|
|||
|
|
vertical-align: middle;width:1.8em; height:1.8em;
|
|||
|
|
}
|
|||
|
|
.show_uploadpic_box{display: none; position:fixed; top:0;left:0; width:100%; min-height:100%; padding:1em; background-color:#fff; line-height:1.5em; font-size:1em; z-index:1001; text-align:left;box-sizing:border-box; overflow-y:visible;}
|
|||
|
|
.show_uploadpic_box div{
|
|||
|
|
margin: 0 auto; width:100%; height:100%; color:#000000;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_complete{ position:fixed; top:58%;left:0;right:0; margin: 0 auto; vertical-align: middle; width:8em; height:8em; line-height:2em; font-size:1em; z-index:1001; text-align:center;}
|
|||
|
|
.zuorenwu_complete div{
|
|||
|
|
margin: 0 auto; vertical-align: middle; width:100%; height:100%;border:1px solid #d7d7d7; box-shadow:inset 0px 0px 0.5em 0.3em #e1e1e1; background-color: #fff; color:#000000; -webkit-border-radius:0.4em;-moz-border-radius:0.4em;border-radius:0.4em;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_complete img {
|
|||
|
|
margin-top:0.5em; width:4em; height:4em; font-size:1em; font-weight:600;
|
|||
|
|
}
|
|||
|
|
.zuorenwu_complete span{ display: block; width:100%;}
|
|||
|
|
.dianzan_box{display: none; position:fixed; top:0;left:0; width:100%; min-height:100%; padding:1em; line-height:1.5em; font-size:1em; z-index:1001; text-align:left;box-sizing:border-box; overflow-y:visible;}
|
|||
|
|
.dianzan_box div{
|
|||
|
|
margin: 0 auto; width:100%; height:100%; color:#000000;
|
|||
|
|
}
|
|||
|
|
.subnav{ position:absolute;display: none; top:0;left:0;right:0;bottom:0em; z-index:0; margin: 0 auto; width:100%; background-color: rgba(255,255,255,0.9);}
|
|||
|
|
.subnav .subnav-box{
|
|||
|
|
position:absolute; left:0; bottom:5em; width:100%; height:auto;
|
|||
|
|
}
|
|||
|
|
.subnav .subnav-box .img{ width:100%; height:5em}
|
|||
|
|
.subnav .subnav-box .img img{ width:5; height:5em}
|
|||
|
|
.subnav .subnav-box .font{ width:100%; height:2em}
|
|||
|
|
.searchbox{ margin:1.0em; border-bottom:1px solid #d7d7d7;}
|
|||
|
|
.searchbox .inpubox{ float:left; width: 80%; height:2.5em;}
|
|||
|
|
.searchbox .inpubox #keyword{ margin:0; width: 100%; font-size:1em; height:2.5em; border:1px solid #c9931e; outline: none; text-indent: 0.3em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.searchbox .icobox{float:left; width: 20%;height:2.5em; font-size:1em; background-color:#c9931e; color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.searchbox2{ margin:0;width: 100%; height:2.5em; background-color:#fff; padding:0.5em;background:#fec811;
|
|||
|
|
background:-o-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-ms-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-moz-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff9615),color-stop(1,#fec811));
|
|||
|
|
background:-webkit-linear-gradient(#2EAE0C,#557E14);
|
|||
|
|
background:linear-gradient(top,#2EAE0C,#557E14); }
|
|||
|
|
.searchbox2 .inpubox{ float:left; width: 42%; height:2.5em; }
|
|||
|
|
.searchbox2 .inpubox #keyword{ margin:0; width: 100%; font-size:1em; height:2.5em; border:1px solid #c9931e; outline: none; text-indent: 0.3em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.searchbox2 .icobox{float:left; width: 15%;height:2.5em; font-size:1em; background-color:#c9931e; color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.searchbox2 .seticobox{float:left; margin:0 0.5em; padding:0 0.5em; width:auto;height:2.5em; line-height:2.5em; text-align:center; font-size:1em; background-color:#c9931e; color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.searchbox2 .seticobox.syc{margin:0; }
|
|||
|
|
|
|||
|
|
.productcount{margin:0 20px;}
|
|||
|
|
|
|||
|
|
.share-box{position:fixed; display:none; left:0; bottom:0; height:10em; width:100%; background-color:#fff;border-top:1px solid #dfdfdf;}
|
|||
|
|
.share-box h3{float: left;width: 100%; height:2em; line-height:2em; text-indent:1em;background: linear-gradient(to left,#2EAE0C,#557E14);}
|
|||
|
|
.share-box h4{float: left;width: 100%; height:2.5em; line-height:2.5em;border-top:1px solid #f5f5f5; text-indent:1em;}
|
|||
|
|
.share-box div{float: left; width: 7em; margin-top:0.5em; margin-left:1em; text-align: center; line-height: 1em;}
|
|||
|
|
.share-box div img{width:100%; height:2.5em;border:1px solid #dfdfdf;}
|
|||
|
|
.tab {
|
|||
|
|
margin:0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3rem;
|
|||
|
|
line-height:2.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
.tab a {
|
|||
|
|
display: block;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tab a.on {
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.ul-container{
|
|||
|
|
overflow: hidden;
|
|||
|
|
clear: both;
|
|||
|
|
}
|
|||
|
|
.ul-container li{
|
|||
|
|
display: -webkit-box;
|
|||
|
|
display: -webkit-flex;
|
|||
|
|
display: -ms-flexbox;
|
|||
|
|
display: flex;
|
|||
|
|
-webkit-flex-wrap: wrap;
|
|||
|
|
-ms-flex-wrap: wrap;
|
|||
|
|
flex-wrap: wrap;
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
.ul-container li img{width: 100%;height:auto;}
|
|||
|
|
.dot-container{
|
|||
|
|
width: 100%;
|
|||
|
|
background:transparent;
|
|||
|
|
position: absolute;
|
|||
|
|
text-align:center;
|
|||
|
|
bottom: 1em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.dot-container span{
|
|||
|
|
background-color:#ddd;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
width: 6px;
|
|||
|
|
height: 6px;
|
|||
|
|
display: inline-block;
|
|||
|
|
margin:0 2px
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.dot-container span.act{
|
|||
|
|
background-color:#2196f3;
|
|||
|
|
}
|
|||
|
|
.jhqw_view {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 1em 0;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
position: relative;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h1 {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
padding-left: 0.5em;
|
|||
|
|
color: #000;
|
|||
|
|
margin-top: .2em;
|
|||
|
|
margin-bottom: .2em;
|
|||
|
|
font-weight: bold;
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
position: relative;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.jhqw_view .favorite{float:left; position:relative; display:block; width:19%; height:1em;border-left:1px solid #ededed; text-align:center; line-height:80px;background: url(../image/mobilebg.png) no-repeat 50% -177px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.jhqw_view h2 {
|
|||
|
|
float: left;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
position: relative;
|
|||
|
|
color: #333;
|
|||
|
|
line-height: 2em;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2 em{ font-style:normal; font-weight:bold;}
|
|||
|
|
.jhqw_view h2 del{ font-style:normal; font-weight:bold;text-decoration: line-through;}
|
|||
|
|
.jhqw_view h2 span{display:inline-block;display:-moz-inline-stack;*display:inline;}
|
|||
|
|
.jhqw_view h2#lsjg del {color:#333;}
|
|||
|
|
.jhqw_view h2 span.tmj{}
|
|||
|
|
.jhqw_view .jhqw_view_title {
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.jhqw_view .jhqw_view_title .hsdje {
|
|||
|
|
position: absolute;
|
|||
|
|
bottom: 4em;
|
|||
|
|
right: 0em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
width: 4em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 0.2em;
|
|||
|
|
background-color: #CEF0CB;
|
|||
|
|
border-radius: 0.4em 0 0 0.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.jhqw_view .jhqw_view_title .hsdje .tmj {
|
|||
|
|
height: 1.5em;
|
|||
|
|
width: 3.6em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
background: url(../image/ax.png) center left no-repeat;
|
|||
|
|
background-size: 1.2em 1.2em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 1.4em;
|
|||
|
|
border-radius: 0;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.dagou{ margin-top:0.5em;}
|
|||
|
|
.jhqw_view h2.dagou span{background: url(../image/mobilebg.png) no-repeat 0px -248px; text-indent:25px; padding-right:10px;}
|
|||
|
|
.jhqw_view h2.baoyou{margin-top:0.5em;}
|
|||
|
|
.jhqw_view h2.baoyou span{background: url(../image/mobilebg.png) no-repeat 0px -284px; text-indent:25px; padding-right:10px;}
|
|||
|
|
.jhqw_view h2.guige{margin:0.5em 0em;}
|
|||
|
|
.jhqw_view h2.guige span{margin:0.5em; padding:0 0.2em;border:1px solid #c2c2c0; font-family:"Arial"}
|
|||
|
|
.jhqw_view h2.guige span.hover{border:1px solid #cc0000;}
|
|||
|
|
.jhqw_view h2.yanse{margin:0.5em 0em;}
|
|||
|
|
.jhqw_view h2.yanse span{margin:0.5em; margin-bottom:0; padding:0 0.2em;border:1px solid #c2c2c0; font-family:"Arial"}
|
|||
|
|
.jhqw_view h2.yanse span.hover{border:1px solid #cc0000;}
|
|||
|
|
.jhqw_view h2.goumai{margin-top:0.5em;}
|
|||
|
|
.jhqw_view h2.goumai label,.jhqw_view h2.goumai span,.jhqw_view h2.goumai input{ float:left; display:block;}
|
|||
|
|
.jhqw_view h2.goumai label{width:auto;height:2em; line-height:2em; font-weight:bold; color:#f62800; font-style:normal;}
|
|||
|
|
.jhqw_view h2.goumai span span,.jhqw_view h2.goumai span input{float:left; display: block; width:2.2em; height:2.2em;font-size: 1em;}
|
|||
|
|
.jhqw_view h2.goumai span input{border:1px solid #c2c2c0;border-left:0;border-right:0; text-align:center; line-height:2em; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.jhqw_view h2.goumai span span.input_del{background: url(../image/addandcut0.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.jhqw_view h2.goumai span span.input_add{background: url(../image/addandcut1.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.jhqw_view h2.goumai span span.Inventory{margin-left:1em; width:auto;line-height:2em; text-align:center; overflow:hidden}
|
|||
|
|
.jhqw_view h2.goumai span span.Inventory2{margin:0; }
|
|||
|
|
.jhqw_view h2.yunfeishuoming{margin-top:0.5em;color: #FF0000; font-size: 1em;}
|
|||
|
|
.jhqw_view h2.yunfeishuoming label{color: #FF0000;}
|
|||
|
|
.jhqw_view h2.button{margin-top:0.5em; text-align:center;}
|
|||
|
|
.jhqw_view h2.button input{ margin-top:0.5em; padding:.4em 2em; font-size: 1.5em; background-color:#c9931e;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; color:#fff; border:0;}
|
|||
|
|
.jhqw_view h2.button input[disabled='true']{background-color:#bbb;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.jhqw_view h2.yansebox{margin-top:10px;}
|
|||
|
|
.jhqw_view h2.yansebox label{float:left; display:block;width:80px; height:30px; line-height:30px; font-weight:bold; color:#f62800; font-style:normal;font-size:16px;}
|
|||
|
|
.jhqw_view h2.yansebox span{float:left; display:block; margin-right:10px; width:auto; height:30px; line-height:30px; border:1px solid #dfdfdf; position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:14px;}
|
|||
|
|
.jhqw_view h2.yansebox span a,.jhqw_view h2.yansebox span a:visited{float:left; display:block; color:#000; padding:0 5px; height:30px; line-height:30px;font-size:14px;}
|
|||
|
|
.jhqw_view h2.yansebox span.blank a,.jhqw_view h2.yansebox span.blank a:visited{ color:#fff;}
|
|||
|
|
.jhqw_view h2.yansebox span.hover{padding-right:20px;border:1px solid #f62800;}
|
|||
|
|
|
|||
|
|
.jhqw_view h2.yansebox span.hover em{ position:absolute; top:0; right:0; display:block; width:24px; height:24px; background: url(../image/cart.png) no-repeat -36px -36px;}
|
|||
|
|
|
|||
|
|
.jhqw_view h2.peisheng{margin-top:0.7em;}
|
|||
|
|
.jhqw_view h2.peisheng .peisheng_title{position:relative; float:left; height: 2em; width:100%;}
|
|||
|
|
.jhqw_view h2.peisheng label{}
|
|||
|
|
.jhqw_view h2.peisheng .distit{}
|
|||
|
|
.jhqw_view h2.peisheng .yunfeibox{ margin-left:2em;}
|
|||
|
|
.jhqw_view h2.peisheng .yunfeibox span{ color: #FF0000;}
|
|||
|
|
.jhqw_view h2.peisheng i{display:inline-block; width:1em; height:1em; margin-left:0.3em; background: url(../image/faifeidown.png) no-repeat 0 0.2em; background-size:100% 100%;}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox
|
|||
|
|
{
|
|||
|
|
position:absolute;
|
|||
|
|
top:0.5em;
|
|||
|
|
left:0;
|
|||
|
|
width:100%;
|
|||
|
|
padding-left:0.8em;
|
|||
|
|
padding-right:0.8em;
|
|||
|
|
background-color:#FFFFFF;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
z-index:101;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng .distit #provincebox dl
|
|||
|
|
{
|
|||
|
|
width:100%;
|
|||
|
|
height:3em;
|
|||
|
|
background:url(/images/line.png) 0 0 repeat-x;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox dl dt
|
|||
|
|
{
|
|||
|
|
float:left;
|
|||
|
|
|
|||
|
|
margin:0;
|
|||
|
|
margin-top:0;
|
|||
|
|
padding:0;
|
|||
|
|
width:33.33333333333333%;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
height:3em;
|
|||
|
|
cursor:pointer;
|
|||
|
|
border:1px solid #DFDFDF;
|
|||
|
|
border-bottom:0;
|
|||
|
|
background-color:#FFFFFF;
|
|||
|
|
text-align:center;
|
|||
|
|
line-height:3em;
|
|||
|
|
position:relative;
|
|||
|
|
overflow:hidden;
|
|||
|
|
text-align: center;
|
|||
|
|
text-indent: 0;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox dl dt#provincetitle,.jhqw_view h2.peisheng .distit #provincebox dl dt#citytitle{ border-right: 0;}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox dl dt.selected
|
|||
|
|
{
|
|||
|
|
margin-top:0;
|
|||
|
|
height:3.2em;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox dl dt i
|
|||
|
|
{
|
|||
|
|
position:absolute; display: block; width:1em; height:1em; left:6em; top:0.9em;background: url(../image/faifeidown.png) no-repeat 0 0px; background-size:100% 100%;
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox ul
|
|||
|
|
{
|
|||
|
|
float:left;
|
|||
|
|
position:relative;
|
|||
|
|
width:100%;
|
|||
|
|
height:auto;
|
|||
|
|
border:1px solid #DFDFDF;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.jhqw_view h2.peisheng #provincebox ul li
|
|||
|
|
{
|
|||
|
|
float:left;
|
|||
|
|
margin:0.5em;
|
|||
|
|
padding:0 0.2em;
|
|||
|
|
width:auto;
|
|||
|
|
height:2em;
|
|||
|
|
cursor:pointer;
|
|||
|
|
border:1px solid #DFDFDF;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.jhqw_view h2.peisheng #provincebox ul li.selected{border-color: #FF0000;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.Body{ margin:0; padding:.8em; line-height:2em; word-wrap:break-word;word-break:break-all; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.Body div,.Body p{ margin:0; padding:0;line-height:2em;}
|
|||
|
|
.Body img{float:left; margin:0; padding:0; width:100%; height:100%; }
|
|||
|
|
.jhqw_view .Body{ margin:.8em; line-height:2em;word-wrap:break-word;word-break:break-all;}
|
|||
|
|
.jhqw_view h3{float:left; position:relative; width:100%; position:relative; height:2.5em; line-height:2.5em;cursor:pointer;font-size:0.85em;}
|
|||
|
|
.jhqw_view h3 label{float:left; text-indent:0.8em; width:10em; display:block;cursor:pointer;}
|
|||
|
|
.jhqw_view h3 span{float:right; margin-top:0.8em; margin-right:0.8em; text-indent:0.8em; width:1em; height:1em;background: url(../image/faifeito.png) no-repeat 0 0; background-size:100% 100%; display:block; }
|
|||
|
|
.jhqw_view h3 span.hover{background: url(../image/faifeito.png) no-repeat 10px -338px;}
|
|||
|
|
.jhqw_view h3.detail {
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
border-top: 1px solid #dfdfdf;
|
|||
|
|
border-bottom: 1px solid #dfdfdf;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.jhqw_view .Body{margin:0; padding:0;text-align:left;}
|
|||
|
|
.jhqw_view .Body div,.jhqw_view .Body p{ margin:0; padding:0;}
|
|||
|
|
.jhqw_view .Body span{argin:0; padding:0;}
|
|||
|
|
.jhqw_view .Body img{float:left; margin:0; padding:0; width:100%; height:100%; }
|
|||
|
|
#showpic{position:fixed; width:150px; height:150px; z-index:1; left:570px;bottom:400px; display:none;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
|
|||
|
|
|
|||
|
|
.cartmbox{float:left;margin:0; padding:0; width:100%; height:100%;}
|
|||
|
|
.cartmbox .leftbox {
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 0.8em;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
height: 100%;
|
|||
|
|
line-height: 50px;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.cartmbox .leftbox span.cart_Total {
|
|||
|
|
font-style: normal;
|
|||
|
|
font-weight: bold;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.cartmbox .leftbox input {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
width: 4em;
|
|||
|
|
height: 100%;
|
|||
|
|
background-color: #00B050;
|
|||
|
|
border: 0;
|
|||
|
|
border-radius: 0;
|
|||
|
|
}
|
|||
|
|
.cartmbox .leftbox input.favorited{background-color:#eee;color:#333; }
|
|||
|
|
.cartmbox .leftbox input#addserver{background-color:#c9931e;}
|
|||
|
|
.cartmbox .leftbox .leftbox_ShoppingCart{float:left;margin:0;margin-left:0;margin-top:0.4em;}
|
|||
|
|
.cartmbox .leftbox .leftbox_button{float:left;margin:0; margin-right:0.8em; width:1.8em; text-align:center;line-height:1em;}
|
|||
|
|
.cartmbox .leftbox .leftbox_button img{width:1.4em; height:1.4em; margin-top:0.3em;}
|
|||
|
|
.cartmbox .leftbox .leftbox_button span {
|
|||
|
|
width: 100%;
|
|||
|
|
display: block;
|
|||
|
|
font-size: 0.8em;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.cartmbox .leftbox label {
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
margin-top: 0.85em;
|
|||
|
|
display: block;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
width: 1.8em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
background: url(../image/addandcut2.png) no-repeat 0 0px;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.cartmbox .leftbox .cartnum {
|
|||
|
|
position: absolute;
|
|||
|
|
color:#fff;
|
|||
|
|
left: 9.9em;
|
|||
|
|
bottom: 2.8em;
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
font-size: 0.8em;
|
|||
|
|
line-height: 1.4em;
|
|||
|
|
background-color: #f62800;
|
|||
|
|
-webkit-border-radius: 50%;
|
|||
|
|
-moz-border-radius: 50%;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.cartmbox .rightbox{float:right;margin:0;padding-right:0.8em;height:100%; line-height:100%;}
|
|||
|
|
.cartmbox .rightbox input {
|
|||
|
|
float: right;
|
|||
|
|
margin: 0.5em 0;
|
|||
|
|
padding: 0;
|
|||
|
|
width: 6em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
display: block;
|
|||
|
|
border: 0;
|
|||
|
|
font-size: 0.9em;
|
|||
|
|
background-color: #00B050;
|
|||
|
|
-webkit-border-radius: 3px;
|
|||
|
|
-moz-border-radius: 3px;
|
|||
|
|
border-radius: 3px;
|
|||
|
|
color: #fff;
|
|||
|
|
border: 0;
|
|||
|
|
border-radius: 0 2em 2em 0;
|
|||
|
|
}
|
|||
|
|
.cartmbox .rightbox input.input_shopcart, .cartmbox .rightbox input.input_shopdh {
|
|||
|
|
background: linear-gradient(to right,#00B050,#6DB102);
|
|||
|
|
border-radius: 2em 0 0 2em;
|
|||
|
|
}
|
|||
|
|
.cartmbox .rightbox input.input_shopdh{border-radius:2em;width:7em;}
|
|||
|
|
.cartmbox .rightbox input[disabled='true']{background:#bbb;}
|
|||
|
|
.cartmbox .rightbox input.input_shopdh[disabled='true']{width:7em;background:#bbb;border-radius:2em;}
|
|||
|
|
.cartmsg{ position:fixed; z-index:1102; left:6.2em; bottom:3.5em; width:10em; height:5em; background:rgba(246,40,0,0.8);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff; display:none; }
|
|||
|
|
.cartmsg h3{margin-top:1em; width:100%; height:2.5em;text-align:center; line-height:2.5em; font-size: 0.8em;}
|
|||
|
|
.cartmsg h4{ margin:0 auto; width:80%; height:2em;line-height:2em;background-color:#8e0d0a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; color:#fff; text-align:center; font-size:0.8em;}
|
|||
|
|
.cartmsg em{ position:absolute; width:1em; height:1em; left:1.8em; bottom:-0.6em;background: url(../image/faifeidown2.png) no-repeat 0 0px; background-size:100% 100%; filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;}
|
|||
|
|
.cartmsg i{ position:absolute; width:1em; height:1em; right:0.2em; top:0.2em;background: #8e0d0a; color:#FFFFFF; font-size:0.8em; line-height:1em; font-style:normal; text-align:center; cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; font-family:"Arial"}
|
|||
|
|
|
|||
|
|
.qybtn_box{
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
}
|
|||
|
|
.qybtn_box input{
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
line-height:100%;
|
|||
|
|
text-align: center;
|
|||
|
|
color:#fff;
|
|||
|
|
font-size:1.5em;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.NoCartNum{float:left; width:100%; margin:10px 0; padding:1em 0; border:1px solid #dfdfdf; background-color:#fff; font-size:12em; text-align:center;overflow:hidden;}
|
|||
|
|
.NoCartNum a,.NoCartNum a:visited{ color:#ff0000;}
|
|||
|
|
.productlist{width:100%;}
|
|||
|
|
.productlist ul{ margin:0; position:relative;width:100%;}
|
|||
|
|
.productlist ul li {
|
|||
|
|
float: left;
|
|||
|
|
margin: 0.8em 0;
|
|||
|
|
margin-bottom: 0;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
position: relative;
|
|||
|
|
border-left: 0;
|
|||
|
|
border-right: 0;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
}
|
|||
|
|
.productlist ul li span.limg{float:left; width:20%;display:block;}
|
|||
|
|
.productlist ul li span.limg img{width:100%; height:100%;}
|
|||
|
|
.productlist ul li span.rname{float:left; padding-left:1em; display:block; box-sizing:border-box;width:75%; overflow:hidden;}
|
|||
|
|
|
|||
|
|
.productlist ul li span.rname span{float:left;display:block;width:100%;padding-left:0;}
|
|||
|
|
.productlist ul li span.rname span.prodName {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 90%;
|
|||
|
|
font-family: "Arial";
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.productlist ul li span.rname span.je, .productlist ul li span.rname span.tnum {
|
|||
|
|
margin-top: 1em;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.productlist ul li span.rname em {
|
|||
|
|
font-style: normal;
|
|||
|
|
font-weight: bold;
|
|||
|
|
color: #333;
|
|||
|
|
}
|
|||
|
|
.productlist ul li span.rname span.je del{ font-style:normal; font-size:1.2em; font-weight:bold; color:#aaa;}
|
|||
|
|
.productlist ul li span.rname span.tnum span,.productlist ul li span.rname span.tnum input{float:left; display: block; height:2.2em;width:2.2em;}
|
|||
|
|
.productlist ul li span.rname span.tnum input {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
border: 1px solid #c2c2c0;
|
|||
|
|
border-left: 0;
|
|||
|
|
border-right: 0;
|
|||
|
|
font-size: 1em;
|
|||
|
|
color: #333;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.productlist ul li span.rname span.tnum span.input_del{background: url(../image/addandcut0.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.productlist ul li span.rname span.tnum span.input_add{background: url(../image/addandcut1.png) no-repeat 0px 0px; background-size:100% 100%;}
|
|||
|
|
.productlist ul li span.rname span.tnum span.Inventory{width:6em;line-height:2em; text-align:center;}
|
|||
|
|
.productlist ul li i{position:absolute; width:1.2em; height:1.2em; right:1.2em;font-size:0.9em; font-family:"Arial"; top:1em;background: #8e0d0a; color:#FFFFFF; line-height:1em; font-style:normal; text-align:center; cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
|
|||
|
|
|
|||
|
|
.YHbox{ text-align: center}
|
|||
|
|
.YHbox span.cart_Total {
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.dongtaibox{float:left; width: 100%; color: #000000;}
|
|||
|
|
.dongtaibox ul{float:left; width: 100%;}
|
|||
|
|
.dongtaibox ul li{ float:left;display:block; width: 100%; height: auto; background-color: #FFFFFF;border-bottom:1px solid #F1F1F1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.dongtaibox ul li span{ float:left; display:block; width: auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.dongtaibox ul li span.toptit{padding: 10px; height:3em;width: 100%;}
|
|||
|
|
.dongtaibox ul li span .userimg{float:left; width:2em; height: 2em;border:1px solid #DFDFDF;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; background-color: #FFFFFF;}
|
|||
|
|
.dongtaibox ul li span.toptit .nametime{ margin-left:3px; height:3em;width:auto;}
|
|||
|
|
.dongtaibox ul li span.toptit .nametime span{height:1.5em;width: 100%;}
|
|||
|
|
.dongtaibox ul li span.toptit .nametime span.tim{color: #E1FFFF;}
|
|||
|
|
.dongtaibox ul li span.toptit .guangzhu{float:right; height:3em;line-height: 3em; color: #636363;}
|
|||
|
|
.dongtaibox ul li span.toptit .guangzhu span{float:left; padding:.2em 0.8em; line-height: 2em;background-color:#c9931e; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;}
|
|||
|
|
.dongtaibox ul li span.toptit .guangzhu span.hovered{background-color: #EEEEEE; color: #aaa;}
|
|||
|
|
.dongtaibox ul li span.dbody{padding: .5em 1em;width: 100%;}
|
|||
|
|
.dongtaibox ul li span.dbody .mbody{width: 100%;line-height:2em;word-wrap:break-word;word-break:break-all;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody{width: 100%;border:1px solid #F1F1F1; padding: 5px;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .xxtit{ height:3em; padding: .5em 0;width: 100%;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .xxtit .userimg{float:left;width:2em; height: 2em;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .xxtit .name{margin-left:0.3em; height:2em; line-height: 2em;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .xxtit .tim{float:right; line-height: 2em;color: #E1FFFF;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .guangzhu{float:right; height:3em;}
|
|||
|
|
.dongtaibox ul li span.dbody .xbody .xxbody{line-height:2em;word-wrap:break-word;word-break:break-all;}
|
|||
|
|
.dongtaibox ul li span.bottomtie{float:left; width:100%; margin-top: 1em; padding-bottom:1em; border-bottom:1em solid #eeeeee;}
|
|||
|
|
.dongtaibox ul li span.bottomtie span{width:33.33333333333333%; border-right:1px solid #DFDFDF; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; text-align: center;}
|
|||
|
|
.dongtaibox ul li span.bottomtie span span{float:none; margin:0 auto; margin-top:.5em; width:auto;border:0;}
|
|||
|
|
|
|||
|
|
.dongtaibox ul li span.bottomtie span span img{ width:2em;vertical-align:middle;}
|
|||
|
|
|
|||
|
|
.dongtaibox ul li span.bottomtie span span label{width:auto; margin-left:.3em; height:2em; line-height: 2em;}
|
|||
|
|
.dongtaibox ul li span em{ font-style:normal; color: red; }
|
|||
|
|
|
|||
|
|
.dongtaibox ul.plbox li span.toptit .dianzan{float:right; height:3em;line-height: 3em; color: #636363;}
|
|||
|
|
.dongtaibox ul.plbox li span.toptit .dianzan img{ width:2em;vertical-align:middle;}
|
|||
|
|
.dongtaibox ul.addbox li{border-bottom:10px solid #eeeeee; width:100%; text-align: center;}
|
|||
|
|
.dongtaibox ul.addbox li textarea{ margin-top:0.5em; width:99%; height: 4.5em;border:1px solid #DFDFDF; font-size:1.2em; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.dongtaibox ul.addbox li .plbtn{margin:0 auto; margin-top:.5em;margin-bottom:.5em; width:6em; height: 2.5em;line-height:2.5em; text-decoration:none; background-color:#c9931e; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
.mydongtaibox{background-image: url('../image/loginBg.png');background-size: 100% 100%;width:100%;height:10em}
|
|||
|
|
|
|||
|
|
.mynav{float:left; margin:1em 0; padding:1em 0; width:100%; background-color: #FFFFFF;}
|
|||
|
|
.mynav li{float:left;width:33.33333333333333%; border-right:1px solid #DFDFDF; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; text-align: center;}
|
|||
|
|
.mynav li label{}
|
|||
|
|
.mynav li span{color: red;}
|
|||
|
|
#skzh {margin:1em 0;}
|
|||
|
|
#skzh p{ margin:0; width: 100%; line-height: 1.5em; font-size: 1em;}
|
|||
|
|
.juanbtn{ float: right;}
|
|||
|
|
.juanbtn input{ padding:.2em 0.4em; font-size: 1em; background-color:#c9931e;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; color:#fff; border:0;}
|
|||
|
|
.juanbtn input[disabled='disabled'],.juanbtn input[disabled='true']{background-color:#EEEEEE; color: #AAAAAA;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
#gxmsgcontent{ position:fixed; top:2.5em; margin:0; padding:1em 1.3em; background-color:#FFFFFF;color:#808080; line-height:2em;word-wrap:break-word;word-break:break-all;}
|
|||
|
|
#gxmsgcontent img{ max-width:35em;}
|
|||
|
|
.uh_ios #gxmsgcontent {
|
|||
|
|
top: 4.5em;
|
|||
|
|
}
|
|||
|
|
.mynetmap_top_box{
|
|||
|
|
margin:0 auto;
|
|||
|
|
margin-top:1em;
|
|||
|
|
width:100%;
|
|||
|
|
height:4em;
|
|||
|
|
background:#fec811;
|
|||
|
|
background:-o-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-ms-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-moz-linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff9615),color-stop(1,#fec811));
|
|||
|
|
background:-webkit-linear-gradient(#2EAE0C,#557E14);
|
|||
|
|
background:linear-gradient(top,#2EAE0C,#557E14);
|
|||
|
|
border-radius:50% 50% 0 0;
|
|||
|
|
text-align:center;}
|
|||
|
|
|
|||
|
|
.mynetmap_top_box span{margin:0 auto; padding-top:1em; width:auto; display: block; color:#fff; line-height:1.2em;}
|
|||
|
|
.mynetmap_box{margin:0;width:100%;height:100%; background-color:#fff;}
|
|||
|
|
.mynetmap_box ul{float:left; margin:0; width:100%;}
|
|||
|
|
.mynetmap_box ul li{
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
padding-top:1em;
|
|||
|
|
width:50%;
|
|||
|
|
height:3em;
|
|||
|
|
text-align:center;
|
|||
|
|
line-height:1.5em;
|
|||
|
|
background:#dbd8d8;
|
|||
|
|
background:-o-linear-gradient(top,#ffffff,#dbd8d8);
|
|||
|
|
background:-ms-linear-gradient(top,#ffffff,#dbd8d8);
|
|||
|
|
background:-moz-linear-gradient(top,#ffffff,#dbd8d8);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#dbd8d8));
|
|||
|
|
background:-webkit-linear-gradient(#ffffff,#dbd8d8);
|
|||
|
|
background:linear-gradient(top,#ffffff,#dbd8d8);
|
|||
|
|
border:1px solid #bbb;
|
|||
|
|
border-left:0;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
-moz-box-sizing:border-box;
|
|||
|
|
-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.mynetmap_box ul li.hover{
|
|||
|
|
background:#f2cac3;
|
|||
|
|
background:-o-linear-gradient(top,#f2cac3,#ffffff);
|
|||
|
|
background:-ms-linear-gradient(top,#f2cac3,#ffffff);
|
|||
|
|
background:-moz-linear-gradient(top,#f2cac3,#ffffff);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2cac3),color-stop(1,#ffffff));
|
|||
|
|
background:-webkit-linear-gradient(#f2cac3,#ffffff);
|
|||
|
|
background:linear-gradient(top,#f2cac3,#ffffff);
|
|||
|
|
border-bottom:0;
|
|||
|
|
}
|
|||
|
|
.mynetmap_box ul li span{ display: block; width:100%;border:0; color:#E1FFFF; font-size:0.8em; line-height:1.2em; text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
|
|||
|
|
.mynetmap_box ul li span.title{ color:#000; font-weight:600;font-size:1em;}
|
|||
|
|
|
|||
|
|
.list{float:left; position:relative; margin:0; width:100%;background:#FFFFFF;line-height:1.8em; padding:1em 0; box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
|
|||
|
|
|
|||
|
|
.list .fontbox1{float:left;position:relative;width: 100%;margin:0; margin-top:1em; padding:0 1.2em; height: 12em; box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
|
|||
|
|
.list .fontbox1 div{float:left;width: 90%;}
|
|||
|
|
.list .fontbox1 div.ico{width: 10%;height: 12em;}
|
|||
|
|
.list .fontbox1 div.ico span{ display: block;margin-top:5em; margin-left:em; width:2em;height: 2em;background: url(../image/hytopico.png) no-repeat 0 0; background-size: 100% 100%;}
|
|||
|
|
.list .fontbox2{float:left;position:relative;margin-left:1.2em; margin-bottom:1em;padding:0;width: 94.5%;background:#FFFFFF url(../image/lin3.png) repeat-y 1em 1em;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
|
|||
|
|
.list .fontbox2 .icobox{float:left; margin-top:1em; width: 10%; height: 12em;}
|
|||
|
|
.list .fontbox2 .icobox span{ display: block; margin-top:5em; margin-left:0.3em; width:1.4em; height: 1.4em;}
|
|||
|
|
.list .fontbox2 .icobox span.inactive{ background:url(../image/off.png) no-repeat 0 0;background-size: 100% 100%;}
|
|||
|
|
.list .fontbox2 .icobox span.inactives{background:url(../image/on.png) no-repeat 0 0;background-size: 100% 100%;}
|
|||
|
|
.list .fontbox2 .icobox span.inactive1{background:url(../image/on1.png) no-repeat 0 0;background-size: 100% 100%;}
|
|||
|
|
.list .fontbox2 .fontbox{float:left;position:relative; padding-top:1em; width: 90%; height: 12em;border-bottom:1px solid #f1f1f1;}
|
|||
|
|
.list .fontbox1 .buttonbox,.list .fontbox2 .buttonbox{ position:absolute; right:1em; top:4em; padding:0; width:6em; height:2.5em; line-height:2.5em; font-size:0.9em; text-align:center; -webkit-border-radius:0.4em;-moz-border-radius:0.4em;border-radius:0.4em; color:#fff; border:0; overflow:hidden;
|
|||
|
|
background:#f0514d;
|
|||
|
|
background:-o-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-ms-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-moz-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f0514d,0),color-stop(#ff4d00,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f0514d,#ff4d00);
|
|||
|
|
background:linear-gradient(left,#f0514d,#ff4d00);}
|
|||
|
|
.list .fontbox1 .buttonbox:hover,.list .fontbox2 .buttonbox:hover{background:#f7292b;
|
|||
|
|
background:-o-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-ms-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-moz-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:-webkit-gradient(linear,left top,right bottom,color-stop(#f7292b,0),color-stop(#fa9519,0));
|
|||
|
|
background:-webkit-linear-gradient(left,#f7292b,#fa9519);
|
|||
|
|
background:linear-gradient(left,#f7292b,#fa9519);}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.selectjuanbox{
|
|||
|
|
position:fixed;
|
|||
|
|
bottom:0;
|
|||
|
|
left:0;
|
|||
|
|
width: 100%;
|
|||
|
|
height:26.5em;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
}
|
|||
|
|
.selectjuanbox h3{
|
|||
|
|
float:left;
|
|||
|
|
width: 100%;
|
|||
|
|
height:2.5em;
|
|||
|
|
line-height:1.5em;
|
|||
|
|
padding-left:1.4em;
|
|||
|
|
padding-top:.5em;
|
|||
|
|
border-top:1px solid #DFDFDF;
|
|||
|
|
}
|
|||
|
|
.selectjuanbox ul{
|
|||
|
|
float:left;
|
|||
|
|
margin:0 1.4em;
|
|||
|
|
}
|
|||
|
|
.selectjuanbox ul li{
|
|||
|
|
float:left;
|
|||
|
|
width: 100%;
|
|||
|
|
height:2.5em;
|
|||
|
|
}
|
|||
|
|
.selectjuanbox ul li div{ float:left; line-height: 1.8em;}
|
|||
|
|
.selectjuanbox ul li .je {
|
|||
|
|
width: 6em;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.selectjuanbox ul li .sj{float:right;width:8em;}
|
|||
|
|
.selectjuanbox ul li .tjbtn{ float:none; margin:0 auto; width: 6em; height: 2.5em;line-height:2.5em; text-decoration:none; background-color:#c9931e; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.selectjuanbox h4{position:absolute; width:1em; height:1em; right:1.4em;font-size:0.8em; top:1em;background: #8e0d0a; color:#FFFFFF; line-height:1em; font-style:normal; text-align:center; cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.data_JiangJing{width:50em;}
|
|||
|
|
.data_JiangJing_box{ width:100%;}
|
|||
|
|
.data_table{ width:100%;border-collapse:collapse; margin-top:10px;}
|
|||
|
|
.data_table tr th {
|
|||
|
|
border: 1px solid #f5f5f5;
|
|||
|
|
line-height: 2em;
|
|||
|
|
padding: .1em;
|
|||
|
|
width: auto;
|
|||
|
|
text-align: center;
|
|||
|
|
background-color: #515A74;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.data_table td {
|
|||
|
|
border: 1px solid #f5f5f5;
|
|||
|
|
line-height: 2em;
|
|||
|
|
padding: .2em .1em;
|
|||
|
|
text-align: center;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.mobileshow{ width: 100%; text-align: center; line-height: 2.5em; font-size: 1em;}
|
|||
|
|
.select .icon{width:1em; height:1em; text-indent: -10000px;background: url(../image/faifeidown.png) no-repeat 0 0; background-size: 100% 100%;}
|
|||
|
|
|
|||
|
|
.showleft{ position:fixed; left:-2.5em; top:0em; width:2.5em; height:100%;background: url(../image/left_to.png) no-repeat 0 0; background-size: 100% 100%; opacity: 0.30;}
|
|||
|
|
.showright{ position:fixed; right:-2.5em; top:0em; width:2.5em; height:100%;background: url(../image/right_to.png) no-repeat 0 0; background-size: 100% 100%; opacity: 0.30;}
|
|||
|
|
.showtop{ position:fixed; top:-2.5em; left:0em; width:100%; height:2.5em;background: url(../image/top_to.png) no-repeat 0 0; background-size: 100% 100%; opacity: 0.30;}
|
|||
|
|
.showbottom{ position:fixed; bottom:-2.5em; left:0em; width:100%; height:2.5em;background: url(../image/bottom_to.png) no-repeat 0 0; background-size: 100% 100%; opacity: 0.30;}
|
|||
|
|
|
|||
|
|
.kdcsbox{margin:0 auto; padding:0; width:100%; height:21em; background-color:#fff; overflow-x:hidden;overflow-y:auto;}
|
|||
|
|
.statusbox{width:100%; margin:0.8em 0; padding:0;background-color:#fff; font-size:1em;}
|
|||
|
|
.statusbox h3{width:100%; height:4em; overflow:hidden;}
|
|||
|
|
.statusbox h3 span{float:left; width:24%; height:4em;text-align:center; display:block; position:relative;}
|
|||
|
|
.statusbox h3 span span{ margin-top:0.9em; width:100%; height:1px;border-top:1px solid #dfdfdf;z-index:0;font-size:0.8em;}
|
|||
|
|
.statusbox h3 span.hover span {border-top:1px solid #5fb711;}
|
|||
|
|
.statusbox h3 span span.soujian{ float:right; width:50%; margin-right:0;}
|
|||
|
|
.statusbox h3 span span.qs{ width:50%;}
|
|||
|
|
.statusbox h3 span span.em{position:absolute; top:0;margin-top:0.1em;z-index:1;border-top:0;}
|
|||
|
|
.statusbox h3 span em{display:inline-block;display:-moz-inline-stack;*display:inline;width:1.5em; height:1.5em;background:#fff url(../image/wuliu01.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
.statusbox h3 span.hover em {background:#fff url(../image/wuliu02.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
.statusbox h3 span.hover span.qiasou em { background:#fff url(../image/wuliu03.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
.statusbox h3 span i{display:inline-block;display:-moz-inline-stack;*display:inline; font-style:normal;}
|
|||
|
|
.statusbox h3 span span.qiasou i{ height:1.5em; line-height:1.5em; width:5em; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; padding:0.1em 0; color:#000; text-align:left; text-indent:10px;}
|
|||
|
|
.statusbox h3 span.hover span.qiasou i{background:#ff5400 url(../image/wuliu05.png) no-repeat 3em 0.1em; background-size:1.5em 1.5em;color:#fff;}
|
|||
|
|
.statusbox h3 span span.qiasou i.times{ width:100%;background:none;color:#fd4400;text-indent:0px;text-align:center;}
|
|||
|
|
|
|||
|
|
.statusbox ul{float:left; width:100%; margin:0; padding:0;}
|
|||
|
|
.statusbox ul li{float:left; width:100%; margin:0; padding:0;}
|
|||
|
|
.statusbox ul li span{float:left; display:block; position:relative;}
|
|||
|
|
.statusbox ul li span.rq{width:100%; height:3em; margin-left:0.5em; line-height:3em; font-size:1.2em;}
|
|||
|
|
.statusbox ul li span.conent{width:100%; overflow:hidden;}
|
|||
|
|
.statusbox ul li span.conent span.lconent{float:left;min-height:8em; width:20%; overflow:hidden;}
|
|||
|
|
.statusbox ul li span.conent span.lconent span {
|
|||
|
|
min-height: 8em;
|
|||
|
|
width: 1px;
|
|||
|
|
border-left: 1px solid #dfdfdf;
|
|||
|
|
margin-left: 2.5em;
|
|||
|
|
}
|
|||
|
|
.statusbox ul li span.conent span.lconent em{ display:block; position:absolute; top:4em; left:1.7em;width:1.5em; height:1.5em;background:#fff url(../image/wuliu01.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
.statusbox ul li span.conent.hover span.lconent em{ background-image:url(../image/wuliu02.png);}
|
|||
|
|
.statusbox ul li span.conent span.rconent {
|
|||
|
|
float: left;
|
|||
|
|
min-height: 6em;
|
|||
|
|
width: 70%;
|
|||
|
|
padding: 0.4em 1em;
|
|||
|
|
background-color: #effbff;
|
|||
|
|
border: 1px solid #d2e2e8;
|
|||
|
|
-webkit-border-radius: 3px;
|
|||
|
|
-moz-border-radius: 3px;
|
|||
|
|
border-radius: 3px;
|
|||
|
|
margin-top: 1em;
|
|||
|
|
}
|
|||
|
|
.statusbox ul li span.conent span.rconent span.title {
|
|||
|
|
min-height: 4em;
|
|||
|
|
width: 100%;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
}
|
|||
|
|
.statusbox ul li span.conent span.rconent span.time{height:1.5em; line-height:1.8em; width:100%; text-indent:2em; color:#00bb9c;background: url(../image/wuliu05.png) no-repeat 0 0; background-size:1.3em 1.3em;}
|
|||
|
|
.statusbox ul li span.conent span.rconent em{ display:block; position:absolute; top:2.8em; left:-1.5em; width:1.5em; height:1.5em;background:#fff url(../image/wuliu06.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
|
|||
|
|
.zzjbox{margin:0; padding:0;background-color:#fff; font-size:1em;}
|
|||
|
|
.zzjbox ul{margin:0; padding:0;}
|
|||
|
|
.zzjbox ul li{width:100%; margin:0; padding:0;}
|
|||
|
|
.zzjbox ul li span{float:left; display:block; position:relative;}
|
|||
|
|
.zzjbox ul li span.conent{height:4.2em;width:100%; overflow:hidden;}
|
|||
|
|
.zzjbox ul li span.conent span.lconent{float:left;height:4.2em; width:15%; overflow:hidden;}
|
|||
|
|
.zzjbox ul li span.conent span.lconent span{float:right;height:4.2em; width:1px;border-left:1px solid #00bb9c;}
|
|||
|
|
|
|||
|
|
.zzjbox ul li span.conent span.rconent{float:left;height:4em;width:70%;margin-top:1em;}
|
|||
|
|
.zzjbox ul li span.conent span.rconent span{ margin-left: 1em;}
|
|||
|
|
.zzjbox ul li span.conent span.rconent span.title{ width:100%;color:red;}
|
|||
|
|
.zzjbox ul li span.conent span.rconent span.time{margin-top:0em; width:100%;color:#c8c8c8; background-color: #fff;}
|
|||
|
|
.zzjbox ul li span.conent span.rconent em{ display:block; position:absolute; top:1.2em; left:0em; width:1em; height:1px;border-top:1px solid #00bb9c;z-index:1;}
|
|||
|
|
|
|||
|
|
.showthjto {
|
|||
|
|
position: fixed;
|
|||
|
|
bottom: 0;
|
|||
|
|
left: 0;
|
|||
|
|
z-index: 5;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|||
|
|
-webkit-border-radius: 5px;
|
|||
|
|
-moz-border-radius: 5px;
|
|||
|
|
border-radius: 5px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto_box {
|
|||
|
|
position: absolute;
|
|||
|
|
bottom: 0;
|
|||
|
|
left: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: auto;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto_box .item_box {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto h3 {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
border-bottom: 1px solid #f1f1f1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto h3 span {
|
|||
|
|
float: left;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
margin-left: 0;
|
|||
|
|
display: block;
|
|||
|
|
width: 40%;
|
|||
|
|
height: 2em;
|
|||
|
|
font-size: 0.9em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto h3 span.close {
|
|||
|
|
position: absolute;
|
|||
|
|
z-index: 3000;
|
|||
|
|
right: 0.8em;
|
|||
|
|
top: -0.35em;
|
|||
|
|
width: 1.8em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
padding: 0.15em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #f1f1f1;
|
|||
|
|
-webkit-border-radius: 50%;
|
|||
|
|
-moz-border-radius: 50%;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto h3 span.close img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto .btntj, .showthjto #btntj {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-top: .5em;
|
|||
|
|
margin-bottom: .5em;
|
|||
|
|
width: 7em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
color: #fff;
|
|||
|
|
border: 0;
|
|||
|
|
border-radius: 1.4em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.showthjto .btnqx, .showthjto #btnqx {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-top: .5em;
|
|||
|
|
margin-bottom: .5em;
|
|||
|
|
margin-left: 0.8em;
|
|||
|
|
width: 7em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
color: #000;
|
|||
|
|
border: 0;
|
|||
|
|
border-radius: 1.4em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.showa_box{ position:absolute; display:none; top:40%;left:0.4em;right:0.4em; padding:0; z-index:10001; background-color:#FFFFFF;border:1px solid #DFDFDF;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
|
|||
|
|
|
|||
|
|
.showa_box h3{width: 100%;height:2.5em;border-bottom:1px solid #dddddd;}
|
|||
|
|
.showa_box h3 span{float:left;margin-top:0.8em;margin-left:1.4em; display: block; width: 40%;height:2em; font-size:0.85em;}
|
|||
|
|
.showa_box h3 span.close{ float:right; margin-top:0.5em; margin-right:0.6em; width: 1.2em;height:1.2em;font-size:0.7em; font-family:Arial;background: #8e0d0a; color:#FFFFFF; line-height:1.3em; font-style:normal; text-align:center; cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
|
|||
|
|
.showa_box ul{margin:0; padding:0;}
|
|||
|
|
.showa_box ul li{width:100%; height:2em; line-height:2em; margin:0; padding-left:1.4em;padding-right:0.5em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.showa_box ul li label,.showa_box ul li span{ float:left;margin:0; padding:0; width:auto; display: block; text-align:left;}
|
|||
|
|
|
|||
|
|
.showa_box ul li span#bico{float:right;margin-top:0.7em; width:1em; height: 1em; background: url(../image/faifeito.png) no-repeat 0 0;background-size:100% 100%;}
|
|||
|
|
|
|||
|
|
.pay2wm h3{ text-align:center; margin-top:1em; font-size: 0.85em; color: #f7f7f7;}
|
|||
|
|
.pay2wmbox{margin: 0 auto;margin-top:1em; width: 90%; background-color: #FFFFFF; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
|
|||
|
|
.pay2wmbox .P_imgbox{margin: 0 auto;margin-top:1em; width:90%;}
|
|||
|
|
.pay2wmbox .P_imgbox img{width:100%;}
|
|||
|
|
.pay2wmbox .P_fontbox{margin: 0 auto;margin-top:0.2em; width:100%; height:2.5em; text-align: center; color: #000;}
|
|||
|
|
.pay2wmbox .P_imgbox2{margin: 0 auto; width:60%;}
|
|||
|
|
.pay2wmbox .P_imgbox2 img{width:100%;}
|
|||
|
|
.pay2wmbox .P_selbox{margin: 0 auto;margin-top:0.2em;margin-bottom:1em; width:11em; height:2.5em; text-align: center;}
|
|||
|
|
.pay2wmbox .P_selbox select,.pay2wmbox .P_selbox select option{ font-size: 0.85em;}
|
|||
|
|
.P_imgbox3{display: none; position:fixed; top:0;left:0; z-index:100; width:100%;height:100%; background-color: #FFFFFF;}
|
|||
|
|
.P_imgbox3 .imgbox{width:25em;height:10em;margin:0 auto; margin-left: -7.5%; margin-top: 60%;}
|
|||
|
|
.P_imgbox3 .imgbox img{width:100%;}
|
|||
|
|
.P_imgbox3 .imgbox .P_fontbox{margin-top:0em; margin-left:0em;}
|
|||
|
|
.P_imgbox4{display: none; position:fixed; top:0;left:0; text-align:center; z-index:100; width:100%;height:100%; background-color: #FFFFFF;}
|
|||
|
|
.P_imgbox4 img{margin:0 auto; margin-top:10em; width:75%;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
.systembox{margin:1em 0; margin-top:0; width:100%; box-sizing:border-box;}
|
|||
|
|
.systembox .createTime span{margin:0.5em auto; height: 1.5em; line-height: 1.5em; width:auto; padding:0.2em; text-align: center;background-color: #c9c9c9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
|
|||
|
|
.systembox .systembox_content {
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
padding: 1em;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #ffffff;
|
|||
|
|
-webkit-border-radius: 10px;
|
|||
|
|
-moz-border-radius: 10px;
|
|||
|
|
border-radius: 10px;
|
|||
|
|
box-shadow:2px 2px 10px #909090;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.systembox .systembox_content .fristpicbox{margin:0; padding:0;}
|
|||
|
|
.systembox .systembox_content .fristpicbox .fristpic{width: 100%;}
|
|||
|
|
.systembox .systembox_content .fristpicbox .fristpic img{width: 100%;height:100%;}
|
|||
|
|
.systembox .systembox_content .fristpicbox .fristtitle{position:absolute; bottom:0; left:0; padding:0.5em 1em; width: 100%;font-size: 1.2em; background-color: #000000; opacity: 0.6; color: #FFFFFF;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.systembox .systembox_content .fristtit{color:#000;font-size:1.2em;}
|
|||
|
|
.systembox .systembox_content .fristtime {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
margin: 0.4em 0;
|
|||
|
|
}
|
|||
|
|
.systembox .systembox_content .fristbody {
|
|||
|
|
color: #848484;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.systembox .systembox_content .fristlink {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size: 1em;
|
|||
|
|
margin-top: 0.4em;
|
|||
|
|
padding-top: 0.4em;
|
|||
|
|
border-top: 1px solid #f5f5f5;
|
|||
|
|
}
|
|||
|
|
.systembox .systembox_content .fristlink .angle-right{ width:1em; height:1em; background: url(../image/faifeito.png) no-repeat 0 0; background-size: 100% 100%;}
|
|||
|
|
.systembox .systembox_content .listpicbox{margin:0; padding:0; width: 100%; height:4em;overflow: hidden; border-bottom:1px solid #ededed;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.systembox .systembox_content .listpicbox .listpic{margin:0.5em 0; width:3em; height:3em;}
|
|||
|
|
.systembox .systembox_content .listpicbox .listpic img{width:100%; height:100%;}
|
|||
|
|
.systembox .systembox_content .listpicbox .listtitle{ font-size: 0.85em; margin-right:0.5em; overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|||
|
|
.systembox .systembox_content .videobox{
|
|||
|
|
position:absolute;
|
|||
|
|
top:0;
|
|||
|
|
left:0;
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
.systembox .systembox_content .videobox div{
|
|||
|
|
margin:0 auto;
|
|||
|
|
margin-top:6.5em;
|
|||
|
|
width:4em;
|
|||
|
|
height:4em;
|
|||
|
|
background: url(../image/play.png) no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.startlive_box{
|
|||
|
|
position:fixed;
|
|||
|
|
left:2em;
|
|||
|
|
bottom:2em;
|
|||
|
|
width:5em;
|
|||
|
|
height:5em;
|
|||
|
|
line-height:5em;
|
|||
|
|
text-align:center;
|
|||
|
|
background:#00C1F9;
|
|||
|
|
background:-o-linear-gradient(top,#00C1F9,#770B84);
|
|||
|
|
background:-ms-linear-gradient(top,#00C1F9,#770B84);
|
|||
|
|
background:-moz-linear-gradient(top,#00C1F9,#770B84);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#00C1F9),color-stop(1,#770B84));
|
|||
|
|
background:-webkit-linear-gradient(#00C1F9,#770B84);
|
|||
|
|
background:linear-gradient(top,#00C1F9,#770B84);
|
|||
|
|
border:1px solid #8E0D0A;
|
|||
|
|
color:#fff;
|
|||
|
|
border-radius:50%;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.cksc-box{margin:0em auto; margin-top:0.5em; padding:0; text-align:center; width:100%; height:8em; background:url(../image/loading.gif) #fff center center no-repeat;}
|
|||
|
|
.cksc-box img{width:100%; height:100%;}
|
|||
|
|
.qianbao_box{padding:0 1.3em; height:5em; background:#63aeff url(../image/myqianbao.png) no-repeat 1.3em 1em; background-size: 3em 3em; color: #FFFFFF; font-size:1.2em;}
|
|||
|
|
.qianbao_box .xjjbox{float:left; margin:0; margin-top:1.5em; padding-left:4em; display:block;}
|
|||
|
|
.qianbao_box #txtje{float:right; margin:0;margin-top:1.8em; width:4em; height:2em; font-size: 0.9em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #dfdfdf; text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.qianbao_box input[type="button"]{float:right; margin:0;margin-top:1.8em; margin-left:0.2em; padding:0 0.2em; height:2em; font-size: 0.9em; text-decoration:none;border:1px solid #d7d7d7; background-image:none; background-color:#fd4444; color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-align:center;}
|
|||
|
|
.qianbao_box input[type="button"].hovered{background-color:#EEEEEE; color:#aaa;}
|
|||
|
|
.slider_box{
|
|||
|
|
position:relative;
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
margin-top:0.8em;
|
|||
|
|
margin-bottom:0.4em;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.slider_box_ios{
|
|||
|
|
margin-top:1.8em;
|
|||
|
|
}
|
|||
|
|
.swipe {
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
overflow: hidden;
|
|||
|
|
width:100%;
|
|||
|
|
height: 100%;
|
|||
|
|
border: 1px solid #F1F1F1;
|
|||
|
|
background-color:#fff;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
position: relative;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.slider_box2{
|
|||
|
|
position:relative;
|
|||
|
|
float:left;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
/* 本例子css -------------------------------------- */
|
|||
|
|
.picScroll{float:left; position:relative; margin:0em auto; margin-top:0.5em; text-align:center; width:100%; }
|
|||
|
|
.picScroll .bd ul{ width:100%; float:left; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.picScroll .bd li{ width:25%; float:left; height:8.6em; line-height:1.3em;padding:0.5em; text-align:center;position:relative; overflow:hidden; border-bottom:1px solid #F1F1F1;border-right:1px solid #F1F1F1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.picScroll .bd li a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ text-decoration:none; }
|
|||
|
|
.picScroll .bd li a span {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 1.5em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
margin-left: .5em;
|
|||
|
|
/*float: left;*/
|
|||
|
|
display: block;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
.picScroll .bd li a .txt {
|
|||
|
|
color: #000000;
|
|||
|
|
margin-top: .4em;
|
|||
|
|
text-overflow:ellipsis;white-space:nowrap;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.picScroll .bd li a .rmb {
|
|||
|
|
|
|||
|
|
color: #FF4A00;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.picScroll .bd li img{ width:4.6em; height:4.6em; background:url(../image/loading.gif) #fff center center no-repeat; }
|
|||
|
|
|
|||
|
|
.picScroll#picScroll1 .bd li{height:8em;}
|
|||
|
|
.picScroll#picScroll1 .bd li img.play{ position:absolute; top:30%; left:30%; width:2em; height:2em;background:none; }
|
|||
|
|
|
|||
|
|
.picScroll#picScroll2 .bd li{ width:33.3333333333333%;height:10.6em; }
|
|||
|
|
.picScroll#picScroll2 .bd li img{width:6em; height:6em;}
|
|||
|
|
|
|||
|
|
.picScroll .hd{ height:2.5em; line-height:2.5em;font-size:1em; border-bottom:1px solid #eee; overflow:hidden; text-align:left; padding:0 0.6em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
|
|||
|
|
.picScroll .hd h3{float:left; width:auto; height:2.5em; line-height:2.5em;font-size:1em;}
|
|||
|
|
.picScroll .hd ul{ float:right; margin-top:1.1em; width:auto;}
|
|||
|
|
.picScroll .hd li{ float:left; width:0.5em; height:0.5em; background:#D0D0D0; margin:0 0.1em; overflow:hidden;
|
|||
|
|
-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
|
|||
|
|
}
|
|||
|
|
.picScroll .hd .on{ background:#80BD6D; }
|
|||
|
|
|
|||
|
|
.picScroll#picScroll .hd{ height:3.6em; line-height:3.6em;}
|
|||
|
|
.picScroll#picScroll .hd h3{height:2em; line-height:2em; color:#FF0000; font-size:1em; font-weight:600;}
|
|||
|
|
.picScroll#picScroll2 .hd{border-bottom:1px solid #bbb;}
|
|||
|
|
.picScroll .prev,.picScroll .next{ display:block; float:right;margin:0; margin-top:.85em; width:1em; height:1em; background:url(../image/pisScrollIcons1.png) 0 0 no-repeat; background-size:100% 100%; overflow:hidden; }
|
|||
|
|
.picScroll .next{ background-image: url(../image/pisScrollIcons2.png);}
|
|||
|
|
.picScroll .prevStop{background-image: url(../image/pisScrollIcons3.png);}
|
|||
|
|
.picScroll .nextStop{background-image: url(../image/pisScrollIcons4.png);}
|
|||
|
|
.picScroll .hd2{position:absolute; top:0.5em; left:0em; height:4em;font-size:1em; overflow:hidden; text-align:left; padding:0 0.6em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
|
|||
|
|
.picScroll .hd2 h3{float:left; margin-top:1.2em; padding:0; width:25%; height:2.5em;border:0;}
|
|||
|
|
.picScroll .hd2 h3 span{float:left; display: block; width:0.5em; height:1.2em; line-height:1.2em; text-align:center;font-size:0.75em;}
|
|||
|
|
.picScroll .hd2 h3 span.sytime{border-radius:0.3em;width:1.2em; height:1.2em; background-color:#000000; color:#fff;}
|
|||
|
|
.picScroll .hd2 h4{float:left; margin:0; padding:0; width:65%; height:3em;font-size:1em;border:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.picScroll .hd2 h4 span{float:left; display: block; width:33%; height:3em;border:0;}
|
|||
|
|
.picScroll .hd2 h4 span span{float:left; width:100%; height:1.5em; text-align:center;}
|
|||
|
|
.picScroll .hd2 h4 span span{ font-size:0.75em; line-height:1.5em; font-weight:normal;}
|
|||
|
|
.picScroll .hd2 h4 span span.stime{ font-size:1em;}
|
|||
|
|
.picScroll .hd2 h4 span.hover span{color:#FF0000;}
|
|||
|
|
.picScroll .hd2 h4 span.hover span.stime{float:left; width:100%;border-radius:1em; background-color:#FF0000;color:#fff;}
|
|||
|
|
.slider_box2 .hd2{position:relative;margin:0; padding:0; height:4em;font-size:1em; overflow:hidden; text-align:left; padding:0 0.6em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
|
|||
|
|
.slider_box2 .hd2 h3{float:left; margin-top:0.6em; padding:0; width:30%; height:2.5em;border:0;}
|
|||
|
|
.slider_box2 .hd2 h3 span{float:left; display: block; width:0.5em; height:1.5em; line-height:1.5em; text-align:center;font-size:0.75em;}
|
|||
|
|
.slider_box2 .hd2 h3 span.sytime{border-radius:0.3em;width:1.5em; height:1.5em; background-color:#000000; color:#fff;}
|
|||
|
|
.slider_box2 .hd2 h4{float:left; margin:0; padding:0; width:65%; height:3em;font-size:1em;border:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.slider_box2 .hd2 h4 span{float:left; display: block; width:33%; height:3em;border:0;}
|
|||
|
|
.slider_box2 .hd2 h4 span span{float:left; width:100%; height:1.5em; text-align:center;}
|
|||
|
|
.slider_box2 .hd2 h4 span span{ font-size:0.75em; line-height:1.5em; font-weight:normal;}
|
|||
|
|
.slider_box2 .hd2 h4 span span.stime{ font-size:1em;}
|
|||
|
|
.slider_box2 .hd2 h4 span.hover span{color:#fff;}
|
|||
|
|
.slider_box2 .hd2 h4 span.hover span.stime{float:left; width:100%;border-radius:1em; background-color:#FF0000;color:#fff;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.shop_type_title{
|
|||
|
|
position:absolute;
|
|||
|
|
z-index:1;
|
|||
|
|
bottom:0;
|
|||
|
|
left:1;
|
|||
|
|
height:2em;
|
|||
|
|
width: 100%;
|
|||
|
|
padding:0 1em;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shop_type_title div{
|
|||
|
|
margin:0 auto;
|
|||
|
|
width: 100%;
|
|||
|
|
height:2em;
|
|||
|
|
background-color:#fff;
|
|||
|
|
border-radius: 1em 1em 0 0;
|
|||
|
|
background:#f3e4bd;
|
|||
|
|
background:-o-linear-gradient(top,#f3e4bd,#fefefe);
|
|||
|
|
background:-ms-linear-gradient(top,#f3e4bd,#fefefe);
|
|||
|
|
background:-moz-linear-gradient(top,#f3e4bd,#fefefe);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3e4bd),color-stop(1,#fefefe));
|
|||
|
|
background:-webkit-linear-gradient(#f3e4bd,#fefefe);
|
|||
|
|
background:linear-gradient(top,#f3e4bd,#fefefe);
|
|||
|
|
line-height:2em;
|
|||
|
|
text-indent:1em;
|
|||
|
|
}
|
|||
|
|
.header-search-box{float:left;margin:0;margin-top:0.6em; width:100%; text-align:center;}
|
|||
|
|
.header-search-keyword-box{float:left;margin:0; width:100%; padding:0; text-indent:0; height:35px; line-height:35px; }
|
|||
|
|
.header-search-keyword-box input.keyword {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
text-indent: 2em;
|
|||
|
|
border: 1px solid #1C7A47;
|
|||
|
|
font-size: 12px;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
color: #fff;
|
|||
|
|
/*-webkit-border-radius:5px 0 0px 5px;
|
|||
|
|
-moz-border-radius:5px 0 0px 5px;*/
|
|||
|
|
border-radius: 1em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
background: #1C7A47 url(../image/icon-search.png) no-repeat 0.3em 0.5em;
|
|||
|
|
background-size: 1.5em 1.5em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.GQJY_font_Box{margin:0 auto; margin-bottom:0; padding:0; width:100%;overflow:hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_font_Box span{float:left; display:block; width:50%; height:2em; text-align:left; overflow:hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_font_Box span label{color:Red;}
|
|||
|
|
.GQJY_abtn_Box{margin:0 auto; margin-bottom:0; width:100%;overflow:hidden;}
|
|||
|
|
.GQJY_JYL_Box{margin:0 auto; margin-bottom:1em; padding:0;border-radius:5px; background-color:#007DB8; width:100%;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_JYL_Box div{margin:0 auto; margin-bottom:0; padding:0; width:100%;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_JYL_Box span{float:left; display:block; width:12.5%; height:2em; line-height:2em; color:#FFFFFF;border-left:1px solid #dfdfdf;border-top:1px solid #dfdfdf; text-align:center; overflow:hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_JYL_Box div.JYLCount_box span{color:#fff;}
|
|||
|
|
.GQJY_JYL_Box span label{color:Red;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
.GQJY_abtn_Box input.button{float:left; margin:0; margin-bottom:1em; padding:1em; font-size:1em; width:49%;max-width:49%; display:inline-block; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.GQJY_abtn_Box input.button#addmc{ float:right; background:#d64802;
|
|||
|
|
background:-o-linear-gradient(top,#ff5400,#d64802);
|
|||
|
|
background:-ms-linear-gradient(top,#ff5400,#d64802);
|
|||
|
|
background:-moz-linear-gradient(top,#ff5400,#d64802);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff5400),color-stop(1,#d64802));
|
|||
|
|
background:-webkit-linear-gradient(#ff5400,#d64802);
|
|||
|
|
background:linear-gradient(top,#ff5400,#d64802);}
|
|||
|
|
.GQJY_abtn_Box input.button#addmc:hover,.GQJY_abtn_Box input.button#addmc:focus {
|
|||
|
|
background:#d64802;
|
|||
|
|
background:-o-linear-gradient(top,#fd7b3b,#d64802);
|
|||
|
|
background:-ms-linear-gradient(top,#fd7b3b,#d64802);
|
|||
|
|
background:-moz-linear-gradient(top,#fd7b3b,#d64802);
|
|||
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fd7b3b),color-stop(1,#d64802));
|
|||
|
|
background:-webkit-linear-gradient(#fd7b3b,#d64802);
|
|||
|
|
background:linear-gradient(top,#fd7b3b,#d64802);
|
|||
|
|
}
|
|||
|
|
.GQJY_alink_Box{float:left;margin:0; width:100%;overflow:hidden; text-align:center;}
|
|||
|
|
.GQJY_alink_Box a{margin:0; margin-bottom:1em; text-decoration:none; display:inline-block; padding:0.3em 1em; background-color:#626361; color:#fff; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
|
|||
|
|
.GQJY_alink_Box a:hover,.GQJY_alink_Box a:focus{ background-color:#aaa;}
|
|||
|
|
|
|||
|
|
.data_table_box dl{ border: 1px solid #b9b8ba;
|
|||
|
|
*background-color:#fbe8c1;
|
|||
|
|
width:100%;
|
|||
|
|
margin:1em 0;
|
|||
|
|
height:7.5em;
|
|||
|
|
padding:1em;
|
|||
|
|
overflow:hidden;
|
|||
|
|
-webkit-border-radius:20px;
|
|||
|
|
-moz-border-radius:20px;
|
|||
|
|
border-radius:20px;
|
|||
|
|
border-bottom:2px solid #b9b8ba;
|
|||
|
|
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#fbe8c18,gradientType=0);
|
|||
|
|
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#fbe8c1,gradientType=0);/*IE8*/
|
|||
|
|
background:#fbe8c1; /* 一些不支持背景渐变的浏览器 */
|
|||
|
|
background:-moz-linear-gradient(top, #ffffff,#fbe8c1);
|
|||
|
|
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#fbe8c1));
|
|||
|
|
background:-o-linear-gradient(top, #ffffff, #fbe8c1);
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.data_table_box dl
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#e1e1e1,gradientType=0);
|
|||
|
|
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#e1e1e1,gradientType=0);/*IE8*/
|
|||
|
|
background:#e1e1e1; /* 一些不支持背景渐变的浏览器 */
|
|||
|
|
background:-moz-linear-gradient(top, #ffffff,#e1e1e1);
|
|||
|
|
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e1e1e1));
|
|||
|
|
background:-o-linear-gradient(top, #ffffff, #e1e1e1);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.data_table_box dl span
|
|||
|
|
{
|
|||
|
|
float:left; display:block; width: 40%;height:1.5em; line-height:1.5em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.data_table_box dl span.ljybox{width: 60%;}
|
|||
|
|
.data_table_box dl span.seef{width: 100%;}
|
|||
|
|
.data_table_box dl span.link{ position:absolute; margin-top:2em;margin-left:90%; width:1.5em; height:1.5em; background: url(../image/faifeito.png) no-repeat 0 0; background-size:100% 100%;}
|
|||
|
|
|
|||
|
|
.abtnbox{float:left; width:100%; text-align:center;}
|
|||
|
|
.abtnbox .button{ margin:.5em 0.5em; margin-bottom:1em; display:inline-block; padding:0.5em 1em; font-size: 1em; text-align:center; text-indent: 0;}
|
|||
|
|
#footer .abtnbox input[type="button"]{padding:0.5em 1em;}
|
|||
|
|
.abtnbox .abtn#cxshtp{width:12em;display:block;}
|
|||
|
|
.data_table_view{ width:100%;border-collapse:collapse; background-color:#fff; margin-top:10px;}
|
|||
|
|
.data_table_view tr th
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:2em;
|
|||
|
|
padding:.1em;
|
|||
|
|
width:auto;
|
|||
|
|
text-align:right;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.data_table_view td
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:2em;
|
|||
|
|
padding:.5em;
|
|||
|
|
text-align:left;
|
|||
|
|
}
|
|||
|
|
.data_table_view td .button{
|
|||
|
|
padding:0.5em 1em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.mobileshow{ width: 100%; text-align: center; line-height: 2.5em; font-size: 1em;}
|
|||
|
|
.btna_box2{margin:0px auto;padding:0; width:100%;}
|
|||
|
|
.btna_box2 a:link,.btna_box2 a:visited{ display:block;
|
|||
|
|
float:left;
|
|||
|
|
margin:0;
|
|||
|
|
padding:0;
|
|||
|
|
height:2.5em;
|
|||
|
|
line-height:2.5em;
|
|||
|
|
text-align:center;
|
|||
|
|
color:#000;
|
|||
|
|
font-weight:bold;
|
|||
|
|
font-size:1em;
|
|||
|
|
width:50%;
|
|||
|
|
overflow:hidden;
|
|||
|
|
border:1px solid #dfdfdf;
|
|||
|
|
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7,endcolorstr=#fbe8c18,gradientType=0);
|
|||
|
|
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7,endcolorstr=#fbe8c1,gradientType=0);/*IE8*/
|
|||
|
|
background:#f7f7f7; /* 一些不支持背景渐变的浏览器 */
|
|||
|
|
background:-moz-linear-gradient(top, #f7f7f7,#fbe8c1);
|
|||
|
|
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#fbe8c1)); text-decoration:none;
|
|||
|
|
background:-o-linear-gradient(top, #f7f7f7, #fbe8c1);
|
|||
|
|
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
-moz-box-sizing:border-box;
|
|||
|
|
-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.btna_box2 a:hover,.btna_box2 a:focus{ outline:none;}
|
|||
|
|
|
|||
|
|
.btna_box2 a.hover{
|
|||
|
|
border-bottom:0;
|
|||
|
|
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#f7f7f7,gradientType=0);
|
|||
|
|
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#f7f7f7,gradientType=0);/*IE8*/
|
|||
|
|
background:#f7f7f7; /* 一些不支持背景渐变的浏览器 */
|
|||
|
|
background:-moz-linear-gradient(top, #ffffff,#f7f7f7);
|
|||
|
|
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f7f7f7));
|
|||
|
|
background:-o-linear-gradient(top, #ffffff, #f7f7f7);
|
|||
|
|
}
|
|||
|
|
.btna_box2 a:hover{ text-decoration:none;}
|
|||
|
|
|
|||
|
|
.select_box_bg{position:fixed; z-index:1100; left:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.2); display:none; }
|
|||
|
|
.select_box{position:absolute; left:0; bottom:0; width:100%;height:auto; }
|
|||
|
|
.select_box_to {
|
|||
|
|
position: relative;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
max-width: 100%;
|
|||
|
|
padding: 0 10px;
|
|||
|
|
background-color: #12338C;
|
|||
|
|
border-top: 1px solid #072D92;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_to .select_box_pic {
|
|||
|
|
position: absolute;
|
|||
|
|
left: 10px;
|
|||
|
|
top: -4em;
|
|||
|
|
width: 8em;
|
|||
|
|
height: 8em;
|
|||
|
|
border: 1px solid #0835AF;
|
|||
|
|
overflow: hidden;
|
|||
|
|
-webkit-border-radius: 10px;
|
|||
|
|
-moz-border-radius: 10px;
|
|||
|
|
border-radius: 10px;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_to .title_pic .title{
|
|||
|
|
font-weight:800;
|
|||
|
|
}
|
|||
|
|
.select_box_to .select_box_pic img{width:100%; height:100%; }
|
|||
|
|
.select_box_to .select_box_title{ float:left; width:12em; height:5em; margin-left:11em; line-height:2em; }
|
|||
|
|
.select_box_to .select_box_title .selguige{ width:100%;font-size:0.85em; line-height:1.2em;}
|
|||
|
|
.select_box_to .select_box_title .selguige span{float: left; display: block;width:100%;}
|
|||
|
|
.select_box_to .select_box_title .selguige span.selguige_font {
|
|||
|
|
margin: 0.5em 0;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.select_box_to .select_box_title .selguige span.selguige_title {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
height: 3.5em;
|
|||
|
|
overflow-y: auto;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.select_box_to .close{position:absolute; z-index:3000; right:1em; top:1em; width:1.8em; height:1.8em; padding:0.15em; background-color:#fff;border:1px solid #f1f1f1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.select_box_to .close img{width:1.4em; height:1.4em;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.select_box_selguige{float: left;width:100%;margin-top:0.5em;margin-bottom:1em; max-height:300px; overflow-y: auto;-webkit-overflow-scrolling : touch;}
|
|||
|
|
.select_box_selguige span{width:100%; line-height:2em;}
|
|||
|
|
.select_box_selguige .selguige_box{width:100%;}
|
|||
|
|
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
border-top: 1px solid #0835AF;
|
|||
|
|
padding: 0.8em 0.8em;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item.hover {
|
|||
|
|
background: #033C4A url('data:image/png;base64,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
|
|||
|
|
background-size: 2em 2em;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_name {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_name div {
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_colors{
|
|||
|
|
width:auto;
|
|||
|
|
padding:0 0.5em;
|
|||
|
|
height:2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_colors div {
|
|||
|
|
width: 5.5em;
|
|||
|
|
padding: 0 0.5em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
background: linear-gradient(to left,#f0514d,#ff4d00);
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
text-overflow: ellipsis;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum{
|
|||
|
|
margin:0;
|
|||
|
|
padding:0 0.5em;
|
|||
|
|
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
width: 9em;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum div.productkc {
|
|||
|
|
width: auto;
|
|||
|
|
margin-top: 1em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum div.productkc span {
|
|||
|
|
float: none;
|
|||
|
|
display: inline-block;
|
|||
|
|
width: auto;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div{display: flex; float:left;width:auto;height:2em; line-height:2em;}
|
|||
|
|
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div.addcart_input{width:auto;margin-left: 0.5em;}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div.addcart_input span{position:relative; float:left;width:2em; height:2em; text-align:center; background-size:100% 100%; background-repeat:no-repeat;border:1px solid #bfbfbf;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div.addcart_input .input_text {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
border: 0;
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 1em;
|
|||
|
|
width: 2em;
|
|||
|
|
height: 2em;
|
|||
|
|
border-top: 1px solid #bfbfbf;
|
|||
|
|
border-bottom: 1px solid #bfbfbf;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div.addcart_input span.num_del{ background-color:#e6e6e6;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAA8UlEQVRoQ+2SwQ3CQAwE7Q7SCa24A9ICFUAJlBAqiOmEUtKB+fJAOmuVlaJo8714Es+c20keP8kepkWOVlJFVIRkQFeLJBbGqgisjjSoIiSxMFZFYHWkQRUhiYWxKgKrIw2qCEksjFURWB1psF0kIsLMLqT/+It198+6ru/ON1uLRMTD3e8d4N7vVNUtM58jbneRxd2vIxjjvKpemTmP2N1FJndfzGwaAXc+36pqzsxtxG0tMoIc4VyLHKHC7z+oiIqQDOhqkcTCWBWB1ZEGVYQkFsaqCKyONKgiJLEwVkVgdaRBFSGJhbEqAqsjDZ6myBdULR4zKNmTFQAAAABJRU5ErkJggg==');
|
|||
|
|
}
|
|||
|
|
.select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box div.addcart_input span.num_add{ background-color:#e6e6e6;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABFElEQVRoQ+2WzY3CUAyE7Q62BEqhA5wOKIEOgBK2g+0gLoFS6AA6eCgoB44z1lpC0eTs328mT3bbyOcb2cO0yLcpKUWkSBMBWasJbLmsFEHRRcTFzEZmXtGcSly7ItM0jWWweZ5be7UWXxbQIqS/pAgKTNZCSa1xshYKTNZCSclaJClZiwRGvVoRcTKzA9PD3fdL/BjjxuSZWWbmL5oDLxIRP+7+QAv/RxxzaMKLLINFxNHMdsyQ7n5eFWHP+Htm/qG9qEXQop9x+tlJalIEBSZroaR0opCkZC0SmF4tFJishZLSq0WSWk//J3MAki3e4e0/e2WoSo4WqVDrzJEinXQrtaVIhVpnjhTppFupLUUq1DpzXmJ4gDPsfhBzAAAAAElFTkSuQmCC');
|
|||
|
|
}
|
|||
|
|
.Hidden_box{ position: fixed;display:none;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index:1101;}
|
|||
|
|
.Hidden_box_to{position: relative; margin:0 auto; padding:0; width:90%;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.4em;}
|
|||
|
|
.Hidden_box_to .close{position: absolute; right:0.5em; top:0.5em; width:1.5em; height:1.5em; padding:0.15em; background-color:#fff;border:1px solid #f1f1f1;border-radius:50%;box-sizing:border-box;}
|
|||
|
|
.Hidden_box_to .close img{width:100%;height:100%;}
|
|||
|
|
.Hidden_box_to .title{width:100%;height:2.5em; line-height: 2.5em; padding:0 0.5em;box-sizing:border-box;}
|
|||
|
|
.Hidden_box_to .body{line-height:1.5em;}
|
|||
|
|
.select_box_fertilizer {
|
|||
|
|
position: relative;
|
|||
|
|
margin:0 auto;
|
|||
|
|
padding: 0.5em;
|
|||
|
|
width:auto;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
text-align:center;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.select_box_selcolor {
|
|||
|
|
position: relative;
|
|||
|
|
float: left;
|
|||
|
|
padding: 0.5em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_selcolor .selguige_item{ position: relative; float: left; display:flex; width:auto;margin:0.2em; margin-bottom:5px; padding:0 0.5em; padding-right:1.2em;height:28px; line-height:28px;font-weight:bold; color:Red; overflow:hidden; cursor:pointer; color:#000;border:1px solid #dfdfdf;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.select_box_selcolor .selguige_item span{position: absolute;right:-0.35em; top:-0.37em; width:2.2em; height:2.2em; display:block; background-size: 100% 100%;
|
|||
|
|
background:url('data:image/png;base64,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
|
|||
|
|
}
|
|||
|
|
.select_box_selcolor .selguige_item.selected{border:1px solid #FB320A;}
|
|||
|
|
.select_box_selcolor .selguige_item.selected span{position: absolute;right:-0.35em; top:-0.37em; width:2.2em; height:2.2em; display:block; background-size: 100% 100%;
|
|||
|
|
background:url('data:image/png;base64,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
|
|||
|
|
}
|
|||
|
|
.select_box_selcolor .selguige_item div{color:#000;font-weight:normal;line-height:2em;}
|
|||
|
|
.select_box_selcolor .selguige_item div.colortit{width:auto;height:2em;margin:0 0; line-height:2em; text-align:center;border:0;}
|
|||
|
|
|
|||
|
|
.select_box_btn{padding-bottom:0.8em; width:100%; line-height:3em; color:#bbb; text-align:center;}
|
|||
|
|
.select_box_btn input {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
line-height: 3em;
|
|||
|
|
font-weight: bold;
|
|||
|
|
background: linear-gradient(to right,#00AF50,#00AF50);
|
|||
|
|
color: #fff;
|
|||
|
|
border: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.qdbtnbox{margin:0;width:100%;float:left;position:relative;}
|
|||
|
|
.qdbtn {
|
|||
|
|
border-bottom: 0;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-top: 1em;
|
|||
|
|
margin-bottom: 1em;
|
|||
|
|
width: 92%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
text-decoration: none;
|
|||
|
|
background-image: none;
|
|||
|
|
background: linear-gradient(to right,#00B050,#029846);
|
|||
|
|
color: #fff;
|
|||
|
|
border-radius: 5px;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.qdbtn.hovered{background-color:#EEEEEE; color:#aaa;}
|
|||
|
|
|
|||
|
|
.qiaodao_num {
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.qiaodao_num span {
|
|||
|
|
color: #FF0000;
|
|||
|
|
}
|
|||
|
|
.qiaodao_box{float:left;margin:0.8em 0; width:100%;position:relative; padding:0 0.8em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile {
|
|||
|
|
float: left;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
position: relative;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
box-shadow: 2px 2px 10px #909090;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile .qiandaoln {
|
|||
|
|
float: left;
|
|||
|
|
width: 25%;
|
|||
|
|
text-align: center;
|
|||
|
|
background: #fff url(../image/dagou0.png) no-repeat center right;
|
|||
|
|
background-size: 1.2em 1.2em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile .qiandaoln span{float:left;margin:0; padding:0; display: block;width:100%; text-align:center; font-size:1em;}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile .qiandaoln span.QDJF{ margin-top:1em; font-size:1.2em; font-weight:bold;}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile .qiandaoln.ifqd {
|
|||
|
|
background: #2EAE0C url(../image/dagou.png) no-repeat center right;
|
|||
|
|
background-size: 1.2em 1.2em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.qiaodao_box .qiaodao_box_tile .qiandaoln.ifenable {
|
|||
|
|
background: #eee;
|
|||
|
|
color: #aaa;
|
|||
|
|
}
|
|||
|
|
.liuyan_box{float:left;margin:0; width:100%;position:relative; padding:0 0.5em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.liuyan_box ul{float:left;width:100%;}
|
|||
|
|
.liuyan_box ul li{float:left;width:100%;background-color:#fff;margin:0.5em 0;padding:0.5em; border:1px solid #F1F1F1; overflow:hidden; border-radius:1em; box-sizing:border-box; }
|
|||
|
|
.liuyan_box ul li span{float:left; display:block;box-sizing:border-box;}
|
|||
|
|
.liuyan_box ul li span.topbox{width:100%;}
|
|||
|
|
.liuyan_box ul li span.topbox .user{width:auto;}
|
|||
|
|
.liuyan_box ul li span.topbox .user img{float:left;width:2em; height:2em;border-radius:50%;border:1px solid #dfdfdf;}
|
|||
|
|
.liuyan_box ul li span.topbox .user .name{height:2em; line-height:2em;}
|
|||
|
|
.liuyan_box ul li span.topbox .time{float:right;width:auto;height:2em; line-height:2em; background-color:#fff; color:#848484}
|
|||
|
|
.liuyan_box ul li span.midbox{width:100%; margin:0.5em 0;}
|
|||
|
|
.liuyan_box ul li span.rebox{width:100%;margin:0.5em 0;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.myrenwu_uploadpic_box{float:left;margin:0; width:100%;}
|
|||
|
|
.myrenwu_uploadpic_box ul{float:left;margin:0; width:100%;}
|
|||
|
|
.myrenwu_uploadpic_box ul li{float:left;margin:1em 0; margin-bottom:0; padding:0 0.5em;width:100%; height:8.5em; box-sizing:border-box;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_left{float:left;margin:0; width:60%; height:8.5em; padding:0.5em;border-radius:0.4em 0 0 0.5em;background-color: #fff; border:1px solid #dfdfdf; overflow:hidden; box-sizing:border-box;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_left span{color:#088db8;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right{float:right;margin:0; padding:0.5em; width:40%; text-align:center; height:8.5em; border-radius:0 0.5em 0.5em 0;background-color: #fff;border:1px solid #dfdfdf; border-left:0; overflow: hidden;box-sizing:border-box;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right input{float:left; margin:0;margin-top:2.8em; margin-bottom:0; padding:0; width:100%;height:2.2em;border-radius:0.4em; font-size:1em; color:#fff;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right input.disabled{background:#ff4d00; color:#fff;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right input.completed{background:#088db8; color:#fff;}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right input.mybtnmtop{margin-top:2.8em}
|
|||
|
|
.myrenwu_uploadpic_box ul li .uploadpic_right input.mybtnly{margin-top:1em}
|
|||
|
|
.dbtnbox{display:flex;flex-direction:row; margin:0 auto; width: 90%; text-align: center; padding:0.5em 0;box-sizing:border-box;}
|
|||
|
|
.dbtnbox input[type='button']{margin:0em; padding:0; width:100%; height:3em; line-height:3em; font-size:1em; -webkit-border-radius:0.4em;-moz-border-radius:0.4em;border-radius:0.4em; color:#fff; border:0; overflow:hidden;}
|
|||
|
|
.dbtnbox input[type='button'][disabled='disabled']{
|
|||
|
|
background: #eee;
|
|||
|
|
color: #aaa;
|
|||
|
|
}
|
|||
|
|
.dbtnbox .yaoqingma_box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
flex-direction: row;
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
font-weight: 600;
|
|||
|
|
line-height: 3em;
|
|||
|
|
color:#fff;
|
|||
|
|
}
|
|||
|
|
.dbtnbox .yaoqingma_box div {
|
|||
|
|
|
|||
|
|
|
|||
|
|
width: 4.5em;
|
|||
|
|
}
|
|||
|
|
.dbtnbox .yaoqingma_box div.yaoqingma-box-to {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
width: 7em;
|
|||
|
|
}
|
|||
|
|
.dbtnbox .yaoqingma_box div input {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.dbtnbox .yaoqingma_box div.input input[type='text'] {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.order_title{float:left;margin:0; width:100%;position:relative; padding:0; box-sizing:border-box;}
|
|||
|
|
.order_title span{float:left;display:block;width:50%; text-align:center;}
|
|||
|
|
.order_title span span{width:auto; margin:0 auto; float:none; display:inline-block;}
|
|||
|
|
.order_title span span img{float:left;width:1.2em;height:1.2em;}
|
|||
|
|
.order_title span span label{ float:left; width:auto; line-height:1.2em;font-size:1em; color:#E1FFFF;}
|
|||
|
|
.order_title span span label em{ margin-left:0.2em; font-style:normal; font-weight:600;color:#FD4400; }
|
|||
|
|
|
|||
|
|
.liveto_user_box{ position:fixed;top:2.5em;left:0;width:auto; margin-left:0.5em;border-radius:2em; padding:0;box-sizing:border-box;background:rgba(0,0,0,0.5);}
|
|||
|
|
.liveto_user_box img{float:left; width:2.5em;height:2.5em;border-radius:50%; overflow: hidden;}
|
|||
|
|
.liveto_user_box span{position:relative; display:block;float:left;margin:0; padding:0; font-size:0.85em; margin-left:0.2em; width:auto;height:2em;box-sizing:border-box;}
|
|||
|
|
.liveto_user_box span label{display:block;float:left; margin:0; padding:0; margin-top:0.4em; width:auto;height:1.2em; line-height:1.2em;}
|
|||
|
|
.liveto_user_box span label.myname{color:#fff;}
|
|||
|
|
.liveto_user_box span label.orderscount{width:auto;height:1.5em; padding:0;color:#fff;font-size:0.75em; box-sizing:border-box;}
|
|||
|
|
.liveto_user_box span label.orderscount i{font-style:normal;}
|
|||
|
|
.liveto_user_box span.gzbutton{position:relative; display:block;float:left;width:3.4em;height:3.4em; line-height:3.4em;overflow: hidden; text-align:center; color:#ff0000; font-size:0.75em; background:rgba(255,255,255,1);border-radius:50%;}
|
|||
|
|
.liveto_user_box span.gzbutton.hovered{color:#eee;background:rgba(255,255,255,0.5);}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.liveto_users_box{position:fixed;top:2.5em;right:4.5em;z-index:0; width:120px;height:2.5em;overflow-y: hidden; overflow-x: auto;}
|
|||
|
|
.liveto_users_box div{position:relative;float:left;margin:0; padding:0; width:300px;}
|
|||
|
|
.liveto_users_box div span{position:relative; float:left; display:block; margin:0; padding:0; width:2.5em;height:2.5em; overflow:hidden; border-radius:50%;border:1px solid #dfdfdf; box-sizing:border-box;}
|
|||
|
|
.liveto_users_box div span img{float:left;margin:0; padding:0;width:100%;height:100%;}
|
|||
|
|
.onlinecount{position:fixed;top:2.8em;right:0.5em;z-index:1; min-width:4em;height:2em; line-height:2em;overflow: hidden;border-radius:0.3em; text-align:center; color:#ff0000;background:rgba(0,0,0,0.5);}
|
|||
|
|
|
|||
|
|
.liveto_close_box{ position:fixed;bottom:2em;right:0.5em; width:1.5em;height:1.5em;padding:0.15em;border-radius:50%; background:rgba(0,0,0,0.5); overflow: hidden;}
|
|||
|
|
.liveto_close_box img{width:100%;height:100%;}
|
|||
|
|
.liveto_chat_box{position:absolute;bottom:4em;left:0;width:100%;height:13.4em; overflow-y: scroll; overflow-x: hidden;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;}
|
|||
|
|
.liveto_chat_box_to{position:relative;float: left; margin-top:0;}
|
|||
|
|
.liveto_chat_box_to{float:left;margin:0;position:relative; padding:0 0.5em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.liveto_chat_box_to ul{float:left;}
|
|||
|
|
.liveto_chat_box_to ul li{float:left;width:auto;margin:0.1em 0;padding:0.1em 0.5em;background:rgba(0,0,0,0.5);border-radius:0.3em; overflow:hidden; box-sizing:border-box; }
|
|||
|
|
.liveto_chat_box_to ul li span{float:left; display:block;box-sizing:border-box;color:#000;}
|
|||
|
|
.liveto_chat_box_to ul li span.topbox{width:100%;}
|
|||
|
|
.liveto_chat_box_to ul li span.topbox .user{width:auto;}
|
|||
|
|
.liveto_chat_box_to ul li span.topbox .user img{float:left;width:2em; height:2em;border-radius:50%;border:1px solid #dfdfdf;}
|
|||
|
|
.liveto_chat_box_to ul li span.topbox .user .name{height:2em; line-height:2em;}
|
|||
|
|
.liveto_chat_box_to ul li span.topbox .time{float:right;width:auto;height:2em; line-height:2em; color:#bbb}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox{width:auto; margin:0; margin-bottom:0; line-height:1.5em;color:#fff;}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox.zb{color:#b6bee6;}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox .name{color:#0d8fba;}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox .name font{color:#b6bee6;}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox.msg{color:#fff;}
|
|||
|
|
.liveto_chat_box_to ul li span.midbox img.emojicon{width:1.5em; vertical-align:middle; }
|
|||
|
|
.liveto_chat_box_to ul li span.midbox img.gift{width:3.5em;vertical-align:middle;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.liveto_right_box{position:fixed;bottom:3em;right:1em;width:3em;}
|
|||
|
|
.liveto_right_box div{float: left;position:relative; margin-bottom:1em; width:100%;height:4em; text-align: center;}
|
|||
|
|
.liveto_right_box div img{width:2.5em;height:2.5em;vertical-align: middle;border-radius:50%;}
|
|||
|
|
.liveto_right_box div span{ display: block;width:100%;color:#fff;}
|
|||
|
|
.liveto_right_box div.liveto_mydata{display: none;}
|
|||
|
|
.liveto_right_box div.video_user{border-radius:50%; width:100%; height:3em; margin-bottom:2em;}
|
|||
|
|
.liveto_right_box div.video_user img{width:100%;height:100%;vertical-align: middle;}
|
|||
|
|
.liveto_right_box div.video_user .video_circle_font{display:none; position:absolute; top:0.1em; left:1em; width:3em; height:1.4em; line-height:1.4em;font-size:0.6em; text-align: center;color:#fff;background:rgba(243,9,185,1);border-radius:50%;}
|
|||
|
|
.liveto_right_box div.video_user .video_add{position:absolute; bottom:-1.5em; left:0.9em; width:1.2em; height:1.2em;background:rgba(244,68,7,1);border-radius:50%;}
|
|||
|
|
.liveto_right_box div.video_user .video_add img{ margin:0.2em; width:0.8em; height:0.8em;background:rgba(244,68,7,1);border-radius:50%;}
|
|||
|
|
.video_chat_box{position:absolute;bottom:0em;left:0;width:100%; background-color:#fff;border-radius:2em 2em 0 0; overflow-y: scroll; overflow-x: hidden;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;}
|
|||
|
|
.video_chat_box h3{position:relative;float:left;width:100%;padding:0.5em 0.8em;box-sizing:border-box;border-bottom:1px solid #f1f1f1;}
|
|||
|
|
.video_chat_box h3 span{float:right; margin-top:0; margin-right:0; width:1.2em;height:1.2em;padding:0.15em;border-radius:50%; background:rgba(0,0,0,0.5); overflow: hidden;}
|
|||
|
|
.video_chat_box h3 span img{width:100%;height:100%;}
|
|||
|
|
.video_chat_box_to{position:relative;float: left; margin-top:0;height:13.4em;}
|
|||
|
|
.video_chat_box_to{float:left;margin:0;position:relative; padding:0 0.5em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.video_chat_box_to ul{float:left;}
|
|||
|
|
.video_chat_box_to ul li{float:left;width:auto;margin:0.1em 0;padding:0.1em 0.5em;background:rgba(0,0,0,0.5);border-radius:0.3em; overflow:hidden; box-sizing:border-box; }
|
|||
|
|
.video_chat_box_to ul li span{float:left; display:block;box-sizing:border-box;color:#000;}
|
|||
|
|
.video_chat_box_to ul li span.topbox{width:100%;}
|
|||
|
|
.video_chat_box_to ul li span.topbox .user{width:auto;}
|
|||
|
|
.video_chat_box_to ul li span.topbox .user img{float:left;width:2em; height:2em;border-radius:50%;border:1px solid #dfdfdf;}
|
|||
|
|
.video_chat_box_to ul li span.topbox .user .name{height:2em; line-height:2em;}
|
|||
|
|
.video_chat_box_to ul li span.topbox .time{float:right;width:auto;height:2em; line-height:2em; color:#bbb}
|
|||
|
|
.video_chat_box_to ul li span.midbox{width:auto; margin:0; margin-bottom:0; line-height:1.5em;color:#fff;}
|
|||
|
|
.video_chat_box_to ul li span.midbox.zb{color:#b6bee6;}
|
|||
|
|
.video_chat_box_to ul li span.midbox .name{color:#0d8fba;}
|
|||
|
|
.video_chat_box_to ul li span.midbox .name font{color:#b6bee6;}
|
|||
|
|
.video_chat_box_to ul li span.midbox.msg{color:#fff;}
|
|||
|
|
.video_chat_box_to ul li span.midbox img.emojicon{width:1.5em; vertical-align:middle; }
|
|||
|
|
.video_chat_box_to ul li span.midbox img.gift{width:3.5em;vertical-align:middle;}
|
|||
|
|
.video_bottom_box{position:relative;float:left;width:100%;height:3.5em;padding:0 0.5em;box-sizing:border-box; overflow: hidden;}
|
|||
|
|
.video_bottom_box .video_content{position:relative;float:left; margin:0; width:100%; height:2.5em; padding:0; background:rgba(0,0,0,0.1);border-radius:1em;box-sizing:border-box; overflow: hidden;}
|
|||
|
|
.video_bottom_box .video_content input{position:relative;float:left;width:100%;height:100%;border:1px solid #eee;padding:0 1em;border-radius:1em;box-sizing:border-box;}
|
|||
|
|
.video_title_box{position:absolute;bottom:1em;left:1%; width:98%; line-height:2.5em; padding:0 0.5em; color:#fff; background:rgba(0,0,0,0.2); border-radius:0.3em; box-sizing:border-box; overflow: hidden;}
|
|||
|
|
/*头像闪烁部分*/
|
|||
|
|
@keyframes scaleout{
|
|||
|
|
0% {
|
|||
|
|
-webkit-transform: scale(1);
|
|||
|
|
opacity: 0.5;
|
|||
|
|
}
|
|||
|
|
100% {
|
|||
|
|
-webkit-transform: scale(1.1);
|
|||
|
|
opacity: 1;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
/*此处的scaleout需要与上面定义的名字scaleout 保持一致*/
|
|||
|
|
.blingbling{
|
|||
|
|
animation: scaleout 1.5s infinite ease-in-out; border:1px solid #f309b9;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.liveto_bottom_box{position:fixed;bottom:1em;left:0em;width:100%;}
|
|||
|
|
.liveto_bottom_box .liveto_content{ margin-left:0.5em; width:12.5em; height:2.5em; padding:0; background:rgba(255,255,255,0.5);border-radius:1em;box-sizing:border-box; overflow: hidden;}
|
|||
|
|
.liveto_bottom_box .liveto_content input{width:100%;height:100%;border:1px solid #eee;padding:0 1em;border-radius:1em;box-sizing:border-box;}
|
|||
|
|
.liveto_bottom_box .liveto_button{ margin-left:0.3em; margin-top:0.25em; width:2em;height:2em; padding:0.2em; background:rgba(0,0,0,0.5);border-radius:50%;box-sizing:border-box;}
|
|||
|
|
.liveto_bottom_box .liveto_button img{width:100%;height:100%;}
|
|||
|
|
.liveto_bottom_box .liveto_button.iveto_gift{background:rgba(255,255,255,1);}
|
|||
|
|
|
|||
|
|
.liveto_gifts_box{ position:fixed;bottom:0em;left:0; width:100%; height:100%;display:none;}
|
|||
|
|
.liveto_gifts_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding-top:0.5em; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.liveto_gifts_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.liveto_gifts_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.liveto_gifts_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.liveto_gifts_box ul{
|
|||
|
|
position:relative;float: left;width:100%;
|
|||
|
|
}
|
|||
|
|
.liveto_gifts_box ul li{
|
|||
|
|
position:relative; float: left;width: 2; float: left;width: 25%; height:7em; text-align: center;
|
|||
|
|
}
|
|||
|
|
.liveto_gifts_box ul li img{
|
|||
|
|
margin:0 auto; width: 4em; height:4em;
|
|||
|
|
}
|
|||
|
|
.liveto_gifts_box span{margin:0 auto; display: block; width:100%;line-height:1.2em;}
|
|||
|
|
.liveto_gifts_box span.price{color: #ff4d00;}
|
|||
|
|
|
|||
|
|
.liveto_gmsp_box{ position:fixed;bottom:0em;left:0; width:100%; height:100%;display:none;}
|
|||
|
|
.liveto_gmsp_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding-top:0.5em; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.liveto_gmsp_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.liveto_gmsp_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.liveto_gmsp_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.liveto_gmsp_box ul{
|
|||
|
|
position:relative;float: left;width:100%;max-height:14em;overflow-y: auto;
|
|||
|
|
}
|
|||
|
|
.liveto_gmsp_box ul li{
|
|||
|
|
position:relative; float: left;width: 2; float: left;width: 100%; height:7em; text-align: center;
|
|||
|
|
}
|
|||
|
|
.liveto_gmsp_box ul li img{
|
|||
|
|
margin:0 auto; width: 4em; height:4em;
|
|||
|
|
}
|
|||
|
|
.liveto_gmsp_box span{margin:0 auto; display: block; width:100%;line-height:1.2em;}
|
|||
|
|
.liveto_gmsp_box span.price{color: #ff4d00;}
|
|||
|
|
|
|||
|
|
.liveto_more_box{position:fixed;bottom:3.5em;right:0.5em;width:2.2em; display: none;}
|
|||
|
|
.liveto_more_box div{ position:relative; margin-top:0.3em; width:100%;height:2.2em; padding:0.2em; background:rgba(0,0,0,0.5); border-radius:50%; text-align:center; box-sizing:border-box;}
|
|||
|
|
.liveto_more_box div img{width:1.8em;height:1.8em;vertical-align: middle;}
|
|||
|
|
.liveto_more_box div.liveto_mydata{display: none;}
|
|||
|
|
|
|||
|
|
.showset_box{ position:fixed;bottom:0;left:0; width:100%; height:100%;display:none;}
|
|||
|
|
.showset_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding:1em 0; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.showset_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.showset_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.showset_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.showset_box ul{
|
|||
|
|
position:relative;float: left;width:100%;
|
|||
|
|
}
|
|||
|
|
.showset_box ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 100%; text-align: center;
|
|||
|
|
}
|
|||
|
|
.showset_box ul li label{
|
|||
|
|
float:left; display: block;width: 5em;
|
|||
|
|
}
|
|||
|
|
.showset_box ul li span{
|
|||
|
|
float:left; display: block;width: 8em;
|
|||
|
|
}
|
|||
|
|
.showpassword_box{ position:fixed;bottom:3em;left:0; width:100%; height:100%;display:none;}
|
|||
|
|
.showpassword_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding:1em 0; box-sizing:border-box; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.showpassword_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.showpassword_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.showpassword_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.showpassword_box ul{
|
|||
|
|
position:relative;float: left;width:100%;
|
|||
|
|
}
|
|||
|
|
.showpassword_box ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 100%; text-align: center;
|
|||
|
|
}
|
|||
|
|
.showpassword_box ul li label{
|
|||
|
|
float:left; display: block;width: 25%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.showpassword_box ul li span{
|
|||
|
|
float:left; display: block;width: 75%;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.showpassword_box ul li span input{
|
|||
|
|
border:1px solid #dfdfdf; background-color:#f1f1f1;height:2em;line-height: 2em;border-radius:0.3em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.startliveto_box{ position:fixed;bottom:1em;left:0; width:100%; height:100%;}
|
|||
|
|
.startliveto_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding:1em 0; padding-bottom: 1.5em; box-sizing:border-box; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.startliveto_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.startliveto_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.startliveto_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.startliveto_box ul{
|
|||
|
|
position:relative;float: left;width:100%;
|
|||
|
|
}
|
|||
|
|
.startliveto_box ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 25%; text-align: center;
|
|||
|
|
}
|
|||
|
|
.startliveto_box ul li img{
|
|||
|
|
margin: 0 auto; display: block;width: 3em; height:3em; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.startliveto_box ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.startliveqx_box{ position:fixed;bottom:0em;left:0; width:100%; height:100%;display:none;}
|
|||
|
|
.startliveqx_box_to{position:absolute; bottom:0;left:0; vertical-align: middle; width:100%; padding:1em 0; padding-bottom: 1.5em; box-sizing:border-box; border-top:1px solid #f1f1f1; background:#fff; color:#000;}
|
|||
|
|
.startliveqx_box h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.startliveqx_box h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.startliveqx_box h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.startliveqx_box ul{
|
|||
|
|
position:relative;float: left;width:100%;
|
|||
|
|
}
|
|||
|
|
.startliveqx_box ul li{
|
|||
|
|
position:relative; float: left; margin-top:0.5em; margin-bottom:0.5em; padding-bottom:0.5em; width: 100%; text-align: center;border-bottom:1px solid #efefef; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.startliveqx_box ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.startliveqx_box ul li span{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center; color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.startliveqx_box ul li i{
|
|||
|
|
position:absolute; top:1em; right: 1em; display: block;width:1.5em;height: 1.5em;box-sizing:border-box; text-align: center; background: url(../image/radio-active.png) no-repeat 0 0;background-size: 100% 100%;
|
|||
|
|
}
|
|||
|
|
.myname{float:left;position: relative; width:auto; height:1.8em;}
|
|||
|
|
.myonlive{float:left;position: relative; margin-left:0.5em; width:5em; height:1.8em; line-height:1.8em; padding:0 0.2em; color:#007DB8; text-align:center; font-size:0.75em; border-radius:1em; padding:0;box-sizing:border-box;background:rgba(0,0,0,0.5);}
|
|||
|
|
|
|||
|
|
.myguangzhu{float:left;position: relative; margin-top:0.5em; min-width:5em; height:1.7em; border-radius:1em; padding:0; box-sizing:border-box; background:rgba(0,0,0,0.5);}
|
|||
|
|
.myguangzhu span{position: relative; float: left; display: block; text-align: center;}
|
|||
|
|
.myguangzhu span.onguangzhu{width:4.5em;height:2.3em;line-height:2.3em;border-radius:1em;padding:0;background:rgba(255,255,255,1);color:#ff0000; font-size:0.75em;box-sizing:border-box;}
|
|||
|
|
.myguangzhu span.guangzhu_num{min-width:3em;height:2em; line-height:2em; padding:0 0.2em; box-sizing:border-box;}
|
|||
|
|
.myguangzhu span.guangzhu_num span{float:none; display:inline-block;}
|
|||
|
|
.myguangzhu span.onguangzhu.hovered{background:rgba(255,255,255,0.5);color:#aaa;}
|
|||
|
|
.mylive_view_pic_box{position: relative; float: left; width: 100%; height: 16em;}
|
|||
|
|
.mylive_view_img{float: left;width: 100%;height:100%;}
|
|||
|
|
.mylive_view_img img{float: left;width: 100%;height:100%;}
|
|||
|
|
.mylive_view_play{ position:absolute; top:40%; left:0; width: 100%;height:100%;}
|
|||
|
|
.mylive_view_play div{ margin: 0 auto;width: 4em;height:4em; background: rgba(0,0,0,0.5);border-radius: 50%;}
|
|||
|
|
.mylive_view_play div img{margin:20%; width: 60%;height:60%;}
|
|||
|
|
.mylive_view_box{position: relative; float: left; width: 100%;}
|
|||
|
|
.mylive_view_time{ position:absolute; top:-2em; left:5%; width: 90%;height:3em;background-color: #fff; border-radius: 1em 1em 0 0;}
|
|||
|
|
.mylive_view_minutes{position: relative; float: left; margin-left:3%; margin-top:0.5em; width: 24%; height:1.2em; background-color: #d4237a;}
|
|||
|
|
.mylive_view_minutes span{float: left; margin-left:0.5em; width: 1.2em;height:1.2em;}
|
|||
|
|
.mylive_view_minutes span img{width:100%;height:100%;}
|
|||
|
|
.mylive_view_minutes label{float: left; width:auto;margin-top:0.2em; margin-left:1em; height:1.2em; line-height: 1.2em; color:#fff;font-size:0.8em;}
|
|||
|
|
.mylive_view_times{position: relative; float: left; margin-left:3%; margin-top:0.5em; width: 70%; height:2em;font-size:0.8em;}
|
|||
|
|
.mylive_view_data{position: relative; float: left; width: 100%; padding-top: 1em;background-color:#fff;box-sizing:border-box;}
|
|||
|
|
.mylive_view_data ul{position: relative; float: left; width: 100%;padding: 0.5em 0;box-sizing:border-box;}
|
|||
|
|
.mylive_view_data ul li{position: relative; float: left; width:25%;box-sizing:border-box; text-align: center;}
|
|||
|
|
.mylive_view_data ul li img{width:2em;height:2em;}
|
|||
|
|
.mylive_view_data ul li span{display: block; width: 100%;}
|
|||
|
|
.mylive_view_data ul li label{display: block; width: 100%;color:#E1FFFF; font-size:0.9em;}
|
|||
|
|
.mylive_view_data0{position: relative; float: left; width: 100%;background-color:#fff;padding-top:0.5em;box-sizing:border-box;}
|
|||
|
|
.mylive_view_data0 ul{position: relative; float: left; width: 100%;padding: 0.5em 0;box-sizing:border-box;}
|
|||
|
|
.mylive_view_data0 ul li{position: relative; float: left; margin-top:1em; margin-bottom: 1em; width:50%;box-sizing:border-box; text-align: center;}
|
|||
|
|
.mylive_view_data0 ul li span{margin:0 auto; display: block; width:5em;}
|
|||
|
|
.mylive_view_data0 ul li span img{display: inline-block; width:2em;height:2em; vertical-align: middle;}
|
|||
|
|
.mylive_view_data0 ul li span span{display: inline-block; margin-left: 0.5em; width:auto;height:2em; line-height:2em;}
|
|||
|
|
.mylive_view_data0 ul li label{display: block; width: 100%;color:#E1FFFF;font-size:0.9em;}
|
|||
|
|
|
|||
|
|
.live_dianpu_header{width:100%; height:16em;}
|
|||
|
|
.live_dianpu_header .myavatar{margin-top:70px; margin-left:1.4em; width:5em; height:5em;border-radius:50%; overflow: hidden; background-color:#fff;}
|
|||
|
|
.live_dianpu_header .myavatar img{ width:100%; height:100%;}
|
|||
|
|
.live_dianpu_header .myname{margin-top:80px;margin-left:1em; width:10em; height:4em;color:#fff;}
|
|||
|
|
|
|||
|
|
.live_dianpu_header .dianzhu{margin-top:80px; width:4em; height:4em;}
|
|||
|
|
.live_dianpu_header .dianzhu img{width:100%; height:100%;}
|
|||
|
|
.shouyiguanli{position:absolute;top:11em;left:5%; width:90%; background-color:#fff;border-radius: 1em 1em 0 0;}
|
|||
|
|
.shouyiguanli h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.shouyiguanli h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.shouyiguanli h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.shouyiguanli ul{
|
|||
|
|
position:relative;float: left;width:100%;margin-top:1em;
|
|||
|
|
}
|
|||
|
|
.shouyiguanli ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 33.333333333333333333333333330%; text-align: center;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shouyiguanli ul li img{
|
|||
|
|
margin: 0 auto; display: block;width: 3em; height:3em; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shouyiguanli ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.zhiboguanli{ position:relative;float: left; margin-top:5em; width:100%; height:100%; background-color:#fff;}
|
|||
|
|
.zhiboguanli h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.zhiboguanli h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.zhiboguanli h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.zhiboguanli ul{
|
|||
|
|
position:relative;float: left;width:100%;margin-top:1em;
|
|||
|
|
}
|
|||
|
|
.zhiboguanli ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 25%; text-align: center;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.zhiboguanli ul li img{
|
|||
|
|
margin: 0 auto; display: block;width: 3em; height:3em; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.zhiboguanli ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.dingdanguanli{ position:relative;float: left;margin-top:1em; width:100%; height:100%; background-color:#fff;}
|
|||
|
|
.dingdanguanli h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.dingdanguanli h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.dingdanguanli h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.dingdanguanli ul{
|
|||
|
|
position:relative;float: left;width:100%;margin-top:1em;
|
|||
|
|
}
|
|||
|
|
.dingdanguanli ul li{
|
|||
|
|
position:relative; float: left;float: left; width: 33.333333333333333333333333330%; text-align: center;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.dingdanguanli ul li img{
|
|||
|
|
margin: 0 auto; display: block;width: 3em; height:3em; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.dingdanguanli ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.shujuguanli{ position:relative;float: left;margin-top:1em;margin-bottom:1em; width:100%; height:100%; background-color:#fff;}
|
|||
|
|
.shujuguanli h3{float: left; position:relative;width:100%; height:2.5em; line-height:2.5em;text-indent: 1em;}
|
|||
|
|
.shujuguanli h3 span{float: right; display:block; margin-top:0.2em; margin-right:1em; width:1em;height:1em;padding:0.15em;border-radius:50%; background: rgba(255,255,255,0.5);border:1px solid #f1f1f1;}
|
|||
|
|
.shujuguanli h3 span img{float: left;width:100%; height:100%; background: none;}
|
|||
|
|
.shujuguanli ul{
|
|||
|
|
position:relative;float: left;width:100%;margin-top:1em;
|
|||
|
|
}
|
|||
|
|
.shujuguanli ul li{
|
|||
|
|
position:relative; float: left;float: left;width: 50%; text-align: center;box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shujuguanli ul li img{
|
|||
|
|
margin: 0 auto; display: block;width: 3em; height:3em; box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.shujuguanli ul li label{
|
|||
|
|
display: block;width: 100%;line-height: 2em;box-sizing:border-box; text-align: center;
|
|||
|
|
}
|
|||
|
|
.pfjh-box{display:flex;flex-direction:column;width:100%;box-sizing:border-box;}
|
|||
|
|
.pfjh-box .pfjh-process-box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 1.2em;
|
|||
|
|
background-color: #ffffff;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
position: relative;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.pfjh-box .pfjh-process-box .pfjh-process-child-box {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
position: absolute;
|
|||
|
|
top: 0;
|
|||
|
|
left: 0;
|
|||
|
|
width: 50%;
|
|||
|
|
height: 1.2em;
|
|||
|
|
background-color: #ff4d00;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.pfjh-box .pfjh-title-child-box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding-bottom:0.8em;
|
|||
|
|
}
|
|||
|
|
.pfjh-box .pfjh-title-child-box div {
|
|||
|
|
color: #fff;
|
|||
|
|
line-height: 2em;
|
|||
|
|
}
|
|||
|
|
.pfjh-box .pfjh-title-child-box div span{
|
|||
|
|
color:#ff4d00;
|
|||
|
|
}
|
|||
|
|
.uploadvideobox {
|
|||
|
|
margin: 0 auto;
|
|||
|
|
display: inline-block;
|
|||
|
|
width: 90%;
|
|||
|
|
}
|
|||
|
|
.uploadvideobtnbox{ position:relative;
|
|||
|
|
float:left;
|
|||
|
|
width: 8em;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
margin: 1em auto;
|
|||
|
|
background: linear-gradient(to right, #fec02e, #fc9b06);
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
color:#fff;}
|
|||
|
|
.uploadvideobtnbox span{width: 100%;height: 100%; display:block;text-align:center;}
|
|||
|
|
.uploadvideobtnbox input#videofile{position: absolute;
|
|||
|
|
top: 0;
|
|||
|
|
left: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
opacity: 0;
|
|||
|
|
border:0;
|
|||
|
|
background-color:#000;}
|
|||
|
|
.processbox{width: 100%;height: 0.5em;border-radius: 10px;background:#eee;margin: 10px auto;border: 1px solid #fff;}
|
|||
|
|
.child{position: relative;height:100%;border-radius:inherit; background-color:#ff4500;}
|
|||
|
|
|
|||
|
|
.process-animate{background: #ff6780;position: absolute;left: 0;top: 0;bottom: 0;border-radius:inherit;
|
|||
|
|
animation: process 1s linear forwards ;
|
|||
|
|
}
|
|||
|
|
@keyframes process
|
|||
|
|
{
|
|||
|
|
0%{
|
|||
|
|
left:0;right:100%;
|
|||
|
|
}
|
|||
|
|
20%{
|
|||
|
|
right:80%
|
|||
|
|
}
|
|||
|
|
40%{
|
|||
|
|
right:60%;
|
|||
|
|
}
|
|||
|
|
60%{right:40%;}
|
|||
|
|
80%{right:20%;}
|
|||
|
|
100%{right:0;}
|
|||
|
|
}
|
|||
|
|
.delvideobtnbox{display:inline-block; margin-left:1em; margin-top:1em; width:2em; height:2em; background-color:#fff; cursor:pointer; display:none}
|
|||
|
|
.delvideobtnbox img{display:inline-block; width:100%; height:100%;}
|
|||
|
|
|
|||
|
|
.livecj_bottom_box{position:fixed;bottom:1em;left:0em;width:100%; height:6em;}
|
|||
|
|
.livecj_bottom_box .livecj_bottom_box_to{position:relative; float:left; width:30%;height:6em; text-align: center; overflow: hidden;box-sizing:border-box;}
|
|||
|
|
.livecj_bottom_box .livecj_bottom_box_to.recordvideo_box{width:40%;}
|
|||
|
|
.livecj_bottom_box .livecj_bottom_box_to.recordvideo_box .livecj_recordvideo{position:relative;float:none; margin:0 auto; width:5em; height:5em;}
|
|||
|
|
.livecj_bottom_box .livecj_bottom_box_to .livecj_uploadvideo{ margin:0 auto; width:5em;height:5em; padding:0.2em; color:#fff; box-sizing:border-box;}
|
|||
|
|
.livecj_bottom_box .livecj_bottom_box_to .livecj_uploadvideo img{width:2em;height:2em;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.startrecord_box{margin:3em auto; width:90%;height:4em; line-height:4em; text-align:center;border-radius: 0.4em;color:#fff;}
|
|||
|
|
.nav-yuan{ width:1.75em;height:1.75em;margin-top:1em;padding:0.15em;border-radius:50%;background: rgba(0,0,0,0.2);box-sizing:border-box;}
|
|||
|
|
.nav-yuan img{margin:0;float:left; width:100%;height:100%;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.scroll{max-height:14em; vertical-align:top; overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling : touch;}
|
|||
|
|
|
|||
|
|
.status_box{width:100%; line-height:4em; text-align:center;}
|
|||
|
|
.more_box{width:100%; height:4em; line-height:4em; text-align:center;color:#bbb;}
|
|||
|
|
.showanimation{position:fixed;left:0; top:0; height:100%; width:100%;}
|
|||
|
|
.header-box{
|
|||
|
|
padding:0.8em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.header-btn {
|
|||
|
|
float: left;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
width: auto;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
text-align: center;
|
|||
|
|
background-color: rgba(0,0,0,0.3);
|
|||
|
|
color: #24DAFF;
|
|||
|
|
border: solid 1px #43A3CB;
|
|||
|
|
border-radius: 1.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.header-btn img {
|
|||
|
|
display: inline-block;
|
|||
|
|
margin-top: -0.3em;
|
|||
|
|
width: 1em;
|
|||
|
|
height: 1em;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
.header-btn span {
|
|||
|
|
display: inline-block;
|
|||
|
|
margin-left:0.4em;
|
|||
|
|
line-height:2em;
|
|||
|
|
}
|
|||
|
|
.header-btn.right {
|
|||
|
|
float: right;
|
|||
|
|
margin-right: 0;
|
|||
|
|
width: 2em;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
padding: 0.2em 0.4em;
|
|||
|
|
padding-bottom: 0.6em;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.header-btn.right img {
|
|||
|
|
margin:0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
}
|
|||
|
|
.ggjf_box {
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: center;
|
|||
|
|
padding:0 0.8em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.ggjf_box div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 5em;
|
|||
|
|
padding: 0.4em 0;
|
|||
|
|
padding-top: 0.8em;
|
|||
|
|
background: url(../image/index_ggbtn.png) no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
color: #fff;
|
|||
|
|
font-size: 1.2em;
|
|||
|
|
font-weight: 800;
|
|||
|
|
border-radius: .4em;
|
|||
|
|
text-align: left;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.ggjf_box div div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-right: auto;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 0.8em;
|
|||
|
|
background: none;
|
|||
|
|
width: 6em;
|
|||
|
|
}
|
|||
|
|
.ggjf_box div label {
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0em;
|
|||
|
|
width: 100%;
|
|||
|
|
font-size: 0.75em;
|
|||
|
|
color: #BEEAFB;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.ggjf_box div span {
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.1em;
|
|||
|
|
width: 100%;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.dhggb_btn_box {
|
|||
|
|
display:flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.dhggb_btn_box div {
|
|||
|
|
display: inline-block;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
margin-top: 0em;
|
|||
|
|
width: 49%;
|
|||
|
|
height: 4em;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
background: url(../image/dhggb_btn.png) no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
color: #000;
|
|||
|
|
font-size: 1em;
|
|||
|
|
font-weight: 800;
|
|||
|
|
border-radius: .4em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.dhggb_btn_box div label {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.dhggb_btn_box div span {
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.index_searchbox {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin: 0 5px;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
height: 4em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.index_searchbox .inpubox{flex-grow: 1; height:3em; }
|
|||
|
|
.index_searchbox .inpubox input{ margin:0; padding-left: 0.2em; width:100%; min-width:4em; font-size:1em; height:3em; border:1px solid #f01a4d; outline: none; text-indent: 0.3em;box-sizing:border-box;}
|
|||
|
|
.index_searchbox .icobox{width:2.5em;height:3em; background: linear-gradient(to bottom, #f01a4d, #f01a4d); color:#fff;box-sizing:border-box;}
|
|||
|
|
.index_searchbox .icobox image{width: 1.6em; height:1.6em; margin-top: .75em; margin-left: 0.3em;}
|
|||
|
|
.index_searchbox .icobox0{width:auto; padding:0 0.5em; height:3em; font-size:1em; background: linear-gradient(to bottom, #ff401a, #ff401a); color:#fff;box-sizing:border-box;}
|
|||
|
|
.index_searchbox .icobox0 img{float:left; margin-left: .5em; width: 1.2em; height:1.2em; margin-top: 1em;}
|
|||
|
|
.index_searchbox .icobox0 span{float:left;display: block; width:auto;height:3em; line-height:3em; color:#fff;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.swiper-container{
|
|||
|
|
float:left;
|
|||
|
|
margin-top:0;
|
|||
|
|
padding:0.3em 0em;
|
|||
|
|
padding-right:0;
|
|||
|
|
padding-bottom: 0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.swiper-container .swiper-wrapper {
|
|||
|
|
float:left;
|
|||
|
|
display: flex;
|
|||
|
|
padding: 0;
|
|||
|
|
}
|
|||
|
|
.swiper-container .swiper-slide {
|
|||
|
|
-webkit-flex-shrink: 0;
|
|||
|
|
-ms-flex: 0 0 auto;
|
|||
|
|
flex-shrink: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
position: relative
|
|||
|
|
}
|
|||
|
|
.swiper-container .mydata-item{
|
|||
|
|
float:left;
|
|||
|
|
margin: 0.5em 0;
|
|||
|
|
width: 20%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.swiper-container .mydata-item{
|
|||
|
|
float:left;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.swiper-container .mydata-item img{
|
|||
|
|
width:2.5em;
|
|||
|
|
height:2.5em;
|
|||
|
|
border-radius:50%;
|
|||
|
|
}
|
|||
|
|
.swiper-container .mydata-item span{
|
|||
|
|
display: block;
|
|||
|
|
width:100%;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.text {
|
|||
|
|
margin-top: 0;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
color: #000;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.text .line_flag {
|
|||
|
|
margin-top: 0em;
|
|||
|
|
margin-left: 0em;
|
|||
|
|
margin-right: 0.5em;
|
|||
|
|
width: 0.5em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
background-color: #2EAE0C;
|
|||
|
|
border-radius: 0.2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.text .line_more{
|
|||
|
|
flex: 1;
|
|||
|
|
text-align: right;
|
|||
|
|
align-self: center;
|
|||
|
|
color:#848484
|
|||
|
|
}
|
|||
|
|
.products_box {
|
|||
|
|
margin-top: 0em;
|
|||
|
|
margin-bottom: 4em;
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0.8em 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.products_box .products_box_to {
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #12338C;
|
|||
|
|
border: solid 1px #072D92;
|
|||
|
|
}
|
|||
|
|
.products_box .text {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
border-bottom: 1px solid #20A7A3;
|
|||
|
|
}
|
|||
|
|
.products_box .text .line_flag{
|
|||
|
|
margin-left: 0.8em;
|
|||
|
|
}
|
|||
|
|
.products_list{
|
|||
|
|
float: left;
|
|||
|
|
width:100%;
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_image{
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_image img{
|
|||
|
|
width:100%;
|
|||
|
|
height:60vw;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_title{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin-top:0.5em;
|
|||
|
|
width:100%;
|
|||
|
|
line-height:1.2em;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
text-overflow: ellipsis;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_title div{
|
|||
|
|
flex-grow: 1;
|
|||
|
|
text-align: left;
|
|||
|
|
font-size:1em;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_title div.right{text-align: right;font-size: 0.9em;color:#cccccc;}
|
|||
|
|
.products_list .products_item .products_hyje{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin-top:0.2em;
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_hyje div{
|
|||
|
|
flex-grow: 1;
|
|||
|
|
text-align: left;
|
|||
|
|
color:#E1FFFF;
|
|||
|
|
font-size: 0.9em;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_hyje div.center{text-align: center;}
|
|||
|
|
.products_list .products_item .products_hyje div.right{text-align: right;}
|
|||
|
|
.products_list .products_item .products_hyje span {
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_hyje span.scje{
|
|||
|
|
text-decoration:line-through;
|
|||
|
|
color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_button{
|
|||
|
|
width:100%;
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_button div{
|
|||
|
|
flex-grow: 1;
|
|||
|
|
text-align: center;
|
|||
|
|
padding-right:0.8em;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_button div.gm{
|
|||
|
|
padding-right:0;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_button div div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
background: linear-gradient(to right,#0B8A85,#18BCB5);
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
color: #fff;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
font-size: 0.9em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.products_list .products_item .products_button div.gm.hovered div{
|
|||
|
|
background:linear-gradient(to right,#646464,#848484); color:#aaa;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.products_list .products_item .products_button div div img{
|
|||
|
|
width:1.2em;height:1.2em;
|
|||
|
|
}
|
|||
|
|
.products_list .products_item .products_button div div div{
|
|||
|
|
width:auto;
|
|||
|
|
}
|
|||
|
|
.index_product_box{
|
|||
|
|
|
|||
|
|
background-color: #fff;
|
|||
|
|
padding:0.5em 0;
|
|||
|
|
}
|
|||
|
|
.menus{
|
|||
|
|
margin-top:0em;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
padding:0.8em;
|
|||
|
|
width: 100%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
z-index:11;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
padding:0;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
padding: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
color: #fff;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div.end{
|
|||
|
|
margin-right:0;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div div {
|
|||
|
|
width: auto;
|
|||
|
|
line-height: 1em;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div div span {
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
font-size:0.9em;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div.hover div {
|
|||
|
|
color: #FEFE02;
|
|||
|
|
|
|||
|
|
border-bottom: 2px solid #FEFE02;
|
|||
|
|
}
|
|||
|
|
.menus .item-menu div.hover div span {
|
|||
|
|
color: #D3D304;
|
|||
|
|
}
|
|||
|
|
.choice_box {
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
}
|
|||
|
|
.choice_box .text {
|
|||
|
|
padding-left: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.8em 0.8em 0 0;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list{
|
|||
|
|
|
|||
|
|
width: 100%;
|
|||
|
|
padding:0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.choice_box .choice_list .choice_item {
|
|||
|
|
padding: 0;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
border-bottom: 1px solid #20A7A3;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .choice_item .choice_item_box {
|
|||
|
|
display: flex;
|
|||
|
|
/*flex-direction: row;*/
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 100%;
|
|||
|
|
padding:0.8em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .choice_item .choice_image {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 9em;
|
|||
|
|
height: 9em;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .choice_item .choice_image img {
|
|||
|
|
width: 7.4em;
|
|||
|
|
height: 7.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.choice_box .choice_list .right_title {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
flex-grow: 1;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-top: 0;
|
|||
|
|
padding-right: 0;
|
|||
|
|
height: 9em;
|
|||
|
|
width: 70%;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_title .right_title_to {
|
|||
|
|
position: relative;
|
|||
|
|
display: block;
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.choice_box .choice_list .right_name {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
text-align: left;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
text-overflow: ellipsis;
|
|||
|
|
color: #23B6B2;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_name0 {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
text-align: left;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto {
|
|||
|
|
float: left;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .viphyj{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction:row;
|
|||
|
|
margin-top: 0.2em;
|
|||
|
|
color:#000;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .viphyj img{
|
|||
|
|
width:1em;
|
|||
|
|
height:1em;
|
|||
|
|
margin-top: 0.1em;
|
|||
|
|
margin-right: 0.2em;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .viphyj div{
|
|||
|
|
height:1.5em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
font-size: 12px;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .scje_title{
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .scje{
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .scje span {
|
|||
|
|
text-decoration: line-through;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .hyje {
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
margin-top: 0.2em;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto .hyje span {
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_title .right_title_to .hsdrmb {
|
|||
|
|
position: absolute;
|
|||
|
|
bottom: 3.8em;
|
|||
|
|
right: 0em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
width: 4em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 0.2em;
|
|||
|
|
background-color: #CEF0CB;
|
|||
|
|
border-radius: 0.4em 0 0 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.choice_box .choice_list .right_title .right_title_to .hsdrmb .hyje {
|
|||
|
|
height: 1.5em;
|
|||
|
|
width: 3.6em;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
font-size: 1em;
|
|||
|
|
background: url(../image/ax.png) center left no-repeat;
|
|||
|
|
background-size: 1.2em 1.2em;
|
|||
|
|
padding: 0;
|
|||
|
|
padding-left: 1.4em;
|
|||
|
|
border-radius: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto0 {
|
|||
|
|
float: left;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
color: #aaa;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .jeto0 .hyje {
|
|||
|
|
float:left;
|
|||
|
|
width:50%;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
line-height: 1.5em;
|
|||
|
|
margin-top: 0.2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.choice_box .choice_list .jeto0 .hyje span {
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_button {
|
|||
|
|
float:left;
|
|||
|
|
display:block;
|
|||
|
|
margin:0;
|
|||
|
|
margin-top: 0.8em;
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_button div {
|
|||
|
|
float: right;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-right: 0.8em;
|
|||
|
|
width: 5em;
|
|||
|
|
text-align: center;
|
|||
|
|
padding: 0.2em 0em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
background: linear-gradient(to right,#0B8A85,#18BCB5);
|
|||
|
|
color: #fff;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .right_button div.visited{
|
|||
|
|
background:linear-gradient(to left,#e1e1e1,#e8e8e8);
|
|||
|
|
border:1px solid #dfdfdf;
|
|||
|
|
color:#aaa;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .name_box {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .name_box img{
|
|||
|
|
float: left;
|
|||
|
|
width:2em;
|
|||
|
|
height:2em;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .name_box .name {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin-left:0.4em;
|
|||
|
|
width: auto;
|
|||
|
|
color: #23B6B2;
|
|||
|
|
line-height:2em;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .name_box .mybtn, .choice_box .choice_list .name_box .mybtn0 {
|
|||
|
|
float: right;
|
|||
|
|
display: block;
|
|||
|
|
padding: 0.2em 0.4em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .je_box {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
width: 100%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.choice_box .choice_list .je_box .hyje {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: 50%;
|
|||
|
|
line-height:2em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
}
|
|||
|
|
.pay_box {
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.pay_box span {
|
|||
|
|
display: block;
|
|||
|
|
float: left;
|
|||
|
|
width: 10%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
}
|
|||
|
|
.pay_box span.pay_type{width:auto;line-height:2em;}
|
|||
|
|
.pay_box div {
|
|||
|
|
float: left;
|
|||
|
|
padding: 0 0.25em;
|
|||
|
|
margin-right: 0.3em;
|
|||
|
|
display: flex;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.pay_box div.rtype{margin-right:0;}
|
|||
|
|
.pay_box div.hover {
|
|||
|
|
border: 1px solid #ff4d00;
|
|||
|
|
}
|
|||
|
|
.pay_box div img{margin-top:0; width:1.4em;height:1.4em;vertical-align:middle}
|
|||
|
|
|
|||
|
|
.pay_box0 {
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
border-top: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 span {
|
|||
|
|
display: block;
|
|||
|
|
float: left;
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 span.pay_type {
|
|||
|
|
width: auto;
|
|||
|
|
line-height: 2em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 .paytype_box {
|
|||
|
|
display: block;
|
|||
|
|
float: left;
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
overflow: hidden;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 .paytype_box div {
|
|||
|
|
float: left;
|
|||
|
|
padding: 0 0.4em;
|
|||
|
|
margin-right: 0.4em;
|
|||
|
|
width:auto;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 .paytype_box.rtype {
|
|||
|
|
margin-right: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 .paytype_box div.hover {
|
|||
|
|
border: 1px solid #ff4d00;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pay_box0 .paytype_box div img {
|
|||
|
|
margin-top: 0;
|
|||
|
|
width: 1.2em;
|
|||
|
|
height: 1.2em;
|
|||
|
|
vertical-align: middle
|
|||
|
|
}
|
|||
|
|
.address_box_qhr{margin-bottom:1em; width:100%;}
|
|||
|
|
.address_box_qhr input{float:left; margin-right:2.5%; width:47.5%;height: 2.5em; line-height: 2.5em;color:#000; border:1px solid #e1e1e1;border-radius:0.4em; padding:0.2em 0.5em; box-sizing: border-box;}
|
|||
|
|
.address_box_qhr input.txttel{margin-right:0%;}
|
|||
|
|
.assistor{width:auto;text-align: center;}
|
|||
|
|
.assistor img{width:1em;height:1em;}
|
|||
|
|
.assistor span{display: block;width: auto;}
|
|||
|
|
.address1{padding:0 1em;box-sizing: border-box;color:#848484;}
|
|||
|
|
|
|||
|
|
.indexkaihongbao{ position: fixed;display:none;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index: 10;}
|
|||
|
|
.indexkaihongbao_box{position: relative; margin-top: 7em; padding: 8px; width:auto;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.4em;}
|
|||
|
|
.indexkaihongbao_box img{width:15em;height:21em;}
|
|||
|
|
|
|||
|
|
.hongbao_box,.hongbao_box ul{float:left; margin:0; padding:0; width:100%;box-sizing: border-box;overflow: hidden;}
|
|||
|
|
.hongbao_box ul li{ margin:0 auto;width: 100%;margin-top:1em; padding:0 1.1em; box-sizing: border-box;overflow: hidden;}
|
|||
|
|
.hongbao_box ul li span{ margin:0; padding:0; display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top{display: flex;height:5em; padding:1em; background-color:#f8d856; color:#fff;border:1px solid #ebbf0d; border-bottom:0;-moz-border-radius:0.4em 0.4em 0 0;-webkit-border-radius:0.4em 0.4em 0 0;border-radius:0.4em 0.4em 0 0;}
|
|||
|
|
.hongbao_box ul li.hovered span.hongbao_box_top{background-color:#f9eebf; border-color:#f8e38e;color:#aaa;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top img{ height:3em;width:3em;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top span{display: flex;flex-grow: 1; flex-direction:column; padding:0;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top span span{display:block;float:left; width:100%; text-align:left; padding-left:1em;box-sizing:border-box;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top span span.hongbao_box_font{margin-top:-0.2em;padding-left:0.6em;font-size:1.2em;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_top span span.hongbao_box_font2{ margin-top:0.1em; font-size:0.8em;}
|
|||
|
|
.hongbao_box ul li span.hongbao_box_bottom{height:2em; text-align:left; padding:0 1em; line-height:2em; font-size:0.8em; background-color:#fff;border:1px solid #f1f1f1; border-top:0;-moz-border-radius:0 0 0.4em 0.4em;-webkit-border-radius:0 0 0.4em 0.4em;border-radius:0 0 0.4em 0.4em;}
|
|||
|
|
.kaihongbao{ position:fixed; top:0;left:0;right:0; vertical-align: middle; width:100%; height:100%; z-index:10001; text-align:center;background-color: rgba(0,0,0,0.1); cursor:pointer;}
|
|||
|
|
.kaihongbao_box{margin:0 auto; text-align:center; width:100%;max-width:720px; height:100%; background-color:#fff;line-height:2.5em;}
|
|||
|
|
.kaihongbao_header{width:100%; text-align:left; padding:0.5em 1em; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
|||
|
|
.kaihongbao_header img{float: right; margin-right:0;margin-top:0;width:1.4em;height:1.4em;}
|
|||
|
|
.kaihongbao_dagou{width:100%;text-align:center;}
|
|||
|
|
.kaihongbao_font{width:100%;text-align:center;}
|
|||
|
|
.kaihongbao_b0{width:100%;text-align:center; font-size:1.8em; font-weight:bold;}
|
|||
|
|
.kaihongbao_font2{width:100%;text-align:center;color:#E1FFFF;}
|
|||
|
|
.kaihongbao_time{position:absolute; bottom:0;left:0;width:100%; text-align:center; line-height:2.5em;}
|
|||
|
|
.kaihongbao_time span{margin:0 auto; display:block; width:100%; max-width:720px;}
|
|||
|
|
|
|||
|
|
.rwbox{position: absolute; top:0em; left:0; width:100%; height:100%; }
|
|||
|
|
.container .rwbg{
|
|||
|
|
width: 100%;
|
|||
|
|
min-height: 100%;
|
|||
|
|
}
|
|||
|
|
.rw-box{ position: absolute; top:2.8em; width: 7em; height: 10em; padding:0; overflow: hidden; box-sizing: border-box; z-index: 1000; background-color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box0{
|
|||
|
|
top:3.8em; left:2.8em; transform:rotate(-30deg);
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box1{
|
|||
|
|
top:3.8em; right:2.8em; transform:rotate(30deg);
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box2{
|
|||
|
|
top:15em; left:2.8em;
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box3{
|
|||
|
|
top:15em; right:2.8em;
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box4{
|
|||
|
|
top:28em; left:2.8em; transform:rotate(-30deg);
|
|||
|
|
}
|
|||
|
|
.rw-box.rw-box5{
|
|||
|
|
top:28em; right:2.8em; transform:rotate(30deg);
|
|||
|
|
}
|
|||
|
|
.rw-box .rw-item{
|
|||
|
|
position: relative; float: left; width: 100%; height:100%;
|
|||
|
|
}
|
|||
|
|
.rw-box .rw-item image{
|
|||
|
|
width: 7em;
|
|||
|
|
height: 12em;
|
|||
|
|
}
|
|||
|
|
.rw-box .rw-item .ygk{
|
|||
|
|
position: absolute; bottom:0; left:0; z-index: 1002;
|
|||
|
|
width: 7em; height: 2em; line-height: 2em; background-color: rgba(0, 0, 0, 0.5); color:#fff; text-align: center;
|
|||
|
|
}
|
|||
|
|
.rwing_box{position: fixed; left:5%; top:0.8em; width:90%; height:2em; background-color: rgba(0, 0, 0, 0.5); z-index: 1001;}
|
|||
|
|
.rwing_box .rwing_bg{ position: relative; height:2em; width:0%; background-color:#ff0000;}
|
|||
|
|
.rwing_box .rwing_bfb{ position: absolute; top:0; left:0; height:2em; line-height: 2.5em; width:100%; color: #fff; text-align: center;}
|
|||
|
|
.adv_box{width:100%;height:100%; display: none;}
|
|||
|
|
.kaihongbao{ position: fixed;display:none;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index: 1003;}
|
|||
|
|
.kaihongbao_box{position: relative; padding: 8px; width:auto;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.4em;}
|
|||
|
|
.kaihongbao_box img{width:15em;height:22em;}
|
|||
|
|
|
|||
|
|
.coupon-box{display: flex; flex-direction:column; width: 100%; padding:0; overflow: hidden; box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item{display: flex; flex-direction:row; margin-bottom: 0.8em; padding:0; flex-grow: 1; box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item .price{width:5em; height:4em; box-sizing: border-box; border-radius:0.3em 0.5em 0.5em 0.3em;background:linear-gradient(to right,#FFC2DD,#F69DBB);
|
|||
|
|
line-height: 4em; text-align: center;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.coupon-box .coupon-item .title{flex-grow: 1; height:4em;line-height: 4em; box-sizing: border-box; border-radius:0.4em 0 0 0.5em;background-color:#fff; text-align: center;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item.hover .title{ background-color: #FAFAE6;}
|
|||
|
|
.coupon-box .coupon-item .cart{display: flex; flex-direction:row; padding-right:0.8em; width:6em;height:4em; box-sizing: border-box; background-color:#fff;border-radius:0 0.3em 0.3em 0;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item.hover .cart{ background-color: #FAFAE6;}
|
|||
|
|
.coupon-box .coupon-item .cart .addcart{ margin-top:1em; width:2em;height:2em; box-sizing: border-box;
|
|||
|
|
border-radius:50%; background-color: #f5f5f5;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item .cart .inputcart{margin-top:1em; width:3em;height:2em; box-sizing: border-box; text-align: center; line-height: 2em;
|
|||
|
|
}
|
|||
|
|
.coupon-box .coupon-item .cart .inputcart .input_text{ width:100%;height:100%; text-align: center;}
|
|||
|
|
.coupon-box .coupon-item .cart .addcart img{width:100%;height:100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.coupon-button{ margin-top:0.5em; width: 100%; box-sizing: border-box;}
|
|||
|
|
.coupon-button div{width: 100%; height:3em; line-height: 3em; color:#fff; background: linear-gradient(to right,#0B8A85,#18BCB5); text-align: center; border-radius:0.4em;}
|
|||
|
|
.coupon-button.hovered div{color:#444444; background:#E1FFFF;}
|
|||
|
|
.coupon-button .mybtn{width: 100%; height:3em; line-height: 3em;border-radius:0.4em; color:#fff;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.mybalance-box{display: flex;flex-direction: column;align-items: center;justify-content: center;width:100%; padding:0; box-sizing: border-box;}
|
|||
|
|
.mybalance-box .text{width: 100%;}
|
|||
|
|
.mybalance-item {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
margin: 0.8em 0;
|
|||
|
|
margin-top: 0;
|
|||
|
|
line-height: 2em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: left;
|
|||
|
|
color: #000;
|
|||
|
|
font-size: 0.96em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div span{color: #fff;}
|
|||
|
|
.mybalance-item div span.Totalprice{ margin-left: 1em;}
|
|||
|
|
.mybalance-item div.Total{float: left; display: block;}
|
|||
|
|
.mybalance-item div.Total div {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
color: #848484;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.mybalance-item div.Total div span {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.Total div.right {
|
|||
|
|
float: right;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.Total div.right span {
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.Total0{float: left; display: block;}
|
|||
|
|
.mybalance-item div.Total0 div{float: left; display: block;width:auto; margin:0; padding:0;color:#848484; box-sizing: border-box; overflow: hidden;}
|
|||
|
|
.mybalance-item div.Total0 div span{
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.Total0 div.right {
|
|||
|
|
float: right;
|
|||
|
|
width: auto;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.Total0 div.right span{color:#000;}
|
|||
|
|
.mybalance-item div.Total0 div.right .mybtn{border-radius:0.4em; height:1.8em; line-height:1.8em; padding:0 0.4em; color:#fff;}
|
|||
|
|
|
|||
|
|
.mybalance-item div.button_box {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.button_box .mybtn {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
width: 50%;
|
|||
|
|
height: 2.5em;
|
|||
|
|
line-height: 2.5em;
|
|||
|
|
background: linear-gradient(to right,#fec811,#fec811);
|
|||
|
|
color: #000;
|
|||
|
|
border-radius: 0.5em 0 0 0.5em;
|
|||
|
|
}
|
|||
|
|
.mybalance-item div.button_box .mybtn.kddjbtn {
|
|||
|
|
background: linear-gradient(to right,#ff9615,#ff9615);
|
|||
|
|
border-radius: 0 0.5em 0.5em 0;
|
|||
|
|
color: #fff;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
align-items: center;
|
|||
|
|
width: 100%;
|
|||
|
|
background-color: #fff;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 div{
|
|||
|
|
width: 33.33333333333%;
|
|||
|
|
display: flex;
|
|||
|
|
height:4em;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.mydata_box0.logbox {
|
|||
|
|
border-top: 1px solid #00B050;
|
|||
|
|
}
|
|||
|
|
.mydata_box0.logbox div {
|
|||
|
|
height: 3em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.mydata_box0 div.umoney1 {
|
|||
|
|
border-right: 1px solid #0835AF;
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 div.umoney1.end {
|
|||
|
|
border-right: 0;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 div.umoney1 span.num {
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 div img {
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
}
|
|||
|
|
.mydata_box0 div div{
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
.datas-box{display: flex;flex-direction: column;align-items: center;justify-content: center;width:100%;padding:0.8em; box-sizing: border-box;}
|
|||
|
|
|
|||
|
|
.datas-item {
|
|||
|
|
position: relative;
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom: 0.8em;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
margin-top: 0;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
.datas-item div{display: flex;flex-direction: column;}
|
|||
|
|
.datas-item div.image{width:2.5em;height:2.5em;border-radius:50%;}
|
|||
|
|
.datas-item div.image img{width:100%;height:100%;border-radius:50%;}
|
|||
|
|
.datas-item.datas-item0 div.image {
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
border-radius: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item.datas-item0 div.image img {
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
border-radius: 0;
|
|||
|
|
}
|
|||
|
|
.datas-item div.name {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
height: 2.5em;
|
|||
|
|
padding-left: 0.5em;
|
|||
|
|
padding-top: 0.35em;
|
|||
|
|
}
|
|||
|
|
.datas-item div.name div {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: row;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
.datas-item div.name div.time {
|
|||
|
|
color: #848484;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
.datas-item div.name div span {
|
|||
|
|
margin: 0;
|
|||
|
|
margin-left: 0;
|
|||
|
|
display: block;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 2em;
|
|||
|
|
color: #848484;
|
|||
|
|
line-height: 2em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.datas-item div.uLevel {
|
|||
|
|
margin-top: 0.4em;
|
|||
|
|
width: 5em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
color: #848484;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
.datas-item div.zt {
|
|||
|
|
width: 6em;
|
|||
|
|
height: 1.5em;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.datas-item div.faifeito{width:1em;height:1em;}
|
|||
|
|
.datas-item div.faifeito img {
|
|||
|
|
width: 1em;
|
|||
|
|
height: 1em;
|
|||
|
|
}
|
|||
|
|
.datas-item div.badge {
|
|||
|
|
position: absolute;
|
|||
|
|
left: 5em;
|
|||
|
|
top: 0;
|
|||
|
|
width: 1.8em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
line-height:1.8em;
|
|||
|
|
text-align:center;
|
|||
|
|
color: #fff;
|
|||
|
|
background-color: #ff4d00;
|
|||
|
|
border-radius: 50%;
|
|||
|
|
font-size:10px;
|
|||
|
|
}
|
|||
|
|
.datas-box0 {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0 0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 {
|
|||
|
|
display: flex;
|
|||
|
|
flex-direction: column;
|
|||
|
|
width: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom:0.8em;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
padding-bottom:0.4em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: 1px solid #f1f1f1;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 .flex-end {
|
|||
|
|
width: 100%;
|
|||
|
|
margin-bottom:0.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 .flex-end .money {
|
|||
|
|
color: #000;
|
|||
|
|
font-weight: 800;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 .flex-end .time {
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 .flex-end .zzjg span.mybtn {
|
|||
|
|
width: auto;
|
|||
|
|
background-color: #92eb9a;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.datas-item0 .content {
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.4em;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: left;
|
|||
|
|
color: #848484;
|
|||
|
|
}
|
|||
|
|
.yydd-view-box{width:100%; padding:0.8em; padding-top:0; box-sizing: border-box;}
|
|||
|
|
.skdjs-box{width:100%; padding:0; box-sizing: border-box; text-align: center;}
|
|||
|
|
.skdjs-box span{height:3.5em; line-height:3.5em;color:#ff4d00;}
|
|||
|
|
.fkxx-box{width:100%; padding:0; box-sizing: border-box;}
|
|||
|
|
.fkxx-box .fkxx-title{height:3.5em; line-height:3.5em;width:100%; font-weight:600; padding:0; box-sizing: border-box;}
|
|||
|
|
.fkxx-box .fkxx-body{position:relative;float:left; line-height:1.5em;width:100%;}
|
|||
|
|
.fkxx-box .fkxx-body img{max-width:100%;max-height:100%;}
|
|||
|
|
.fkxx-box .fkxx-body span{display:block; margin:0;padding:0; width:100%; height:1.5em; line-height:1.5em;}
|
|||
|
|
.fkxx-box .fkxx-body span.xcopy{}
|
|||
|
|
.fkxx-box .fkxx-body span.xcopy img{margin-left:0.5em; vertical-align:middle; width:1.4em;height:1.4em;}
|
|||
|
|
.fkxx-box .fkxx-body span.ximage{display: block; float:left; width:8em; height:7em; line-height:1.2em; text-align: center; overflow: hidden;}
|
|||
|
|
.fkxx-box .fkxx-body span.ximage img{vertical-align:middle; width:4em;height:4em;border:1px solid #dfdfdf;}
|
|||
|
|
.fkxx-box .fkxx-body span.fhinfo{font-size:1.2em;font-weight: 800; color: #ff4d00;}
|
|||
|
|
.kfserver{position:absolute; top:0.8em;right:0.8em; z-index:0; width:4em;height:4em;text-align: center;border-radius:50%;}
|
|||
|
|
.kfserver img{width:100%;height:100%;}
|
|||
|
|
.kvideo_box {
|
|||
|
|
width: 100%;
|
|||
|
|
padding:0 0.8em;
|
|||
|
|
padding-top:0.8em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.kvideo_box_to {
|
|||
|
|
width: 100%;
|
|||
|
|
border-radius: 0.8em;
|
|||
|
|
overflow: hidden;
|
|||
|
|
padding: 0.8em;
|
|||
|
|
background-color: #12338C;
|
|||
|
|
border: solid 1px #072D92;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
font-size: 1em;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title {
|
|||
|
|
display: flex;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title span{
|
|||
|
|
display:block;
|
|||
|
|
width:auto;
|
|||
|
|
float:left;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title span.kvideotitle {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
color: #23B6B2;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title span.kvideobtn {
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
padding: 0.2em 0.4em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
float: right;
|
|||
|
|
font-size: 1em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title0 {
|
|||
|
|
margin-top: 1.2em;
|
|||
|
|
width: 100%;
|
|||
|
|
|
|||
|
|
color: #E1FFFF;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title0 span.kvideotitle {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
font-size: 0.85em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.kvideo_box .kvideo_title0 span.kvideobtn {
|
|||
|
|
display: block;
|
|||
|
|
width: auto;
|
|||
|
|
padding: 0.2em 0.4em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
float: right;
|
|||
|
|
font-size: 1em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_title0 span.kvideotitle span {
|
|||
|
|
color: #ff4d00;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_task {
|
|||
|
|
display: flex;
|
|||
|
|
width: 100%;
|
|||
|
|
margin-top: 1.5em;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_task .task_process {
|
|||
|
|
flex-grow: 1;
|
|||
|
|
height: 1em;
|
|||
|
|
background-color: #0B8A85;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_task .task_process .task_process_per {
|
|||
|
|
float: left;
|
|||
|
|
display: block;
|
|||
|
|
background-color: #18BCB5;
|
|||
|
|
height: 1em;
|
|||
|
|
}
|
|||
|
|
.kvideo_box .kvideo_task .task_title {
|
|||
|
|
width:auto;
|
|||
|
|
height:1em;
|
|||
|
|
padding-left:0.8em;
|
|||
|
|
font-size:0.85em;
|
|||
|
|
line-height:1em;
|
|||
|
|
box-sizing:border-box;
|
|||
|
|
color:#E1FFFF;
|
|||
|
|
}
|
|||
|
|
.bankmsg .bankmsg_li {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.bankmsg .bankmsg_li img{margin-left:0.5em; vertical-align:middle; width:1.4em;height:1.4em;}
|
|||
|
|
.bankmsg .bankmsg_li input{
|
|||
|
|
float:left;
|
|||
|
|
width:100%;
|
|||
|
|
}
|
|||
|
|
.bankmsg .bankmsg_li .copyBtn {
|
|||
|
|
float: left;
|
|||
|
|
width: 1.4em;
|
|||
|
|
height: 1.4em;
|
|||
|
|
background: url('../image/copy.png') no-repeat 0 0;
|
|||
|
|
background-size: 100% 100%;
|
|||
|
|
text-indent: -1000px;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
.upload_image {
|
|||
|
|
width: 3em;
|
|||
|
|
height: 3em;
|
|||
|
|
margin-right: 0.4em;
|
|||
|
|
padding: 0.1em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.upload_image img {
|
|||
|
|
max-width: 2.4em;
|
|||
|
|
max-height: 2.4em;
|
|||
|
|
}
|
|||
|
|
.cbgw {
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
background-color: #fff;
|
|||
|
|
border: solid 1px #dfdfdf;
|
|||
|
|
}
|
|||
|
|
.contact {
|
|||
|
|
line-height: 2em;
|
|||
|
|
margin: 0 0.6em;
|
|||
|
|
color: #000;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.detail_a {
|
|||
|
|
color: #848484;
|
|||
|
|
line-height: 1.4em;
|
|||
|
|
margin-top: .5em;
|
|||
|
|
padding: 0 0.6em;
|
|||
|
|
}
|
|||
|
|
.selectaddress_btn {
|
|||
|
|
margin-left: 1.2em;
|
|||
|
|
margin-top: 0.5em;
|
|||
|
|
margin-bottom: 0.5em;
|
|||
|
|
width: 4em;
|
|||
|
|
height: 2em;
|
|||
|
|
line-height: 2em;
|
|||
|
|
text-align: center;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
color: #ff4d00;
|
|||
|
|
font-weight: 800;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
select {
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
appearance: none;
|
|||
|
|
background: url("../image/select_ico.jpg") no-repeat scroll right center transparent;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
width:10em;
|
|||
|
|
height:2.5em;
|
|||
|
|
border-radius:0.4em;
|
|||
|
|
padding-left: 0.3em;
|
|||
|
|
}
|
|||
|
|
.readbox div img{width:1.4em;height:1.4em; margin-right:0.4em; border-radius:50%; vertical-align:middle}
|
|||
|
|
footer .addchatbox {
|
|||
|
|
float: left;
|
|||
|
|
width: 100%;
|
|||
|
|
height: 3em;
|
|||
|
|
padding: 0.2em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
footer.mykf .addchatbox {
|
|||
|
|
height: 6em;
|
|||
|
|
}
|
|||
|
|
footer .addchatbox .addbody {
|
|||
|
|
height: 3em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
footer.mykf .addchatbox .addbody {
|
|||
|
|
height: 6em;
|
|||
|
|
}
|
|||
|
|
footer .addchatbox .addbody textarea {
|
|||
|
|
padding: 0.2em;
|
|||
|
|
width: 99%;
|
|||
|
|
height: 2.9em;
|
|||
|
|
line-height: 2.8em;
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
background-color: #f1f1f1;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
footer.mykf .addchatbox .addbody textarea {
|
|||
|
|
width: 99%;
|
|||
|
|
height: 5.6em;
|
|||
|
|
line-height: 1.2em;
|
|||
|
|
}
|
|||
|
|
footer .addchatbox .addabtn {
|
|||
|
|
float:left;
|
|||
|
|
position:relative;
|
|||
|
|
margin: 0;
|
|||
|
|
width: 2.6em;
|
|||
|
|
height: 2.8em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
footer .addchatbox .addabtn img {
|
|||
|
|
margin-top: 0.3em;
|
|||
|
|
width: 2em;
|
|||
|
|
height: 2em;
|
|||
|
|
}
|
|||
|
|
footer .addchatbox .addabtn0 {
|
|||
|
|
display: none;
|
|||
|
|
margin: 0;
|
|||
|
|
margin-top: 0.4em;
|
|||
|
|
width: 3em;
|
|||
|
|
height: 1.8em;
|
|||
|
|
line-height: 1.8em;
|
|||
|
|
border-radius: 0.4em;
|
|||
|
|
text-align: center;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
footer.mykf .addchatbox .addabtn {
|
|||
|
|
margin-top: 2.5em;
|
|||
|
|
}
|
|||
|
|
footer.mykf .addchatbox .addabtn0 {
|
|||
|
|
margin-top: 2.9em;
|
|||
|
|
}
|