pool.wxss 1.0 KB
/* pages/pool/pool.wxss */
page{
 width:100%;
 height: 100%;
 background: #8DE063;
}
.content{
 position: absolute;
 top:10%;
 left:0;
 width:100%;
 height: 600rpx;
}
.content image{
 width:100%;
 height: 100%;
}
.txt_box{
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 position: absolute;
 width:100%;
 left:0;
 bottom:0;
 z-index:100;
}
.pool_txt{
 color:#FFFFFF;
 font-weight: bold;
 font-size: 36rpx;
 margin: 0 0 22rpx 0;
 text-align: center;
}
.pool_num{
 width:520rpx;
 height: 100rpx;
 margin: 0 auto 20rpx auto;
 line-height: 100rpx;
 border:3rpx solid #fff;
 color:#fff;
 font-size:52rpx;
 text-align: center;
 border-radius: 50rpx;
}
.pool_btn{
 position: relative;
 background: #FFf;
 color:#8DE063;
 font-size:52rpx;

}
.pool_btn button{
 position: absolute;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 z-index:1000;
 opacity: 0;
}
.pool_btn:active{
 opacity: 0.7;
}
.poolsub_txt{
 color:#fff;
 font-size:26rpx;
 width:434rpx;
 margin: 0 auto 34rpx auto;
 text-align: center;
}