/* pages/release/index.wxss */ .auth-btn-box{ width: 100%; margin-top: 300rpx; } .auth-btn{ width: 310rpx; height: 101rpx; background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%); border-radius: 12rpx; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 50rpx; } .auth-btn image{ width: 32rpx; height: 32rpx; transform: rotate(180deg); } .bgG{ background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%); } .posi{ position: absolute; width: 100%; bottom: 100rpx; } .top30{ bottom: 30%; } .tips-box{ /* margin-top: 15%; */ } .tips{ color: #FF0000; font-size: 20rpx; padding-left: 54rpx; margin-bottom: 10rpx; } .icon{ width: 26rpx; height: 26rpx; border: 1rpx solid #FF0000; text-align: center; line-height: 22rpx; border-radius: 50%; font-size: 20rpx; margin-right: 10rpx; } .btn-box{ width: 100%; padding: 0 36rpx; margin-top: 28rpx; } .btn{ width: 320rpx; height: 378rpx; position: relative; } .btn-box image{ width: 320rpx; height: 378rpx; position: absolute; left: 0; top: 0; } .btn-box .default{ filter: grayscale(1); } .btn .tip{ color: #9C9C9C; font-weight: 500; font-size: 32rpx; position: relative; left: 0; top: 70rpx; text-align: center; z-index: 3; } .btn .auth{ color: #1D1D1D; } .close { text-align: center; } .close image{ width: 88rpx; height: 88rpx; }