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.
187 lines
4.1 KiB
187 lines
4.1 KiB
/* pages/index/index.wxss */
|
|
.bd {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.bg{
|
|
width: 674rpx;
|
|
height: 1418rpx;
|
|
margin-top: 114rpx;
|
|
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: 240rpx;
|
|
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: 120rpx;
|
|
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: 120rpx;
|
|
background-size:100% 100%;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/jstext.png);
|
|
}
|
|
|
|
.yx{
|
|
width: 248rpx;
|
|
height: 142rpx;
|
|
margin-top: 40rpx;
|
|
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);
|
|
}
|
|
|
|
.binding-fail {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.binding-top {
|
|
width: 620rpx;
|
|
height: 1080rpx;
|
|
margin-top: 188rpx;
|
|
background-size: cover;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E7%BB%91%E5%AE%9A%E6%83%85%E4%BE%A3%E8%83%8C%E6%99%AF.png);
|
|
}
|
|
|
|
.top-img {
|
|
width: 404rpx;
|
|
height: 404rpx;
|
|
margin: 0 auto;
|
|
margin-top: 110rpx;
|
|
background-size: cover;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E9%92%BB%E7%9F%B3.png);
|
|
}
|
|
|
|
.top-text1 {
|
|
width: 100%;
|
|
margin-top: 52rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
color: rgba(248, 99, 42, 1);
|
|
font-size: 48rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.top-text2 {
|
|
width: 100%;
|
|
margin-top: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
color: rgba(248, 99, 42, 1);
|
|
font-size: 48rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.top-text3 {
|
|
width: 100%;
|
|
margin-top: 42rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.top-text4 {
|
|
width: 100%;
|
|
margin-top: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.binding-btm {
|
|
width: 100%;
|
|
margin-top: 42rpx;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.btm-btn {
|
|
width: 210rpx;
|
|
height: 70rpx;
|
|
border-radius: 20rpx;
|
|
background: linear-gradient(233.49deg, rgba(248,99,42,1) 10.48%,rgba(249,135,89,1) 89.2%);
|
|
text-align: center;
|
|
box-shadow: 0px 4rpx 12rpx 0px rgba(0, 0, 0, 0.4);
|
|
border: 6rpx solid rgba(255, 255, 255, 1);
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
} |