| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @import "./groud.scss";
- .content1 {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- .but {
- min-width: 188rpx;
- height: 72rpx;
- background: #F5F5F5;
- border-radius: 8rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- box-sizing: border-box;
- margin-right: 20rpx;
- margin-top: 20rpx;
- padding: 0 10rpx;
- }
- .active {
- border: 1px solid #3874F6;
- color: #3874F6;
- font-weight: bold;
- background-color: #F5F5F5;
- }
- }
- .footer {
- display: flex;
- justify-content: space-around;
- width: 100%;
- box-sizing: border-box;
- padding: 10rpx;
- box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx;
- .v-but {
- width: 190rpx;
- height: 90rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- border: 1px solid #CCCCCC;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- }
- .confirm {
- border: none;
- background: #3874F6;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
|