| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- background: #f8f8f8;
- height: 100%;
- }
- .swiper-box {
- height: calc(100% - 40px);
- }
- .list-scroll-content {
- height: 100%;
- }
- .navbar {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: 40px;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- }
- .navbar .nav-item {
- width: 250rpx;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 100%;
- font-size: 15px;
- color: #303133;
- position: relative;
- }
- .navbar .nav-item.current {
- color: #FF0000;
- }
- .navbar .nav-item.current:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 44px;
- height: 0;
- border-bottom: 2px solid #FF0000;
- }
- .uni-swiper-item {
- height: auto;
- }
- .order-item {
- background-color: #fff;
- padding: 0 20rpx;
- margin-bottom: 15rpx;
- margin-top: 15rpx;
- }
- .order-item .item-top {
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- height: 79rpx;
- border-bottom: 1px solid #E1E1E5;
- line-height: 79rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .order-item .item-main {
- height: 210rpx;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .order-item .item-main image {
- width: 220rpx;
- height: 170rpx;
- background: #FFFFFF;
- border: 1px solid #DDDDDD;
- border-radius: 10rpx;
- margin: 18rpx;
- }
- .order-item .item-main .item-info {
- width: 471rpx;
- height: 170rpx;
- position: relative;
- }
- .order-item .item-main .item-info .info-title {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #323232;
- line-height: 1;
- }
- .order-item .item-main .item-info .info-content {
- padding-top: 14rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1.5;
- }
- .order-item .item-main .item-info .info-time {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .order-item .item-bottom {
- height: 96rpx;
- border-top: 1px solid #E1E1E5;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .order-item .item-bottom view {
- width: 144rpx;
- height: 55rpx;
- line-height: 55rpx;
- text-align: center;
- border-radius: 28rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- }
- .order-item .item-bottom .yxs {
- border: 2px solid #FA7E67;
- color: #FA7E67;
- line-height: 50rpx;
- }
- .order-item .item-bottom .zs {
- background: #FA7E67;
- color: #fff;
- margin-left: 15rpx;
- }
- .mask {
- z-index: 10;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .mask .pop {
- z-index: 12;
- width: 560rpx;
- height: 379rpx;
- background: white;
- border-radius: 30px;
- }
- .mask .pop .pop-box {
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- text-align: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin-top: -72rpx !important;
- }
- .mask .pop .pop-box .pop-img {
- width: 177rpx;
- height: 186rpx;
- margin-bottom: 34rpx;
- }
- .mask .pop .pop-box .pop-title {
- height: 34rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 32rpx;
- }
- .mask .pop .pop-box .number {
- width: 454rpx;
- height: 78rpx;
- background: #eaeaea;
- background: #eaeaea;
- }
- .mask .pop .close-box {
- margin-top: 130rpx;
- text-align: center;
- }
- .mask .pop .close-box .close {
- width: 83rpx;
- height: 83rpx;
- }
- /* load-more */
- .uni-load-more {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- height: 80rpx;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .uni-load-more__text {
- font-size: 28rpx;
- color: #999;
- }
- .uni-load-more__img {
- height: 24px;
- width: 24px;
- margin-right: 10px;
- }
- .uni-load-more__img > view {
- position: absolute;
- }
- .uni-load-more__img > view view {
- width: 6px;
- height: 2px;
- border-top-left-radius: 1px;
- border-bottom-left-radius: 1px;
- background: #999;
- position: absolute;
- opacity: 0.2;
- -webkit-transform-origin: 50%;
- transform-origin: 50%;
- -webkit-animation: load 1.56s ease infinite;
- animation: load 1.56s ease infinite;
- }
- .uni-load-more__img > view view:nth-child(1) {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- top: 2px;
- left: 9px;
- }
- .uni-load-more__img > view view:nth-child(2) {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- top: 11px;
- right: 0;
- }
- .uni-load-more__img > view view:nth-child(3) {
- -webkit-transform: rotate(270deg);
- transform: rotate(270deg);
- bottom: 2px;
- left: 9px;
- }
- .uni-load-more__img > view view:nth-child(4) {
- top: 11px;
- left: 0;
- }
- .load1,
- .load2,
- .load3 {
- height: 24px;
- width: 24px;
- }
- .load2 {
- -webkit-transform: rotate(30deg);
- transform: rotate(30deg);
- }
- .load3 {
- -webkit-transform: rotate(60deg);
- transform: rotate(60deg);
- }
- .load1 view:nth-child(1) {
- -webkit-animation-delay: 0s;
- animation-delay: 0s;
- }
- .load2 view:nth-child(1) {
- -webkit-animation-delay: 0.13s;
- animation-delay: 0.13s;
- }
- .load3 view:nth-child(1) {
- -webkit-animation-delay: 0.26s;
- animation-delay: 0.26s;
- }
- .load1 view:nth-child(2) {
- -webkit-animation-delay: 0.39s;
- animation-delay: 0.39s;
- }
- .load2 view:nth-child(2) {
- -webkit-animation-delay: 0.52s;
- animation-delay: 0.52s;
- }
- .load3 view:nth-child(2) {
- -webkit-animation-delay: 0.65s;
- animation-delay: 0.65s;
- }
- .load1 view:nth-child(3) {
- -webkit-animation-delay: 0.78s;
- animation-delay: 0.78s;
- }
- .load2 view:nth-child(3) {
- -webkit-animation-delay: 0.91s;
- animation-delay: 0.91s;
- }
- .load3 view:nth-child(3) {
- -webkit-animation-delay: 1.04s;
- animation-delay: 1.04s;
- }
- .load1 view:nth-child(4) {
- -webkit-animation-delay: 1.17s;
- animation-delay: 1.17s;
- }
- .load2 view:nth-child(4) {
- -webkit-animation-delay: 1.3s;
- animation-delay: 1.3s;
- }
- .load3 view:nth-child(4) {
- -webkit-animation-delay: 1.43s;
- animation-delay: 1.43s;
- }
- @-webkit-keyframes load {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0.2;
- }
- }
- .class-box {
- background: #FFFFFF;
- white-space: nowrap;
- height: 78rpx;
- }
- .class-box .item {
- text-align: center;
- display: inline-block;
- color: #606266;
- margin: 26rpx 34rpx 15rpx 29rpx;
- background-color: #fff;
- line-height: 1;
- }
- .class-box .item .time {
- font-family: PingFang SC;
- font-weight: bold;
- font-size: 30rpx;
- padding-bottom: 19rpx;
- }
- .class-box .item .time.action {
- color: #FF0000;
- border-bottom: 4rpx solid #ff0000;
- }
|