123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- @charset "UTF-8";
- /*每个页面公共css */
- .font72.data-v-3ff599cd {
- font-size: 72rpx;
- }
- .font44.data-v-3ff599cd {
- font-size: 44rpx;
- }
- .font36.data-v-3ff599cd {
- font-size: 36rpx;
- }
- .font32.data-v-3ff599cd {
- font-size: 32rpx;
- }
- .font28.data-v-3ff599cd {
- font-size: 28rpx;
- }
- .font24.data-v-3ff599cd {
- font-size: 24rpx;
- }
- .font22.data-v-3ff599cd {
- font-size: 22rpx;
- }
- .font20.data-v-3ff599cd {
- font-size: 20rpx;
- }
- .fw400.data-v-3ff599cd {
- font-weight: 400;
- }
- .fw500.data-v-3ff599cd {
- font-weight: 500;
- }
- .fw600.data-v-3ff599cd {
- font-weight: 600;
- }
- .fw700.data-v-3ff599cd {
- font-weight: 700;
- }
- .el.data-v-3ff599cd {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- button.data-v-3ff599cd {
- background-color: transparent;
- }
- .button-hover.data-v-3ff599cd {
- background: transparent;
- }
- button.data-v-3ff599cd::after {
- border: none;
- box-sizing: content-box;
- }
- .data-v-3ff599cd::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .placeholder-input.data-v-3ff599cd {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #B7B7C5;
- line-height: 40rpx;
- }
- /*每个页面公共css */
- .flex-center.data-v-3ff599cd {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .flex-around.data-v-3ff599cd {
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .flex-between.data-v-3ff599cd {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .flex-start.data-v-3ff599cd {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .flex-end.data-v-3ff599cd {
- display: flex;
- justify-content: flex-end;
- align-items: flex-end;
- }
- .null-box.data-v-3ff599cd {
- width: 100%;
- height: 176rpx;
- background-color: #151126;
- }
- .no-more.data-v-3ff599cd {
- color: #9A9ABF;
- text-align: center;
- padding: 10rpx 0rpx 30rpx 0rpx;
- }
- .container.data-v-3ff599cd {
- flex-direction: column;
- }
- .container .popup.data-v-3ff599cd {
- width: 630rpx;
- height: 716rpx;
- background-color: #6C52F4;
- position: relative;
- flex-direction: column;
- border-radius: 40rpx;
- }
- .container .popup .close.data-v-3ff599cd {
- position: absolute;
- right: 20rpx;
- top: 20rpx;
- width: 32rpx;
- height: 32rpx;
- }
- .container .popup .top.data-v-3ff599cd {
- height: 132rpx;
- width: 630rpx;
- padding: 40rpx 40rpx 0rpx 40rpx;
- box-sizing: border-box;
- }
- .container .popup .top .top-icon.data-v-3ff599cd {
- width: 160rpx;
- height: 60rpx;
- }
- .container .popup .top .top-text.data-v-3ff599cd {
- color: #ffffff;
- margin-left: 8rpx;
- }
- .container .popup .swiper.data-v-3ff599cd {
- flex: 1;
- width: 630rpx;
- }
- .container .popup .swiper .swiper-item.data-v-3ff599cd {
- width: 630rpx;
- flex-direction: column;
- }
- .container .popup .swiper .swiper-item .si-img.data-v-3ff599cd {
- width: 630rpx;
- height: 256rpx;
- }
- .container .popup .swiper .swiper-item .si-title.data-v-3ff599cd {
- color: #ffffff;
- text-align: center;
- }
- .container .popup .swiper .swiper-item .si-text.data-v-3ff599cd {
- color: #ffffff;
- text-align: center;
- margin-top: 16rpx;
- }
- .container .popup .bottom.data-v-3ff599cd {
- width: 100%;
- height: 120rpx;
- padding: 0rpx 40rpx 0rpx 40rpx;
- box-sizing: border-box;
- background-color: rgba(255, 255, 255, 0.08);
- }
- .container .popup .bottom .b-text1.data-v-3ff599cd {
- color: #ffffff;
- }
|