index.wxss 861 字节
.bg{
  width:100%;
  height: 100%;
  
  position: fixed;
  top:0;
  bottom:0;
  left:0; 
}
.bg image{
  width:100%;
  height: 100%;
}
.top_text{
  width:100%;
  top:5%;
  position: absolute;
  color:#DB214C;
  font-weight: bold;
  text-align: center;
  
}
.mini_title{
  font-size:25rpx;
  margin:0 0 20rpx 0;
}
.title{
  font-size:47rpx;
  word-spacing: 10rpx;
}
.center_img{
  position: absolute;
  width:656rpx;
  height: 572rpx;
  z-index:2;
  top:24%;
  left:50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.center_img image{
  width:100%;
}
.index_btn{
  position: absolute;
  z-index:3;
  color:#fff;
  font-size:32rpx;
  width:320rpx;
  height: 80rpx;
  line-height: 80rpx;
  text-align: center;
  bottom:8%;
  left:50%;
  transform: translateX(-50%);
  background-color: #007CC2;
  border-radius: 40rpx;
}
.index_btn:active{
  opacity: 0.7;
}