Files
JavaMyShop/shop_Frontend/src/assets/css/wxpay.css
2024-09-27 01:16:36 +08:00

139 lines
2.4 KiB
CSS
Executable File

.weixinPay {
width: 100%;
height: 100%;
position: fixed;
z-index: 991;
left: 0;
top: 0;
}
.zhez {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 992;
background: #000;
opacity: .4;
}
.pay-windows {
position: absolute;
width: 88%;
height: 4.8rem;
background: #f8f8f8;
top: .5rem;
z-index: 993;
left: 50%;
margin-left: -3.3rem;
}
.windows-title {
width: 100%;
height: 1.08rem;
border-bottom: 1px solid #c9daca;
}
.windows-title img {
width: .66rem;
}
.windows-title span {
padding-left: .1rem;
font-size: .32rem;
}
.flex-layout {
display: flex;
align-items: center;
}
.windows-money {
height: 1.42rem;
width: 100%;
justify-content: center;
flex-direction: column;
}
.windows-money span {
font-size: .28rem;
}
.windows-money p {
font-size: .5rem;
}
.windows-card{
width: 89%;
margin: 0 auto;
line-height: .8rem;
color: #636363;
font-size: .32rem;
padding: .1rem 0;
overflow: hidden;
border-bottom: .02rem solid #e6e6e6;
border-top: .02rem solid #e6e6e6;
display: flex;
align-items: center;
justify-content: space-between;
}
.windows-card img{
width: .6rem;
flex-grow: 1;
}
.windows-card p{
flex-grow: 18;
margin-left: .1rem;
}
.input ul {
width: 89%;
margin: .2rem auto;
height: .8rem;
overflow: hidden;
border: .02rem solid #bebebe;
display: flex;
}
.input ul li {
border-right: .02rem solid #efefef;
height: .8rem;
width: .972rem;
background: #fff;
}
.numb_box{
position: absolute;
z-index: 10;
background: #f5f5f5;
width: 100%;
height: 4.66rem;
bottom: 0;
z-index: 993
}
.xiaq_tb {
padding: 5px 0;
text-align: center;
border-top: 1px solid #dadada;
}
.xiaq_tb img{
height: .2rem;
}
.nub_ggg {
border: 1px solid #dadada;
overflow: hidden;
border-bottom: 0;
}
.nub_ggg li {
width: 33.3333%;
border-bottom: 1px solid #dadada;
float: left;
text-align: center;
font-size: 22px;
height: 1.03rem;
line-height: 1.03rem;
}
.nub_ggg .zj_x {
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
}
.nub_ggg .no {
background: #e0e0e0
}
.no img{
width: 37.3px;
height: 22.44px;
}
.pwd{
background: rgb(255, 255, 255) url("../../../static/img/dd_03.jpg") center no-repeat !important;
background-size: 25% !important;
}