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.
xzjl-ui/pages/index/index.wxss

98 lines
2.2 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://wish-assets.windymuse.com.cn/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://wish-assets.windymuse.com.cn/xy/question.png);
}
.alb{
width: 432rpx;
height: 192rpx;
margin-top: 258rpx;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/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://wish-assets.windymuse.com.cn/xy/qr.png);
}
.js{
width: 114rpx;
height: 172rpx;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/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://wish-assets.windymuse.com.cn/xy/yw.png);
}
.shadow {
width: 150rpx;
height: 62rpx;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/shadow.png);
}
.jstext{
width: 400rpx;
height: 242rpx;
margin-top: 118rpx;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/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://wish-assets.windymuse.com.cn/xy/yx.png);
}