123456789101112131415161718192021222324252627282930313233343536373839 |
- @import 'uview-ui/theme.scss';
- .wrap {
- margin: 0 40rpx;
- position: relative;
- }
- .bottom-btn-wrap {
- height: 155rpx;
- }
- .bottom-btn {
- position: fixed;
- left: 40rpx;
- right: 40rpx;
- bottom: 47rpx;
- height: 85rpx;
- line-height: 85rpx;
- background: #3397fa;
- box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
- border-radius: 10rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #fff;
- letter-spacing: 1px;
- z-index: 99;
- }
- .bottom-btn.static {
- position: static;
- }
- uni-radio .uni-radio-input {
- border: 1px solid #000;
- }
- uni-radio .uni-radio-input:hover {
- border: 1px solid #000;
- }
|