|
|
-
- .release-box{
- width: 250rpx;
- height: 80rpx;
- background: #ff5d18;
- border: 4rpx solid rgba(255,255,255,0.68);
- border-radius: 44rpx;
- box-shadow: 0px 6rpx 12rpx 0px rgba(0,0,0,0.16);
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- bottom: 40rpx;
- left: 250rpx;
- }
-
|