You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.2 KiB
106 lines
2.2 KiB
1 year ago
|
.order-item.pet-page-item{
|
||
|
padding:{
|
||
|
left:0 !important;
|
||
|
right:0 !important;
|
||
|
}
|
||
|
border-bottom: none !important;
|
||
|
}
|
||
|
.pet-page-group{
|
||
|
margin-top:20rpx;
|
||
|
padding:0 20rpx;
|
||
|
background:{
|
||
|
color:#F3FDFC;
|
||
|
}
|
||
|
border-radius: 20rpx;
|
||
|
}
|
||
|
.pet-page-button{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
padding:55rpx 0 15rpx 0;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.order-item {
|
||
|
padding: 25rpx 10rpx;
|
||
|
align-items: center;
|
||
|
border-bottom: 1rpx solid #BBB;
|
||
|
box-sizing: border-box;
|
||
|
&:last-child {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
.item-content {
|
||
|
justify-content: flex-end;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
}
|
||
|
.detail-container{
|
||
|
position: relative;
|
||
|
box-sizing: border-box;
|
||
|
.detail-background-container{
|
||
|
box-sizing: border-box;
|
||
|
padding:0 10rpx;
|
||
|
position: absolute;
|
||
|
top:0rpx;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
.detail-background{
|
||
|
position: relative;
|
||
|
// top:10rpx;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
z-index: 1;
|
||
|
background-color: #fff;
|
||
|
border: 2rpx solid #262626;
|
||
|
box-shadow: 1rpx 4rpx 6rpx 0rpx rgba(103,131,131,0.3);
|
||
|
border-radius: 50rpx;
|
||
|
}
|
||
|
}
|
||
|
.detail-content-container{
|
||
|
position: relative;
|
||
|
z-index: 2;
|
||
|
padding:15rpx 0;
|
||
|
.detail-content{
|
||
|
border: 2rpx solid #262626;
|
||
|
border-radius: 50rpx;
|
||
|
background-color:#fff;
|
||
|
padding:40rpx;
|
||
|
}
|
||
|
}
|
||
|
.detail-container{
|
||
|
position: relative;
|
||
|
box-sizing: border-box;
|
||
|
.detail-background-container{
|
||
|
box-sizing: border-box;
|
||
|
padding:0 10rpx;
|
||
|
position: absolute;
|
||
|
top:0rpx;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
.detail-background{
|
||
|
position: relative;
|
||
|
// top:10rpx;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
z-index: 1;
|
||
|
background-color: #fff;
|
||
|
border: 2rpx solid #262626;
|
||
|
box-shadow: 1rpx 4rpx 6rpx 0rpx rgba(103,131,131,0.3);
|
||
|
border-radius: 50rpx;
|
||
|
}
|
||
|
}
|
||
|
.detail-content-container{
|
||
|
position: relative;
|
||
|
z-index: 2;
|
||
|
padding:15rpx 0;
|
||
|
.detail-content{
|
||
|
border: 2rpx solid #262626;
|
||
|
border-radius: 50rpx;
|
||
|
background-color:#fff;
|
||
|
padding:40rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|