ylj20011123 170a9cba57 update
2025-06-30 19:51:17 +08:00

438 lines
11 KiB
Plaintext

.main.data-v-50f48f45 {
width: 100vw;
height: 100vh;
}
.main .mainTop.data-v-50f48f45 {
width: 100%;
box-sizing: border-box;
padding: 0 24rpx;
display: flex;
align-items: center;
}
.main .mainTop .backIcon.data-v-50f48f45 {
width: 38rpx;
height: 38rpx;
}
.main .mainTop .searchBox.data-v-50f48f45 {
width: calc(100% - 52rpx - 24rpx - 200rpx);
height: 100%;
margin-left: 24rpx;
background-color: #ececec;
border-radius: 48rpx;
box-sizing: border-box;
padding: 20rpx 32rpx;
display: flex;
align-items: center;
}
.main .mainTop .searchBox .searchIcon.data-v-50f48f45 {
width: 24rpx;
height: 24rpx;
margin-right: 20rpx;
}
.main .mainTop .searchBox .searchText.data-v-50f48f45 {
font-family: PingFang-SC, PingFang-SC;
font-weight: 400;
font-size: 28rpx;
color: #000;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.main .tabTypeBox.data-v-50f48f45 {
width: 100%;
height: 30px;
box-sizing: border-box;
padding: 0 40rpx;
margin-top: 24rpx;
display: flex;
align-items: center;
}
.main .tabTypeBox .bigTabItem.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-right: 56rpx;
}
.main .tabTypeBox .selectBigTabItem.data-v-50f48f45 {
color: #F83D3D;
position: relative;
}
.main .tabTypeBox .selectBigTabItem.data-v-50f48f45::after {
content: "";
display: block;
position: absolute;
bottom: -12rpx;
left: 0%;
width: 48rpx;
height: 6rpx;
background: #F83D3D;
border-radius: 2rpx;
}
.main .smallTypeBox.data-v-50f48f45 {
width: 100%;
height: 24px;
margin-top: 22rpx;
box-sizing: border-box;
padding: 0 42rpx 0 30rpx;
display: flex;
align-items: center;
}
.main .smallTypeBox .smallTabItem.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
box-sizing: border-box;
padding: 2rpx 12rpx;
}
.main .smallTypeBox .selectSmallTabItem.data-v-50f48f45 {
border: 1px solid #F83D3D;
border-radius: 8rpx;
color: #F83D3D;
display: flex;
align-items: center;
background-color: rgba(248, 61, 61, 0.1);
padding: 2rpx 2rpx 2rpx 12rpx;
}
.main .smallTypeBox .selectSmallTabItem .closeIcon.data-v-50f48f45 {
width: 24rpx;
height: 24rpx;
margin-left: 8rpx;
}
.main .orderListBox.data-v-50f48f45 {
width: 100%;
box-sizing: border-box;
margin-top: 20px;
}
.main .orderListBox .orderItem.data-v-50f48f45 {
width: 100%;
box-sizing: border-box;
padding: 22rpx 32rpx;
background-color: #fff;
margin-bottom: 24rpx;
}
.main .orderListBox .orderItem .orderItemTop.data-v-50f48f45 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.main .orderListBox .orderItem .orderItemTop .orderItemTopLeft.data-v-50f48f45 {
width: 70%;
display: flex;
align-items: center;
}
.main .orderListBox .orderItem .orderItemTop .orderItemTopLeft .orderItemIcon.data-v-50f48f45 {
width: 36rpx;
height: 36rpx;
margin-right: 16rpx;
}
.main .orderListBox .orderItem .orderItemTop .orderItemTopLeft .orderItemLabel.data-v-50f48f45 {
display: inline-block;
width: calc(100% - 52rpx);
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 28rpx;
color: #333333;
line-height: 34rpx;
text-align: left;
font-style: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main .orderListBox .orderItem .orderItemTop .orderItemTopRight.data-v-50f48f45 {
width: 30%;
}
.main .orderListBox .orderItem .orderItemTop .orderItemTopRight .statusBox.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #F83D3D;
line-height: 40rpx;
text-align: right;
font-style: normal;
text-transform: none;
}
.main .orderListBox .orderItem .orderItemCenter.data-v-50f48f45 {
width: 100%;
margin-top: 22rpx;
display: flex;
align-items: center;
margin-bottom: 16rpx;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterLeft.data-v-50f48f45 {
width: 192rpx;
height: 192rpx;
margin-right: 12rpx;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterLeft .orderItemShopImg.data-v-50f48f45 {
width: 100%;
height: 100%;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight.data-v-50f48f45 {
width: calc(100% - 192rpx - 12rpx);
height: 192rpx;
display: flex;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightLeft.data-v-50f48f45 {
width: calc(100% - 180rpx);
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightLeft .orderItemRightLeftLabel.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
text-align: left;
font-style: normal;
text-transform: none;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightLeft .orderItemRightLeftSpecifications.data-v-50f48f45 {
font-family: AppleSystemUIFont;
font-size: 24rpx;
color: #999999;
line-height: 30rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 14rpx;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightRight.data-v-50f48f45 {
width: 180rpx;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightRight .unitPrice.data-v-50f48f45 {
font-family: AppleSystemUIFont;
font-size: 28rpx;
color: #333333;
line-height: 34rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.main .orderListBox .orderItem .orderItemCenter .orderItemCenterRight .orderItemCenterRightRight .orderItemQuantity.data-v-50f48f45 {
font-family: AppleSystemUIFont;
font-size: 28rpx;
color: #999999;
line-height: 34rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 10rpx;
}
.main .orderListBox .orderItem .orderItemMoneyBox.data-v-50f48f45 {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.main .orderListBox .orderItem .orderItemMoneyBox .orderItemUnit.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.main .orderListBox .orderItem .orderItemMoneyBox .orderItemMoney.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.main .orderListBox .orderItem .orderItemBottom.data-v-50f48f45 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 16rpx;
}
.main .orderListBox .orderItem .orderItemBottom .orderItemBottomLeft .orderItemBottomLeftMore.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.main .orderListBox .orderItem .orderItemBottom .orderItemBottomRight.data-v-50f48f45 {
display: flex;
align-items: center;
}
.main .orderListBox .orderItem .orderItemBottom .orderItemBottomRight .orderItemBottomRightEvaluate.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
padding: 2rpx 26rpx;
background: #F2F5F6;
border-radius: 4rpx;
margin-right: 34rpx;
}
.main .orderListBox .orderItem .orderItemBottom .orderItemBottomRight .orderItemBottomRightBuyAgain.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #E84D38;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
padding: 2rpx 26rpx;
background: #F2F5F6;
border-radius: 4rpx;
}
.main .fliter.data-v-50f48f45 {
background: #fff;
margin-bottom: 24rpx;
}
.main .fliter .select_box.data-v-50f48f45 {
display: flex;
flex-direction: row;
padding: 16rpx 32rpx 8rpx;
align-items: center;
justify-content: space-between;
}
.main .fliter .select_box .search_box.data-v-50f48f45 {
width: 558rpx;
height: 72rpx;
background: #f2f4f5;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 36rpx;
}
.main .fliter .select_box .search_box ._img.data-v-50f48f45 {
width: 35rpx;
height: 35rpx;
margin: auto 16rpx auto 24rpx;
}
.main .fliter .select_box .search_box .select_input.data-v-50f48f45 {
width: 476rpx;
border: none;
height: 40rpx;
font-size: 28rpx;
}
.main .fliter .select_box .select_btn.data-v-50f48f45 {
display: flex;
flex-direction: row;
align-items: center;
font-size: 28rpx;
color: #6c737a;
}
.main .fliter .select_box .select_btn ._img.data-v-50f48f45 {
width: 35rpx;
height: 35rpx;
margin-right: 12rpx;
}
.main .fliter .tabs.data-v-50f48f45 {
width: 100%;
height: 88rpx;
display: flex;
}
.main .fliter .tabs .tabs_item.data-v-50f48f45 {
text-align: center;
color: #6c737a;
font-size: 28rpx;
line-height: 88rpx;
flex: 1;
}
.main .fliter .tabs .tab_active.data-v-50f48f45 {
color: #1890ff;
font-weight: 600;
position: relative;
}
.main .fliter .tabs .tab_active.data-v-50f48f45:after {
content: "";
display: block;
position: absolute;
bottom: 2rpx;
left: 50%;
margin-left: -24rpx;
width: 48rpx;
height: 6rpx;
background: #1890ff;
border-radius: 2rpx;
}
.main .fliter .sum_count.data-v-50f48f45 {
height: 72rpx;
background: #fff;
border-radius: 2rpx;
padding-left: 32rpx;
line-height: 72rpx;
font-size: 28rpx;
color: #6c737a;
border-top: 2rpx solid #f2f4f5;
}
.main .fliter .sum_count ._span.data-v-50f48f45 {
color: #020e1a;
}
.main .srcollView.data-v-50f48f45 {
width: 100%;
height: calc(100vh - 160rpx);
}
.main .srcollView .inBottom.data-v-50f48f45 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.main .srcollView .inBottom .bottomText.data-v-50f48f45 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #d0d0d0;
line-height: 40rpx;
text-align: justify;
font-style: normal;
position: relative;
padding: 6rpx 0;
}
.main .srcollView .inBottom .bottomText.data-v-50f48f45::after {
content: "";
width: 30vw;
height: 2rpx;
background: #e0e0e0;
position: absolute;
left: -32vw;
top: 50%;
}
.main .srcollView .inBottom .bottomText.data-v-50f48f45::before {
content: "";
width: 30vw;
height: 2rpx;
background: #e0e0e0;
position: absolute;
right: -32vw;
top: 50%;
}