123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- @charset "UTF-8";
- .top-tab.data-v-14b853f4 {
- display: flex;
- font-size: 32rpx;
- color: rgba(34, 34, 34, 0.8);
- justify-content: space-around;
- background-color: #fff;
- height: 80rpx;
- align-items: center;
- }
- .top-tab .select.data-v-14b853f4 {
- position: relative;
- font-weight: 600;
- }
- .top-tab .select.data-v-14b853f4::before {
- content: "";
- display: block;
- width: 50%;
- height: 4rpx;
- background-color: #f83224;
- position: absolute;
- bottom: -20rpx;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .content.data-v-14b853f4 {
- padding: 20rpx 24rpx;
- padding-bottom: 200rpx;
- }
- .empty.data-v-14b853f4 {
- font-size: 28rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: rgba(51, 51, 51, 0.7);
- margin-top: 200rpx;
- }
- .footer.data-v-14b853f4 {
- position: fixed;
- bottom: 0;
- background-color: #fff;
- display: flex;
- justify-content: space-around;
- width: 750rpx;
- padding: 20rpx 0 66rpx;
- }
- .footer .wx.data-v-14b853f4 {
- width: 338rpx;
- background-color: #fff;
- border-radius: 40rpx;
- height: 80rpx;
- font-size: 32rpx;
- color: #222;
- padding: 0;
- margin: 0;
- border: 2rpx solid #979797;
- }
- .footer .add.data-v-14b853f4 {
- width: 338rpx;
- background-color: #f83224;
- border-radius: 40rpx;
- height: 80rpx;
- font-size: 32rpx;
- color: #fff;
- padding: 0;
- margin: 0;
- }
- .footer .add-international.data-v-14b853f4 {
- width: 702rpx;
- background-color: #f83224;
- border-radius: 40rpx;
- height: 80rpx;
- font-size: 32rpx;
- color: #fff;
- margin: 0 auto;
- }
|