123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .checkboxes {
- justify-content: flex-end;
- font-size: 0 !important;
- }
- .popup-title {
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- font-weight: 700;
- font-size: 30rpx;
- }
- .popup-button {
- width: 100%;
- display: flex;
- justify-content: space-around;
- box-sizing: border-box;
- padding: 0 80rpx;
- margin-top: 30rpx;
- .but {
- width: 180rpx;
- height: 80rpx;
- border-radius: 8rpx;
- }
- }
- .tag {
- height: 40rpx;
- padding: 0 15rpx;
- margin-right: 10rpx;
- border-radius: 8rpx;
- }
- .footer {
- text-align: center;
- position: fixed;
- bottom: 0;
- width: 100vw;
- padding: 20rpx 0;
- background-color: #ffffff;
- z-index: 99;
- .button {
- width: 500rpx;
- height: 90rpx;
- border-radius: 100rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
|