index.wxss
473 字节
.logo {
width: 197rpx;
height: 197rpx;
font-size: 0;
margin: 120rpx auto 0;
border-radius: 50%;
}
.logon image{
border-radius: 50%;
}
.bottomtextright {
width: 360rpx;
height: 80rpx;
line-height: 80rpx;
background: rgba(253, 172, 48, 1);
border: 2rpx solid rgba(253, 170, 42, 1);
opacity: 1;
border-radius: 8rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
margin:522rpx auto 0;
}
button::after{
border:none;
outline:none;
}