dm-wechat-mini/pages/help/package/index.wxss
2025-03-11 23:54:08 +08:00

252 lines
4.9 KiB
Plaintext

.station{
padding-top:16rpx;
}
.station .head{
white-space: nowrap;
}
.station .head .icon{
width:40rpx;height:40rpx;
margin-right: 20rpx;
}
.station .head .icon.ai{
background-color: var(--main-color);
font-size: 24rpx;
border-radius: 8rpx;
padding:8rpx 12rpx;
color:#fff;
font-weight: 500;
width: auto;
height: auto;
}
.station .head .edit{
width:36rpx;height:36rpx;
padding:16rpx 20rpx;
/* 要被压缩 */
min-width: 36rpx;
}
.station .head .right{
flex:1;
display: flex;
justify-content: flex-end;
align-items: center;
}
.station .head .view-image{
width:40rpx;height:40rpx;
padding:14rpx;
}
.station .head .title{
font-size: 36rpx;
font-weight: 500;
display: flex;
align-items: center;
}
.station .head .title .name{
overflow: hidden;
text-overflow: ellipsis;
}
.station .head .sub-title{
font-size:26rpx;
color: #888888;
margin-top:24rpx;
padding-left:60rpx;
}
.page-container>.button{
margin-top:20rpx;
border-radius: 12rpx;
background: rgba(124, 134, 149, 0.08);
}
.page-container .tips{
font-size: 26rpx;
color: #888888
}
.package-list{
}
.package-list .item{
display: flex;
align-items: center;
margin-top:20rpx;
}
.package-list .item .label,.package-list .item .input{
background-color: rgba(124, 134, 149, 0.08);
height:90rpx;
line-height: 90rpx;
}
.package-list .item .label{
border-radius: 12rpx 0 0 12rpx;
padding:0 30rpx;
color:#555555;
}
.package-list .item .input{
border-radius: 0 12rpx 12rpx 0;
font-size: 34rpx;
font-weight: 600;
flex:1;
}
.package-list .item .button{
padding:16rpx 34rpx;
line-height: 1;
margin-left:26rpx;
}
.package-list .item .icon{
width:36rpx;height:36rpx;
}
.cells .cell{
position: relative;
padding:0 20rpx 0 30rpx;
}
.cells .cell .cell-hd{
font-size: 34rpx;
}
.cells .cell .cell-bd{
display: block;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
gap: 30rpx;
min-height: auto;
padding:30rpx 40rpx 36rpx 0;
color: #555555;
}
.cells .cell .cell-ft{
padding: 0;
color: #222222;
}
.cells .cell .line1{
font-size: 32rpx;
}
.deliver-type-content{
padding:0 30rpx calc(var(--safe-bottom) + 24rpx) 30rpx;
background-color: #fff!important;
}
.deliver-type-content .title{
padding-top:50rpx;
font-size: 36rpx;
font-weight: 500;
}
.deliver-type-content .deliver-list{
display: flex;
gap: 30rpx;
margin-top:40rpx;
}
.deliver-type-content .deliver-list .item{
border: 1rpx solid rgba(136, 136, 136, 0.5);
background: rgba(153, 153, 153, 0.05);
border-radius:12rpx;
padding:18rpx 24rpx;
}
.deliver-type-content .deliver-list .item.current{
border: 2rpx solid #FFC300;
background: rgba(255, 195, 0, 0.05);
color: #FFC300;
}
.deliver-type-content .time-list{
margin-top:40rpx;
display: flex;
flex-direction: column;
gap: 24rpx;
}
.deliver-type-content .time-list .item{
border: 1rpx solid rgba(136, 136, 136, 0.5);
border-radius: 18rpx;
padding:30rpx;
display: flex;
justify-content: space-between;
}
.deliver-type-content .time-list .item.current{
border: 2rpx solid #FFC300;
background-color: rgba(255, 195, 0, 0.05);
color: var(--main-color);
}
.deliver-type-content .time-list .item.order_full,.deliver-type-content .time-list .item.expired{
border: 1rpx solid rgba(136, 136, 136, 0.5);
background-color: rgba(153, 153, 153, 0.1);
color: #999999;
}
.deliver-type-content .time-list .item.order_full::after{
content:'运力不足';
}
.deliver-type-content .time-list .item.expired::after{
content:'不可用'
}
.deliver-type-content .time-list .item .time{
flex:1;
}
.deliver-type-content .time-list .item .status{
}
.deliver-type-content .button{
margin-top:40rpx;
}
.ai-img-area{
min-height: 280rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
box-sizing: border-box;
}
.ai-img-area::before{
content: '';
position: absolute;
left:10rpx;top:10rpx;right:10rpx;bottom:10rpx;
border: 2rpx dashed rgba(153, 153, 153, 0.3);
border-radius: 16rpx;
}
.ai-img-area.hover::before{
border-color: var(--main-color);
}
.ai-img-area .title{
font-size: 40rpx;
font-weight: 500;
color: #000;
display: flex;
align-items: center;
gap: 12rpx;
}
.ai-img-area .title .icon{
width:66rpx;height:66rpx;
}
.ai-img-area .sub-title{
margin-top:28rpx;
font-size: 25rpx;
color: #555555;
}
.ai-img-area .loading{
position: absolute;
width:100%;height:100%;
top:0;left:0;
background-color: #fff;
/* opacity: .7; */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 18rpx;
}
.ai-img-area .loading .weui-loading{
width:30px;height:30px;
}
.manually-code{
color: #888888;
display: flex;
align-items: center;
justify-content: center;
padding:36rpx;
}
.manually-code .icon{
width:28rpx;height:28rpx;
margin-right:12rpx;
}