EP-WachatApp/eaterplanet_ecommerce/moduleA/groupCenter/settlementList.wxss

242 lines
4.0 KiB
Plaintext

.nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10;
background: #fff;
height: 92rpx;
border-top: 2rpx solid #f2f2f2;
border-bottom: 2rpx solid #f2f2f2;
padding: 0 60rpx;
width: unset;
display: flex;
align-items: center;
justify-content: space-between;
}
.nav .orderList_item {
margin-bottom: 4rpx;
font-size: 28rpx;
font-family: PingFangSC-Medium;
font-weight: 500;
color: #666;
position: relative;
height: 96rpx;
line-height: 96rpx;
}
.nav .orderList_item .line {
position: absolute;
bottom: 0;
height: 6rpx;
width: 100%;
background: linear-gradient(90deg,#4facfe 0%,#00f2fe 100%);
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(255,89,0,0.25);
border-radius: 24rpx;
}
.nav .on {
color: #4facfe;
}
.swiper-box {
width: 100%;
margin-top: 90rpx;
}
.swiper-box .order-scroll-view {
width: 750rpx;
height: 100%;
}
.swiper-box .noRecordCon {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.swiper-box .noRecordCon .noRecordImg {
width: 132rpx;
height: 138rpx;
margin-top: 50%;
}
.swiper-box .noRecordCon .noRefundImg {
width: 218rpx;
height: 218rpx;
margin-top: 50%;
}
.swiper-box .noRecordCon .noRecord {
padding-top: 32rpx;
font-size: 30rpx;
font-family: PingFangSC-Light;
font-weight: 300;
color: #666;
line-height: 30rpx;
}
.swiper-box .noRecordCon .goIndex {
width: 164rpx;
height: 60rpx;
background: #4facfe;
border-radius: 30rpx;
font-size: 28rpx;
color: #fff;
margin-top: 30rpx;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-box .item {
width: 710rpx;
height: 266rpx;
box-shadow: 0rpx 0rpx 40rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius: 20rpx;
margin: 20rpx auto 0;
background: #fff;
}
.swiper-box .item:last-of-type {
margin: 20rpx auto;
}
.refresh {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
border: 2rpx solid #999;
box-shadow: 2rpx 2rpx 4rpx #999;
position: fixed;
right: 50rpx;
bottom: 200rpx;
font-size: 20rpx;
color: #666;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.refresh image {
width: 32rpx;
height: 32rpx;
margin-bottom: 4rpx;
}
page {
height: 100%;
}
.settlementList {
width: 750rpx;
height: 100%;
overflow: auto;
margin-top: 80rpx;
font-family: PingFangSC-Regular;
font-size: 28rpx;
}
.settlementList .order-scroll-view {
width: 750rpx;
height: 100%;
}
.settlementList .noRecordCon {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.settlementList .noRecordCon .noRecordImg {
width: 132rpx;
height: 138rpx;
margin-top: 328rpx;
}
.settlementList .noRecordCon .noRecord {
padding-top: 18rpx;
font-size: 28rpx;
color: #999;
}
.settlementList navigator {
background: #fff;
margin-top: 20rpx;
}
.settlementList .title {
height: 96rpx;
line-height: 96rpx;
width: 688rpx;
margin: 0 auto;
color: #333;
border-bottom: 2rpx solid #e4e4e4;
}
.settlementList .main {
color: #666;
width: 688rpx;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.settlementList .main .left {
flex: 1;
padding: 12rpx 0 24rpx;
}
.settlementList .main .left .per {
display: flex;
justify-content: space-between;
line-height: 40rpx;
margin-top: 12rpx;
}
.settlementList .main .arrow {
width: 52rpx;
text-align: right;
line-height: 192rpx;
}
.settlementList .main .arrow .rightArrowImg {
width: 12rpx;
height: 22rpx;
}
.section {
position: fixed;
width: 690rpx;
top: 0;
z-index: 20;
display: flex;
font-size: 28rpx;
color: #666;
padding: 20rpx 30rpx;
background-color: #fff;
}
.section .groupDay {
width: 36rpx;
height: 36rpx;
}
.section .picker {
margin-left: 20rpx;
display: flex;
flex: 1;
}
.section .picker .choose-day .iconfont {
font-size: 12rpx;
margin-left: 6rpx;
vertical-align: middle;
color: #999;
}