index.wxss
554 字节
/* subPackages/scan/index/index.wxss */
page{
overflow: hidden;
}
.button{
border: 20rpx solid #fecea7;
margin: 0 auto;
font-size: 34rpx;
text-align: center;
margin-top: 300rpx;
width: 300rpx;
height: 300rpx;
border-radius: 50%;
}
.second{
border: 20rpx solid #ffbd88;
border-radius: 50%;
box-sizing: border-box;
height: 100%;
}
.text{
border-radius: 50%;
background: #fb8833;
font-size: 32rpx;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
flex-direction: column;
}