forked from lsl/xzjl-ui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.1 KiB
98 lines
2.1 KiB
/* pages/index/index.wxss */
|
|
.bd {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 88rpx 40rpx 0 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/index-bgc.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.quest{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size: 50rpx 50rpx;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/question.png);
|
|
}
|
|
|
|
.alb{
|
|
width: 432rpx;
|
|
height: 192rpx;
|
|
margin-top: 258rpx;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/alb.png);
|
|
}
|
|
|
|
.qr{
|
|
width: 152rpx;
|
|
height: 152rpx;
|
|
margin-top: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/qr.png);
|
|
}
|
|
|
|
.js{
|
|
width: 114rpx;
|
|
height: 172rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/js.png);
|
|
}
|
|
|
|
.yw{
|
|
width: 400rpx;
|
|
height: 54rpx;
|
|
margin-top: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/yw.png);
|
|
}
|
|
|
|
.shadow {
|
|
width: 150rpx;
|
|
height: 62rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/shadow.png);
|
|
}
|
|
|
|
.jstext{
|
|
width: 400rpx;
|
|
height: 242rpx;
|
|
margin-top: 118rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/jstext.png);
|
|
}
|
|
|
|
.yx{
|
|
width: 248rpx;
|
|
height: 142rpx;
|
|
margin-top: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: cornsilk;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
background-size:100% 100%;
|
|
background-image: url(https://oss.wish.ydxxkj.top/xy/yx.png);
|
|
}
|