117 lines
1.7 KiB
Plaintext
117 lines
1.7 KiB
Plaintext
/* pages/topay/topay.wxss */
|
|
.topay{
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-color: #f2f0f4;
|
|
}
|
|
.lists{
|
|
height: 80%;
|
|
width: 100%;
|
|
background-color: #fdfcff;
|
|
}
|
|
.list{
|
|
width: 100%;
|
|
height: 90rpx;
|
|
border-bottom:2rpx solid #eee;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
padding:0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.text{
|
|
color:#333;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
}
|
|
.list1{
|
|
margin-top: 10rpx;
|
|
border-top:2rpx solid #eee;
|
|
}
|
|
.may{
|
|
font-weight: 600;
|
|
}
|
|
.mayTO{
|
|
color:#c58265;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.wx-radio-input {
|
|
width: 36rpx !important;
|
|
height: 36rpx !important;
|
|
}
|
|
.list2{
|
|
padding:0 10rpx 0 20rpx !important;
|
|
color:#333;
|
|
font-weight: 600;
|
|
}
|
|
.image{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.img{
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
/* .tips{
|
|
margin-top: 200rpx;
|
|
margin-left: 120rpx;
|
|
font-size: 40rpx;
|
|
|
|
} */
|
|
.tips{
|
|
display: flex;
|
|
justify-content: center; /* 水平居中 */
|
|
align-items: center; /* 垂直居中 */
|
|
height: 300rpx; /* 容器高度,根据需要设置 */
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.arrow{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
.left{
|
|
width: 600rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.right{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 60rpx;
|
|
}
|
|
.right>van-icon{
|
|
font-size: 60rpx;
|
|
}
|
|
.right1>van-icon{
|
|
color:#e2e1e3;
|
|
font-size: 60rpx;
|
|
}
|
|
.img1{
|
|
width: 80rpx;
|
|
height: 50rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.noSupport{
|
|
margin-top: 30rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.ti{
|
|
color:red;
|
|
font-size: 32rpx;
|
|
}
|
|
.texts{
|
|
font-size: 28rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
.loading{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |