|
|
|
.order-card-tag-container{
|
|
|
|
padding-top:18rpx;
|
|
|
|
.order-card-tag{
|
|
|
|
padding:9rpx 20rpx;
|
|
|
|
background:{
|
|
|
|
color:#E9FBF7;
|
|
|
|
}
|
|
|
|
color:#4DC3B8;
|
|
|
|
font-size:26rpx;
|
|
|
|
font-weight:400;
|
|
|
|
line-height:1;
|
|
|
|
border-radius:6rpx;
|
|
|
|
&+.order-card-tag{
|
|
|
|
margin-left:9rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.feed-top{
|
|
|
|
box-sizing: border-box;
|
|
|
|
//margin-bottom:40rpx;
|
|
|
|
.feed-container{
|
|
|
|
box-sizing: border-box;
|
|
|
|
.feed-content{
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:15rpx;
|
|
|
|
.top-img{
|
|
|
|
box-sizing: border-box;
|
|
|
|
width:100%;
|
|
|
|
border:3rpx solid #262626;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 26rpx;
|
|
|
|
box-shadow: 3rpx 7rpx 5rpx 0rpx rgba(137,137,137,0.3);
|
|
|
|
.img{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.top-content{
|
|
|
|
padding:{
|
|
|
|
top:5rpx;
|
|
|
|
//bottom:30rpx;
|
|
|
|
//left:30rpx;
|
|
|
|
//right:30rpx;
|
|
|
|
};
|
|
|
|
.content-item{
|
|
|
|
margin-top:25rpx;
|
|
|
|
//justify-content: center;
|
|
|
|
.item-title{
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #1B1B1B;
|
|
|
|
}
|
|
|
|
.item-content{
|
|
|
|
margin-left:15rpx;
|
|
|
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #767676;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-list-item{
|
|
|
|
margin-bottom:30rpx;
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.order-card-container{
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
//padding:10rpx 10rpx;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.order-card-container-background,.order-card-container-background-inside{
|
|
|
|
box-sizing: border-box;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
position: absolute;
|
|
|
|
left:0rpx;
|
|
|
|
top:20rpx;
|
|
|
|
z-index: -1;
|
|
|
|
bottom:0rpx;
|
|
|
|
border: 3rpx solid #262626;
|
|
|
|
box-shadow: 2rpx 6rpx 11rpx 0rpx rgba(159,167,185,0.3);
|
|
|
|
border-radius: 26rpx;
|
|
|
|
background: {
|
|
|
|
color:#fff;
|
|
|
|
};
|
|
|
|
padding:30rpx;
|
|
|
|
}
|
|
|
|
.order-card-container-background-inside{
|
|
|
|
top:20rpx;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
.order-card-container-background-main{
|
|
|
|
position: relative;
|
|
|
|
padding:30rpx;
|
|
|
|
width:100%;
|
|
|
|
background:{
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
|
|
|
border-radius: 26rpx;
|
|
|
|
border: 3rpx solid #262626;
|
|
|
|
padding:7rpx;
|
|
|
|
box-sizing:border-box;
|
|
|
|
.order-card-col{
|
|
|
|
position: relative;
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:15rpx;
|
|
|
|
background:{
|
|
|
|
size:100% 100%;
|
|
|
|
position: center center;
|
|
|
|
repeat:no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.order-card-left{
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
.img{
|
|
|
|
width:200rpx;
|
|
|
|
height:200rpx;
|
|
|
|
border-radius: 30rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-card-right{
|
|
|
|
padding-left:20rpx;
|
|
|
|
.order-card-title{
|
|
|
|
padding-top:5px;
|
|
|
|
font-size:32rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 30rpx;
|
|
|
|
color:#131313;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-card-day{
|
|
|
|
|
|
|
|
}
|
|
|
|
.order-card-pay-time{
|
|
|
|
|
|
|
|
}
|
|
|
|
.order-card-day,.order-card-pay-time{
|
|
|
|
padding-top:20rpx;
|
|
|
|
font-size:28rpx;
|
|
|
|
font-weight:400;
|
|
|
|
line-height:30rpx;
|
|
|
|
color:#767676;
|
|
|
|
.card-label{
|
|
|
|
color:#1B1B1B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-card-bottom{
|
|
|
|
padding-top:30rpx;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.card-button{
|
|
|
|
&:nth-child(1){
|
|
|
|
padding-right:23rpx;
|
|
|
|
}
|
|
|
|
&:nth-child(2){
|
|
|
|
padding-left:23rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.app-wallpaper{
|
|
|
|
position: relative;
|
|
|
|
background:{
|
|
|
|
size: 100% 100%;
|
|
|
|
repeat: no-repeat;
|
|
|
|
};
|
|
|
|
padding:35rpx;
|
|
|
|
padding-bottom:50rpx;
|
|
|
|
.order-capsule-container{
|
|
|
|
position: sticky;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
width:100%;
|
|
|
|
padding:10rpx;
|
|
|
|
border:2rpx solid #262626;
|
|
|
|
border-radius: 45rpx;
|
|
|
|
box-shadow: 1rpx 4rpx 12rpx 0rpx rgba(90,104,103,0.24);
|
|
|
|
background-color: #F8FAFA;
|
|
|
|
.order-capsule{
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:20rpx;
|
|
|
|
text-align: center;
|
|
|
|
font: {
|
|
|
|
size:30rpx;
|
|
|
|
weight:500;
|
|
|
|
}
|
|
|
|
line-height:30rpx;
|
|
|
|
border:2rpx solid rgba(0,0,0,0);
|
|
|
|
&.active{
|
|
|
|
background:{
|
|
|
|
color:#4DC3B8;
|
|
|
|
}
|
|
|
|
color:#FFFFFF;
|
|
|
|
border:2rpx solid #262626;
|
|
|
|
border-radius:35rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-screen-container{
|
|
|
|
.order-screen{
|
|
|
|
padding:40rpx 0 20rpx 0;
|
|
|
|
padding-right: 66rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
line-height: 53rpx;
|
|
|
|
color:#646464;
|
|
|
|
font-weight: 400;
|
|
|
|
&.active{
|
|
|
|
color:#000000;
|
|
|
|
font-size: 32rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
.order-screen-active{
|
|
|
|
display:flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-screen-active{
|
|
|
|
display: none;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
.img{
|
|
|
|
width:37rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.order-screen-time-container{
|
|
|
|
flex:1;
|
|
|
|
margin-left:auto;
|
|
|
|
justify-content: flex-end;
|
|
|
|
.order-screen{
|
|
|
|
// padding-right:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-screen-time-title{
|
|
|
|
color:#B5B5B5;
|
|
|
|
font-size:26rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height:53rpx;
|
|
|
|
padding-right: 16rpx;
|
|
|
|
}
|
|
|
|
.order-screen-time-buttton-container{
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
.order-screen-time-buttton{
|
|
|
|
padding:8rpx 19rpx;
|
|
|
|
color:#4EC2B7;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
background-color:#ffffff;
|
|
|
|
border:1px solid #4EC2B7;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
box-shadow: 0rpx 4rpx 5rpx 0rpx rgba(82,84,84,0.1), 2rpx -4rpx 0rpx 0rpx rgba(78,194,183,0.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-list-container{
|
|
|
|
width:100%;
|
|
|
|
max-height: 1000rpx;
|
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
.order-list-item{
|
|
|
|
position: relative;
|
|
|
|
.pet-gun{
|
|
|
|
background:{
|
|
|
|
size: 80% 100%;
|
|
|
|
repeat: no-repeat;
|
|
|
|
position: center center;
|
|
|
|
}
|
|
|
|
height:90rpx;
|
|
|
|
width:100%;
|
|
|
|
position: absolute;
|
|
|
|
top:-60rpx;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
margin-bottom:30rpx;
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.order-card-container{
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:10rpx 10rpx;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.order-card-container-background{
|
|
|
|
|
|
|
|
width:100%;
|
|
|
|
height:90%;
|
|
|
|
position: absolute;
|
|
|
|
left:0rpx;
|
|
|
|
z-index: -1;
|
|
|
|
bottom:0rpx;
|
|
|
|
border: 3rpx solid #262626;
|
|
|
|
box-shadow: 2rpx 6rpx 11rpx 0rpx rgba(159,167,185,0.3);
|
|
|
|
border-radius: 26rpx;
|
|
|
|
background: {
|
|
|
|
color:#EED9AD;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
.order-card-container-background-main{
|
|
|
|
|
|
|
|
width:100%;
|
|
|
|
background:{
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
|
|
|
border-radius: 26rpx;
|
|
|
|
border: 3rpx solid #262626;
|
|
|
|
padding:7rpx;
|
|
|
|
box-sizing:border-box;
|
|
|
|
.order-card-col{
|
|
|
|
width:100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:20rpx;
|
|
|
|
background:{
|
|
|
|
size:100% 100%;
|
|
|
|
position: center center;
|
|
|
|
repeat:no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.order-card-left{
|
|
|
|
align-items: center;
|
|
|
|
.left-background{
|
|
|
|
box-sizing: border-box;
|
|
|
|
width:135rpx;
|
|
|
|
height:135rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
background:{
|
|
|
|
color:#EED9AD;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//height:auto;
|
|
|
|
margin-right: 25rpx;
|
|
|
|
.img{
|
|
|
|
width:110rpx;
|
|
|
|
height:110rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-card-right{
|
|
|
|
border-radius: 30rpx;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
background:{
|
|
|
|
color:#FBF5E7;
|
|
|
|
}
|
|
|
|
text-align: center;
|
|
|
|
padding:30rpx;
|
|
|
|
padding-left:20rpx;
|
|
|
|
.order-card-title{
|
|
|
|
padding-top:5px;
|
|
|
|
font-size:32rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 30rpx;
|
|
|
|
color:#131313;
|
|
|
|
}
|
|
|
|
.order-card-tag-container{
|
|
|
|
padding-top:18rpx;
|
|
|
|
.order-card-tag{
|
|
|
|
padding:9rpx 20rpx;
|
|
|
|
background:{
|
|
|
|
color:#E9FBF7;
|
|
|
|
}
|
|
|
|
color:#4DC3B8;
|
|
|
|
font-size:26rpx;
|
|
|
|
font-weight:400;
|
|
|
|
line-height:1;
|
|
|
|
border-radius:6rpx;
|
|
|
|
&+.order-card-tag{
|
|
|
|
margin-left:9rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-card-day{
|
|
|
|
|
|
|
|
}
|
|
|
|
.order-card-pay-time{
|
|
|
|
|
|
|
|
}
|
|
|
|
.order-card-day,.order-card-pay-time{
|
|
|
|
padding-top:20rpx;
|
|
|
|
font-size:28rpx;
|
|
|
|
font-weight:400;
|
|
|
|
line-height:30rpx;
|
|
|
|
color:#767676;
|
|
|
|
.card-label{
|
|
|
|
color:#1B1B1B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.order-card-bottom{
|
|
|
|
padding-top:30rpx;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.card-button{
|
|
|
|
&:nth-child(1){
|
|
|
|
padding-right:23rpx;
|
|
|
|
}
|
|
|
|
&:nth-child(2){
|
|
|
|
padding-left:23rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pet-detail-bottom-container{
|
|
|
|
padding:15rpx;
|
|
|
|
.pet-detail-container{
|
|
|
|
.pet-detail-gun{
|
|
|
|
width:100%;
|
|
|
|
text-align: center;
|
|
|
|
.img{
|
|
|
|
height:90rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top:-70rpx;
|
|
|
|
left:0;
|
|
|
|
}
|
|
|
|
position: relative;
|
|
|
|
.pet-detail-content{
|
|
|
|
padding:50rpx 0;
|
|
|
|
border: 3rpx solid #262626;
|
|
|
|
background:{
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
|
|
|
border-radius: 26rpx;
|
|
|
|
.content-item{
|
|
|
|
align-items: center;
|
|
|
|
padding:15rpx 30rpx;
|
|
|
|
.item-icon{
|
|
|
|
width:32rpx;
|
|
|
|
height:32rpx;
|
|
|
|
.img{
|
|
|
|
width:32rpx;
|
|
|
|
height:32rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.item-title{
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #111111;
|
|
|
|
margin-left:3rpx;
|
|
|
|
}
|
|
|
|
.item-content {
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #4D4D4D;
|
|
|
|
margin-left:10rpx;
|
|
|
|
&.item-textarea{
|
|
|
|
width:100%;
|
|
|
|
padding:30rpx;
|
|
|
|
background:{
|
|
|
|
color:#F2F8F8;
|
|
|
|
}
|
|
|
|
margin-left:0;
|
|
|
|
margin-top:20rpx;
|
|
|
|
min-height:100rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.pet-detail-video-group{
|
|
|
|
.video-title{
|
|
|
|
.img{
|
|
|
|
height:35rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.video-content{
|
|
|
|
padding:0rpx;
|
|
|
|
position: relative;
|
|
|
|
.video-content-container{
|
|
|
|
height:250rpx;
|
|
|
|
background-color:rgba(0,0,0,1);
|
|
|
|
border-radius: 16rpx;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
.img{
|
|
|
|
height:250rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.video-content-background{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
position: absolute;
|
|
|
|
top:10rpx;
|
|
|
|
left:10rpx;
|
|
|
|
z-index: 1;
|
|
|
|
border:1rpx solid #000;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.pet-detail-photo-group{
|
|
|
|
box-sizing: border-box;
|
|
|
|
.video-content{
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.video-title{
|
|
|
|
.img{
|
|
|
|
height:35rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.photo-item{
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding:10rpx;
|
|
|
|
.photo-item-container{
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.photo-content{
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
border:1rpx solid #000;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
}
|
|
|
|
.photo-background{
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: absolute;
|
|
|
|
top:10rpx;
|
|
|
|
left:0;
|
|
|
|
z-index: 1;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
border:1rpx solid #000;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.img{
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pet-detail-background{
|
|
|
|
position: absolute;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
z-index: -1;
|
|
|
|
border-radius: 26rpx;
|
|
|
|
transform: rotateZ(2grad);
|
|
|
|
background:{
|
|
|
|
color:#4DC3B8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.right-nav{
|
|
|
|
width:132rpx;
|
|
|
|
position: fixed;
|
|
|
|
right:-25rpx;
|
|
|
|
bottom:160rpx;
|
|
|
|
.right-nav-button{
|
|
|
|
height:127rpx;
|
|
|
|
background:{
|
|
|
|
size:100% 100%;
|
|
|
|
repeat:no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer-menu{
|
|
|
|
padding:30rpx;
|
|
|
|
position: fixed;
|
|
|
|
bottom:0;
|
|
|
|
left:0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 9999;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 2rpx solid #262626;
|
|
|
|
box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.06);
|
|
|
|
border-radius: 26rpx 26rpx 0rpx 0rpx;
|
|
|
|
text-align: center;
|
|
|
|
.footer-button{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|