TakeOutShop/order/orderevallist/style.scss
2025-04-11 17:49:34 +08:00

188 lines
3.7 KiB
SCSS

page{
background-color: #f6f6f6;
}
.main{
.order_nav{
width: 100%;
display: flex;
justify-content: space-around;
background-color: #ffffff;
position: sticky;
border-bottom: 1rpx solid #f6f6f6;
top: 0;
.order_nav_item{
padding-top: 20rpx;
font-size: 28rpx;
width: 50%;
.order_nav_name{
width: 100%;
text-align: center;
height: 38rpx;
color: #666666;
display: flex;
align-items: center;
justify-content: center;
}
.order_nav_m{
margin: 0 auto;
width: 45rpx;
height: 20rpx;
display: block;
}
}
.order_nav_active{
.order_nav_name{
font-size: 32rpx;
color: #333333;
font-weight: 500;
}
.order_nav_m{
background: url(../../static/act.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
}
.cont{
margin: 20rpx 20rpx 0 20rpx;
background-color: #FFFFFF;
border-radius: 16rpx;
padding: 0 0rpx 25rpx 0rpx;
.cont_title{
font-size: 26rpx;
color: #999999;
margin: 0 25rpx 0 25rpx;
padding:25rpx 0 25rpx 0;
border-bottom: 1rpx solid #f6f6f6;
}
.cont_shop{
display: flex;
align-items: center;
justify-content: space-between;
padding: 25rpx 25rpx 0rpx 25rpx ;
.cont_shop_l{
display: flex;
.cont_shop_img{
width: 114rpx;
height: 114rpx;
background: #FFFFFF;
border-radius: 4rpx;
border: 1rpx solid #F3F3F3;
.cont_shop_imgUrl{
width: 114rpx;
height: 114rpx;
display: block;
border-radius: 4rpx;
}
}
.active{
width: 380rpx;
}
.cont_shop_title{
font-size: 28rpx;
color: #333333;
margin-left: 20rpx;
font-weight: 500;
}
.cont_shop_title text{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
word-break: break-all;
}
}
.cont_shop_r{
width: 130rpx;
height: 50rpx;
background: linear-gradient( 90deg, #FD4955 0%, #FD343C 100%);
border-radius: 39rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 24rpx;
color: #FFFFFF;
}
}
.cont_goos{
display: flex;
align-items: center;
color: #FF0000;
font-size: 26rpx;
padding: 25rpx 25rpx 0rpx 25rpx ;
.cont_goos_img{
width: 40rpx;
height: 40rpx;
display: block;
margin-right: 10rpx;
}
}
.cont_text{
color: #333333;
font-size: 26rpx;
padding: 25rpx 25rpx 0rpx 25rpx ;
}
.cont_ul{
display: flex;
flex-wrap: wrap;
.cont_li{
width: 150rpx;
height: 150rpx;
background: #FFFFFF;
border-radius: 4rpx;
border: 1rpx solid #F3F3F3;
margin-left: 20rpx;
margin-top: 25rpx;
}
.cont_li image{
width: 150rpx;
height: 150rpx;
border-radius: 4rpx;
display: block;
}
}
}
}
.load_desc{
font-size: 28rpx;
color: #aaa;
text-align: center;
padding-top: 30rpx;
padding-bottom: 30rpx;
}
.empty{
height:480rpx;
margin:200rpx 20rpx 0rpx 20rpx;
border-radius: 20rpx;
display: flex;
align-items: center;
justify-content: center;
.empty_cont{
.empty_cont_img{
margin: 0 auto;
width: 355rpx;
height: 280rpx;
display: flex;
}
.empty_cont_title{
font-size: 28rpx;
color: #aaaaaa;
text-align: center;
}
.empty_cont_btn{
margin: 0 auto;
width: 154rpx;
height: 46rpx;
border-radius: 30rpx;
border: 1rpx solid #FF0000;
color: #FF0000;
line-height: 30rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top: 40rpx;
}
}
}