You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jy-site/css/recharge.css

202 lines
4.2 KiB
CSS

.product_swiper{
margin-top: 0.02rem;
width: 100%;
height: 2.9rem;
}
.product_swiper>img{
width: 100%;
height: 100%;
}
.recharge{
width: 100%;
background: #f5f5f5;
}
.sec {
width: 12.60rem;
margin: 0 auto;
}
.m-tab li.active {
background-color: #fff;
font-size: 0.16rem;
}
.pay-tab li {
width: 33.333%;
position: relative;
}
.m-tab .active a, .m-tab .active label {
border-top-color: #118eea;
color: #118eea;
}
.m-tab label {
cursor: pointer;
}
.m-tab a, .m-tab label {
color: #535353;
display: block;
line-height: 0.48rem;
border-top: 0.06rem solid #f0f0f0;
}
.m-tab li.active {
background-color: #fff;
font-size: 16px;
}
.m-tab li {
float: left;
background-color: #f0f0f0;
line-height: 0.6rem;
padding-top: 0.06rem;
text-align: center;
}
li{
list-style: none;
}
.pay-tab .ico-hot {
position: absolute;
left:2.5rem;
top: 0.15rem;
width: 0.32rem;
height: 0.24rem;
background: url(../img/ico_hot.png) no-repeat;
}
.pay-wrap {
min-height: 3rem;
height: auto!important;
height: 3rem;
}
.pay-panel {
background-color: #fff;
padding: 0.45rem 0;
}
.pay-panel li {
clear: both;
margin-bottom: 0.22rem;
}
.clearfix {
zoom: 1;
}
.label-title {
width: 3.6rem;
padding-right: 0.1rem;
text-align: right;
line-height: 0.5rem;
font-size: 0.14rem;
}
.label-title, .label-item {
float: left;
font-size: 0.14rem;
color: #535353;
}
.label-item {
position: relative;
}
.form-item {
width: 2.62rem;
padding: 0.13rem 0.14rem 0.11rem;
border: 1px solid #d9d9d9;
height: 0.24rem;
display: inline-block;
margin-right: 0.1rem;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.form-item input {
display: block;
width: 100%;
font-size: 0.14rem;
height: 0.24rem;
line-height: 0.24rem;
}
button, input, optgroup, select, textarea {
margin: 0;
padding: 0;
font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
-webkit-appearance: none;
outline: 0 none;
border: 0 none;
}
button, input, select {
vertical-align: middle;
}
.label-cell {
padding:0.06rem 0 0.12rem;
font-size: 0px;
}
.label-cell label {
padding: 0.1rem 0.12rem;
line-height: 0.16rem;
display: inline-block;
cursor: pointer;
background-color: #f7f7f7;
color: #43403d;
border: 1px solid #d9d9d9;
border-radius: 2px;
margin: 0 0.1rem 0 0;
font-size: 0.14rem;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.label-cell label.active {
background-color: #ffdea8;
border-color: #ff9307;
}
.label-cell label:hover {
border-color: #ff9307;
}
.channel-tab label.active, .others-tab label.active {
background-color: #f7f7f7;
border-width: 2px;
padding: 0.09rem 0.25rem;
}
.channel-tab label, .others-tab label {
padding: 0.1rem 0.26rem;
background-position: 50% 50%;
background-repeat: no-repeat;
width: 0.98rem;
height: 0.27rem;
text-indent: -9999em;
overflow: hidden;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
float: left;
}
.ico-alipay {
background-image: url(../img/ico_channel1.png);
}
.label-option {
position: relative;
width: 2.92rem;
padding-right: 0.12rem;
margin-left: 3.7rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 0.14rem;
}
.label-option a, .label-option input {
color: #fff;
text-align: center;
background-color: #108ee9;
border: 1px solid #108ee9;
border-radius: 0.04rem;
width: 100%;
height:0.38rem;
line-height: 0.38rem;
display: inline-block;
margin: 0 0 0.12rem;
cursor: pointer;
font-size: 0.14rem;
}
a {
text-decoration: none;
}