123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .content.data-v-287741fe {
- width: 100%;
- height: 100vh;
- padding-bottom: 15rpx;
- background: #F8F8F8;
- }
- .mainList.data-v-287741fe {
- width: 90%;
- margin: 30rpx auto;
- }
- .mainText.data-v-287741fe {
- width: 100%;
- color: #000000;
- font-size: 34rpx;
- text-align: left;
- font-weight: 550;
- opacity: 0.5;
- margin-bottom: 50rpx;
- }
- .receive.data-v-287741fe {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 120rpx;
- background-color: #f60;
- color: #FFFFFF;
- font-size: 24rpx;
- border-radius: 10rpx;
- height: 2.5em;
- margin-top: 30rpx;
- }
- button.data-v-287741fe {
- margin: unset;
- padding: unset;
- }
- button.data-v-287741fe:after {
- border: unset;
- }
- .slot-box {
- position: relative;
- }
- .slot-image {
- width: 130rpx;
- height: 120rpx;
- }
- .status {
- position: absolute;
- left: 0;
- top: 0;
- font-size: 12px;
- color: #fff;
- background: #999;
- }
- .uni-list-item__container {
- flex: none !important;
- width: 90%;
- padding: 12px 5% !important;
- }
- .titleBox {
- width: 70%;
- margin-left: 10px;
- display: block;
- }
- .slot-title {
- width: 100%;
- font-weight: 600;
- color: #000;
- line-height: 2em;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- display: block;
- }
- .slot-text {
- display: block;
- width: 100%;
- font-size: 22rpx;
- color: #999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .slot-footer {
- margin-left: 3%;
- }
- .footerIcon {
- line-height: 3em;
- }
- .remainCount {
- background-color: #999 !important;
- }
- .swiper {
- height: 45vw;
- overflow: hidden;
- }
- /**/
- .uni-section .uni-section-header {
- padding: 12px 20px !important;
- }
|