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.
113 lines
2.8 KiB
113 lines
2.8 KiB
/* pages/index/index.wxss */
|
|
.bg{
|
|
position: absolute;
|
|
width: 750rpx;
|
|
height: 1419rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 112.67rpx;
|
|
margin-left: 37.33rpx;
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xy/bkg.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 675.34rpx 100%;
|
|
}
|
|
|
|
.quest{
|
|
position: absolute;
|
|
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{
|
|
position: absolute;
|
|
width: 432rpx;
|
|
height: 192.67rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:234.67rpx;
|
|
margin-left: 121.67rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/alb.png);
|
|
}
|
|
|
|
.qr{
|
|
position: absolute;
|
|
width: 150.67rpx;
|
|
height: 150.67rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:540.67rpx;
|
|
margin-left: 262.33rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/qr.png);
|
|
}
|
|
|
|
.js{
|
|
position: absolute;
|
|
width: 115.33rpx;
|
|
height: 173.33rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:535.33rpx;
|
|
margin-left: 280rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/js.png);
|
|
}
|
|
|
|
.yw{
|
|
position: absolute;
|
|
width: 399.33rpx;
|
|
height: 53.33rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:718rpx;
|
|
margin-left: 138rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/yw.png);
|
|
}
|
|
|
|
.jstext{
|
|
position: absolute;
|
|
width: 399.33rpx;
|
|
height: 216rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:891.33rpx;
|
|
margin-left: 138rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/jstext.png);
|
|
}
|
|
|
|
.yx{
|
|
position: absolute;
|
|
width: 272rpx;
|
|
height: 170.67rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top:1158rpx;
|
|
margin-left: 201.67rpx;
|
|
background-image: url(https://gitee.com/lsltsl/zodiac-elf/raw/master/xzjl/index/yx.png);
|
|
}
|
|
|
|
.hqjs{
|
|
width: 272rpx;
|
|
text-align: center;
|
|
height: 170.67rpx;
|
|
line-height: 170.67rpx;
|
|
color: cornsilk;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
}
|