59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
/* packageF/debt/debtindex/debtindex.wxss */
|
|
#debtindex {
|
|
min-height: 100vh;
|
|
background: #fff;
|
|
padding: 45.12rpx 40rpx;
|
|
}
|
|
#debtindex .bg1 {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/debt/debtb1.png");
|
|
}
|
|
#debtindex .bg2 {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/debt/debtb2.png");
|
|
}
|
|
#debtindex .bg3 {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/debt/VIPbg.png");
|
|
}
|
|
#debtindex .bgbox {
|
|
height: 209.92rpx;
|
|
box-shadow: 0rpx 2.88rpx 20.16rpx 0rpx rgba(221, 119, 31, 0.51);
|
|
border-radius: 9.92rpx;
|
|
background-size: cover;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 33.92rpx 0 39.04rpx;
|
|
margin-bottom: 49.92rpx;
|
|
color: #fff;
|
|
}
|
|
#debtindex .bgbox .right {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 40rpx;
|
|
}
|
|
#debtindex .bgbox .right .logo {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
border-radius: 100%;
|
|
margin-right: 28.16rpx;
|
|
}
|
|
#debtindex .bgbox .right .logo image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
#debtindex .bgbox .left {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 40rpx;
|
|
}
|
|
#debtindex .txt {
|
|
font-size: 40rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-bottom: 78.08rpx;
|
|
} |