| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- background: #f8f8f8;
- height: 100%;
- }
- page .type-item,
- .content .type-item {
- height: 100%;
- position: relative;
- }
- page .type-item .item-title,
- .content .type-item .item-title {
- font-weight: bold;
- background: #ffffff;
- font-size: 36rpx;
- color: #333333;
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- border-bottom: 2rpx solid #eeeeee;
- }
- page .type-item .record,
- .content .type-item .record {
- position: absolute;
- top: 25rpx;
- right: 25rpx;
- color: #6786fb;
- font-size: 30rpx;
- }
- .swiper-box {
- height: calc(100% - 80px);
- }
- .list-scroll-content {
- height: 100%;
- }
- .navbar {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: 40px;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- }
- .navbar .nav-item {
- -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: #6786FB;
- }
- .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 #6786FB;
- }
- .uni-swiper-item {
- height: auto;
- }
- .order-item {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- padding-left: 30rpx;
- background: #fff;
- padding: 28rpx 28rpx;
- margin-bottom: 25rpx;
- border-radius: 15rpx;
- }
- .order-item .i-top {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- font-size: 30rpx;
- color: #6786fb;
- position: relative;
- }
- .order-item .i-top image {
- width: 34rpx;
- height: 32rpx;
- margin-right: 15rpx;
- }
- .order-item .i-top .time {
- width: 75%;
- }
- .order-item .i-top .time text {
- color: #666666;
- }
- .order-item .i-top .del-btn {
- padding: 10rpx 0 10rpx 36rpx;
- font-size: 32rpx;
- color: #909399;
- position: relative;
- }
- .order-item .i-top .del-btn:after {
- content: '';
- width: 0;
- height: 30rpx;
- border-left: 1px solid #dcdfe6;
- position: absolute;
- left: 20rpx;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .order-item .goods-box-single {
- padding: 50rpx 0;
- }
- .order-item .goods-box-single .img-box {
- position: relative;
- }
- .order-item .goods-box-single .img-box .goods-img {
- display: block;
- width: 140rpx;
- height: 140rpx;
- border-radius: 25rpx;
- }
- .order-item .goods-box-single .img-box .corner {
- position: absolute;
- z-index: 999;
- }
- .order-item .goods-box-single .right {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- padding: 0 30rpx 0 24rpx;
- overflow: hidden;
- }
- .order-item .goods-box-single .right .title {
- font-size: 30rpx;
- line-height: 45rpx;
- font-weight: 500;
- color: #303133;
- line-height: 50rpx;
- }
- .order-item .goods-box-single .right .title .price {
- color: #fc4141;
- }
- .order-item .goods-box-single .right .font-da {
- font-size: 35rpx;
- font-weight: bold;
- }
- .order-item .goods-box-single .right .red {
- color: #fc4141;
- }
- .order-item .goods-box-single .right .attr-box {
- font-size: 24rpx;
- color: #666666;
- }
- .order-item .goods-box-single .right .attr-box .red {
- color: #e73932;
- }
- .order-item .goods-box-single .appointment {
- font-size: 30rpx;
- color: #6786fb;
- background: rgba(103, 134, 251, 0.18);
- border-radius: 5px;
- padding: 15rpx 25rpx;
- }
- .order-item .action-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- position: relative;
- padding-top: 28rpx;
- }
- .order-item .action-btn {
- width: 160rpx;
- height: 60rpx;
- margin: 0;
- margin-left: 24rpx;
- padding: 0;
- text-align: center;
- line-height: 60rpx;
- font-size: 26rpx;
- color: #303133;
- background: #fff;
- border-radius: 100px;
- border: 2rpx solid #6786fb;
- color: #6786fb;
- }
- .order-item .row {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- font-size: 30rpx;
- position: relative;
- }
- .Search-box {
- overflow: hidden;
- width: 100%;
- padding: 20rpx;
- background-color: #ffffff;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- }
- .Search-box .Search-box {
- width: 89%;
- height: 72rpx;
- border-radius: 36rpx;
- background-color: #f8f6f6;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- padding-left: 54rpx;
- }
- .Search-box .Search-box .box-img {
- height: 30rpx;
- width: 30rpx;
- margin-right: 20rpx;
- }
- .Search-box .Search-box .box-word {
- font-size: 26rpx;
- font-weight: 500;
- color: #666666;
- }
- .Search-box .Search-word {
- width: 11%;
- font-size: 30rpx;
- font-weight: 500;
- color: #666666;
- }
- .Search-box .Search-word .word {
- float: right;
- }
- .second-part {
- padding: 20rpx;
- }
- .second-part .template {
- width: 100%;
- background: #ffffff;
- overflow: hidden;
- padding: 20rpx;
- box-shadow: 0px 5px 5px 0px rgba(35, 24, 21, 0.06);
- margin-bottom: 18rpx;
- border-radius: 12rpx;
- position: relative;
- }
- .second-part .template .left-img {
- width: 140rpx;
- float: left;
- overflow: hidden;
- }
- .second-part .template .left-img image {
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- }
- .second-part .template .center-word {
- width: 50%;
- padding-left: 25rpx;
- padding-right: 15rpx;
- }
- .second-part .template .center-word .one {
- font-size: 30rpx;
- font-weight: 500;
- color: #333;
- line-height: 36rpx;
- display: block;
- margin-bottom: 10rpx;
- }
- .second-part .template .center-word .two {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- line-height: 36rpx;
- display: block;
- }
- .second-part .template .right-label {
- padding: 16rpx;
- border: 1px solid #6786FB;
- border-radius: 7rpx;
- font-size: 23rpx;
- font-weight: 500;
- color: #6786FB;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .second-part .template .right-label image {
- width: 38rpx;
- height: 38rpx;
- margin-right: 8rpx;
- }
- .popup {
- width: 536rpx;
- }
- .popup .img {
- width: 100%;
- }
- .popup .row {
- background: #ffffff;
- padding: 45rpx 45rpx;
- border-radius: 25rpx;
- }
- .popup .row .row-1 {
- color: #323333;
- font-size: 36rpx;
- text-align: center;
- width: 100%;
- padding: 30rpx 0rpx;
- padding-bottom: 50rpx !important;
- }
- .popup .row .row-2 {
- background: #eaeaea;
- padding: 15rpx 25rpx;
- font-size: 26rpx;
- height: 80rpx;
- border-radius: 15rpx;
- }
- .popup .row .row-3 {
- width: 80%;
- margin: 20rpx auto;
- margin-top: 50rpx;
- background: -webkit-linear-gradient(bottom, #7e99fe, #978ffa);
- background: linear-gradient(0deg, #7e99fe, #978ffa);
- border-radius: 34rpx;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #f8f9f9;
- }
- .close_icon {
- width: 52rpx;
- height: 52rpx;
- margin: 88rpx auto 0;
- }
- .close_icon image {
- width: 100%;
- height: 100%;
- }
- .pay-type-list {
- margin-top: 20rpx;
- background-color: #fff;
- padding-left: 40rpx;
- }
- .pay-type-list .type-item {
- height: 120rpx;
- padding: 20rpx 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-right: 60rpx;
- font-size: 30rpx;
- position: relative;
- }
- .pay-type-list .icon {
- width: 100rpx;
- font-size: 52rpx;
- }
- .pay-type-list .img {
- color: #fe8e2e;
- width: 50rpx;
- height: 50rpx;
- }
- .pay-type-list .img image {
- width: 100%;
- height: 100%;
- }
- .pay-type-list .tit {
- font-size: 32rpx;
- color: #303133;
- margin-bottom: 4rpx;
- }
- .pay-type-list .con {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- padding-left: 25rpx;
- font-size: 24rpx;
- color: #909399;
- }
- .payment {
- background-color: #ffffff;
- border-radius: 15rpx 15rpx 0rpx 0rpx;
- z-index: 999;
- }
- .payment .first {
- border-bottom: 2rpx solid #ebeef5;
- padding: 38rpx 25rpx;
- }
- .payment .first .word {
- font-size: 28rpx;
- font-weight: bold;
- color: #303133;
- }
- .payment .first image {
- width: 25rpx;
- height: 25rpx;
- }
- .payment .one {
- height: 20rpx;
- background-color: #f6f6f6;
- }
- .payment .Third .two1 {
- width: 55%;
- background-color: #ffffff;
- padding-left: 25rpx;
- }
- .payment .Third .two1 .two1-1 {
- font-size: 28rpx;
- font-weight: 400;
- color: #303133;
- }
- .payment .Third .two1 .two1-2 {
- font-size: 24rpx;
- font-weight: bold;
- color: #FC4141;
- }
- .payment .Third .two1 .size {
- font-size: 36rpx;
- }
- .payment .Third .two2 {
- width: 45%;
- background: #FC4141;
- color: #ffffff;
- font-size: 32rpx;
- font-weight: 550;
- text-align: center;
- padding: 30rpx 0rpx;
- }
- .payment .Third .clickbg {
- background-color: #999999 !important;
- }
|