start.wxss
334 字节
/* pages/start/start.wxss */
@import '../index/index.wxss';
.start_btn {
position: absolute;
z-index:3;
color:#fff;
font-size:32rpx;
width:520rpx;
height:80rpx;
line-height:80rpx;
text-align:center;
bottom:10%;
left:50%;
transform:translateX(-50%);
background-color:#007CC2;
border-radius:40rpx;
}
.start_btn:active{
opacity: 0.7;
}