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.3 KiB
98 lines
2.3 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://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xy/bkg.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://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/question.png);
|
|
}
|
|
|
|
.alb{
|
|
width: 432rpx;
|
|
height: 192rpx;
|
|
margin-top: 258rpx;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/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://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/qr.png);
|
|
}
|
|
|
|
.js{
|
|
width: 114rpx;
|
|
height: 172rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/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://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/yw.png);
|
|
}
|
|
|
|
.shadow {
|
|
width: 150rpx;
|
|
height: 62rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://wk921-1316969570.cos.ap-nanjing.myqcloud.com/xy/shadow.png);
|
|
}
|
|
|
|
.jstext{
|
|
width: 400rpx;
|
|
height: 242rpx;
|
|
margin-top: 118rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/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://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/yx.png);
|
|
}
|