You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
362 lines
7.4 KiB
362 lines
7.4 KiB
.popup {
|
|
width: 100vw;
|
|
}
|
|
.dataPicker1 {
|
|
width: 70rpx;
|
|
height: 82rpx;
|
|
display: inline-block;
|
|
}
|
|
.addOrderButton {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
position: fixed;
|
|
border-radius: 60rpx;
|
|
bottom: 150rpx;
|
|
left: 50%;
|
|
line-height: 80rpx;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background: #3388ff;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
}
|
|
.tips {
|
|
height: 180rpx;
|
|
text-align: center;
|
|
}
|
|
.tips > ._span {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: black;
|
|
}
|
|
.popView {
|
|
position: relative;
|
|
bottom: 220rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
height: 220rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.popView > view {
|
|
margin-top: 60rpx;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
.popView > view > view {
|
|
overflow: hidden;
|
|
width: 66rpx;
|
|
height: 66rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.popView > view > view > image {
|
|
width: 66rpx;
|
|
height: 66rpx;
|
|
}
|
|
.popView > view > ._span {
|
|
display: inline-block;
|
|
margin-top: 10rpx;
|
|
font-size: 24rpx;
|
|
color: #dddddd;
|
|
}
|
|
.mbRightFoot {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.mbRightFoot > ._span {
|
|
vertical-align: bottom;
|
|
font-size: 36rpx;
|
|
color: #ff4444;
|
|
}
|
|
.mbRightFoot > ._span > ._span {
|
|
font-size: 24rpx;
|
|
}
|
|
.mbRightFoot > view {
|
|
width: 52rpx;
|
|
height: 52rpx;
|
|
border: 2rpx solid #cccccc;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.mbRightFoot > view > view {
|
|
margin-top: 25rpx;
|
|
line-height: 52rpx;
|
|
width: 7rpx;
|
|
height: 7rpx;
|
|
background: #666666;
|
|
border-radius: 50%;
|
|
}
|
|
.mbRightBody {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 10rpx;
|
|
}
|
|
.mbRightBody > view > ._span {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.mbRightBody > view > ._span:nth-child(2) {
|
|
margin-left: 10rpx;
|
|
}
|
|
.mbRightBody > view > text {
|
|
font-size: 24rpx;
|
|
color: #ff4444;
|
|
}
|
|
.mbRight {
|
|
height: 159rpx;
|
|
margin-left: 20rpx;
|
|
width: 450rpx;
|
|
}
|
|
.mbRight > view {
|
|
height: 159rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
}
|
|
.mbRightTitle > view {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 52rpx;
|
|
height: 30rpx;
|
|
background: #ff4444;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
}
|
|
.mbRightTitle > view > ._span {
|
|
line-height: 30rpx;
|
|
display: inline-block;
|
|
font-size: 20rpx;
|
|
color: #ffffff;
|
|
}
|
|
.mbRightTitle > ._span {
|
|
margin-left: 10rpx;
|
|
vertical-align: middle;
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.mbLeft {
|
|
width: 159rpx;
|
|
height: 159rpx;
|
|
}
|
|
.mbLeft > image {
|
|
width: 159rpx;
|
|
height: 159rpx;
|
|
}
|
|
.orderMbPackage {
|
|
padding: 30rpx;
|
|
}
|
|
.orderMbPackage > view {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.orderMb {
|
|
height: 220rpx;
|
|
overflow: hidden;
|
|
margin: 20rpx auto 0 auto;
|
|
width: 690rpx;
|
|
background: #ffffff;
|
|
border-radius: 10rpx;
|
|
}
|
|
.full {
|
|
height: 220rpx;
|
|
background: #f6f6f6;
|
|
}
|
|
.scrollList {
|
|
background: #f6f6f6;
|
|
}
|
|
.tips {
|
|
height: 180rpx;
|
|
text-align: center;
|
|
}
|
|
.tips > ._span {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: black;
|
|
}
|
|
page {
|
|
font-size: 0;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.color-33 {
|
|
color: #333333;
|
|
}
|
|
.color-red {
|
|
color: #ff4444;
|
|
}
|
|
.container .orderList-header {
|
|
z-index: 2;
|
|
position: fixed;
|
|
top: 0rpx;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.container .topNav {
|
|
background: #ffffff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.container .topNav .line {
|
|
position: absolute;
|
|
opacity: 0;
|
|
bottom: 0;
|
|
display: inline-block;
|
|
width: 48rpx;
|
|
height: 7rpx;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background: #3388ff;
|
|
border-radius: 4px 4px 0px 0px;
|
|
}
|
|
.container .topNav > view {
|
|
text-align: center;
|
|
width: 20%;
|
|
display: inline-block;
|
|
}
|
|
.container .topNav > view > view {
|
|
height: 81rpx;
|
|
margin: auto;
|
|
border-bottom: 4rpx solid rgba(0, 0, 0, 0);
|
|
position: relative;
|
|
}
|
|
.container .topNav > view > view > ._span {
|
|
line-height: 85rpx;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
}
|
|
.container .check .line {
|
|
opacity: 1;
|
|
}
|
|
.container .check > ._span {
|
|
font-size: 28rpx !important;
|
|
font-weight: 500 !important;
|
|
color: #3388ff !important;
|
|
}
|
|
.container .search-main .search-box {
|
|
position: relative;
|
|
}
|
|
.container .search-main .search-box .search-input {
|
|
position: relative;
|
|
padding: 0 60rpx 0 80rpx;
|
|
margin-right: 120rpx;
|
|
background: #f6f6f6;
|
|
height: 76rpx;
|
|
border-radius: 38rpx;
|
|
flex: 1;
|
|
}
|
|
.container .search-main .search-box .search-input input {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.container .search-main .search-box .search-input .icon.icon-sousuo {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
left: 30rpx;
|
|
}
|
|
.container .search-main .search-box .search-swert {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.container .search-main .search-box .search-select {
|
|
width: 100rpx;
|
|
white-space: nowrap;
|
|
color: #333333;
|
|
}
|
|
.container .search-main .search-box .search-select .icon {
|
|
margin-left: 10rpx;
|
|
color: #999999;
|
|
}
|
|
.container .permission-name {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.container .pages-header {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 400rpx;
|
|
}
|
|
.container .orderList {
|
|
background-color: #ffffff;
|
|
}
|
|
.container .orderList .orderList-search {
|
|
padding: 30rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
.container .orderList .orderList-body {
|
|
padding: 30rpx;
|
|
margin-top: 206rpx;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item {
|
|
padding: 30rpx;
|
|
border-radius: 10rpx;
|
|
background: #ffffff;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .user-msg {
|
|
padding: 25rpx 30rpx;
|
|
background: #f8f8f8;
|
|
border-radius: 8rpx;
|
|
color: #999999;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .user-msg .blue {
|
|
color: #2196f3;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .user-msg .img {
|
|
margin: 0 15rpx 0 43rpx;
|
|
height: 34rpx;
|
|
width: 34rpx;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-header {
|
|
padding-bottom: 28rpx;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-header .color-status {
|
|
color: #3388ff;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-header .tag {
|
|
padding: 4rpx;
|
|
border: 1px solid #ff4444;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
font-size: 20rpx;
|
|
margin-right: 20rpx;
|
|
color: #ff4444;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-content {
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-content .orderList-img {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border-radius: 4rpx;
|
|
margin-right: 30rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-content .goods-name {
|
|
color: #000000;
|
|
line-height: 36rpx;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-content .goods-sku {
|
|
color: #999999;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-footer .footer-item {
|
|
padding-top: 30rpx;
|
|
}
|
|
.container .orderList .orderList-body .orderList-list-item .orderList-list-item-footer .footer-item .btn {
|
|
width: 109rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
background: #3388ff;
|
|
color: #ffffff;
|
|
font-size: 24rpx;
|
|
border-radius: 25rpx;
|
|
}
|
|
|
|
|