| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @import "./index.skeleton.wxss";
- .brand-box {
- margin-left: 30rpx;
- padding-bottom: 20rpx;
- .brand-tab-class {
- height: 52rpx;
- line-height: 52rpx;
- font-size: 24rpx;
- color: #666666;
- }
- .brand-active-class {
- border-radius: 26rpx;
- background-color: #FAFAFA;
- }
- }
- .division {
- height: 10rpx;
- background-color: #F4F5F7;
- }
- .footer {
- display: flex;
- justify-content: center;
- position: fixed;
- bottom: 0;
- width: 100vw;
- min-height: 130rpx;
- background-color: #fff;
- box-shadow: rgba(0, 0, 0, 0.15) 0px 5rpx 15rpx 0px;
- z-index: 999999999999999;
- .but {
- width: 690rpx;
- height: 90rpx;
- background: #FA8C16;
- border-radius: 16rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #FFFFFF;
- margin-top: 10rpx;
- }
- }
|