202 lines
3.2 KiB
Plaintext
202 lines
3.2 KiB
Plaintext
.pb80 {
|
|
padding-bottom: 160rpx;
|
|
}
|
|
|
|
.no-list {
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.check-box {
|
|
box-sizing: border-box;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.check-box .checkbox-checked {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
.check-box .checkbox-disabled {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.check-box-content {
|
|
width: 84rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.order-item {
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
}
|
|
|
|
.order-item .order-title {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
height: 188rpx;
|
|
}
|
|
|
|
.order-item .order-title .order-status {
|
|
color: #4facfe;
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.order-item .goods-item {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
height: 188rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.goods-item .goods-img {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.order-item .goods-item .goods-detail {
|
|
width: 492rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.order-item .goods-item .goods-detail .goods-title {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-overflow: initial;
|
|
white-space: normal;
|
|
font-size: 28rpx;
|
|
height: 80rpx;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.order-item .goods-item .goods-detail .goods-desc {
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
width: 360rpx;
|
|
}
|
|
|
|
.order-item .goods-item .goods-sign-btn {
|
|
height: 52rpx;
|
|
padding: 0 24rpx;
|
|
border: 2rpx solid #4facfe;
|
|
border-radius: 52rpx;
|
|
text-align: center;
|
|
line-height: 52rpx;
|
|
color: #4facfe;
|
|
position: absolute;
|
|
right: 24rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
.order-item .goods-item .goods-sign-btn.goods-sign-btn-disabled {
|
|
border-color: #ccc;
|
|
color: #ccc;
|
|
}
|
|
|
|
/* 底部 */
|
|
.bottom-bar {
|
|
width: 100%;
|
|
height: 104rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 9;
|
|
}
|
|
|
|
.bottom-bar .check-box-content {
|
|
width: 140rpx;
|
|
}
|
|
|
|
.bottom-bar .check-box-content .check-box {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.bottom-bar .flex {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.bottom-bar .total {
|
|
margin-right: 20rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.bottom-bar .total span {
|
|
color: #4facfe;
|
|
}
|
|
|
|
.bottom-bar .btn {
|
|
flex: 3;
|
|
padding: 0 40rpx;
|
|
height: 80rpx;
|
|
border-radius: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
margin-right: 20rpx;
|
|
background: #4facfe;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.bottom-bar .btn.gray {
|
|
background: #ff758c;
|
|
}
|
|
|
|
.bottom-bar .btn.btn-disabled {
|
|
flex: 1;
|
|
padding: 0 40rpx;
|
|
background: #e3e3e3;
|
|
}
|
|
|
|
.check-box {
|
|
box-sizing: border-box;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.check-box .checkbox-checked {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
.check-box .checkbox-disabled {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.check-box-content {
|
|
width: 84rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |