85 lines
1.6 KiB
Plaintext
85 lines
1.6 KiB
Plaintext
|
|
||
|
.notice-tips.data-v-2d579644{
|
||
|
align-items: center;
|
||
|
background-color: rgba(255,133,0,.2);
|
||
|
height: 70rpx;
|
||
|
line-height: 36rpx;
|
||
|
}
|
||
|
.notice-tips>image.data-v-2d579644{
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
margin-right: 8rpx;
|
||
|
-webkit-animation: opacity_name-data-v-2d579644 0.8s linear alternate infinite;
|
||
|
animation: opacity_name-data-v-2d579644 0.8s linear alternate infinite;
|
||
|
}
|
||
|
@-webkit-keyframes opacity_name-data-v-2d579644 {
|
||
|
from {
|
||
|
opacity: .1;
|
||
|
-webkit-transform: scale(.8);
|
||
|
transform: scale(.8);
|
||
|
}
|
||
|
to {
|
||
|
opacity: 1;
|
||
|
-webkit-transform: scale(1.2);
|
||
|
transform: scale(1.2);
|
||
|
}
|
||
|
}
|
||
|
@keyframes opacity_name-data-v-2d579644 {
|
||
|
from {
|
||
|
opacity: .1;
|
||
|
-webkit-transform: scale(.8);
|
||
|
transform: scale(.8);
|
||
|
}
|
||
|
to {
|
||
|
opacity: 1;
|
||
|
-webkit-transform: scale(1.2);
|
||
|
transform: scale(1.2);
|
||
|
}
|
||
|
}
|
||
|
.goods-info .item.data-v-2d579644{
|
||
|
align-items: center;
|
||
|
height: 90rpx;
|
||
|
border-bottom: 2rpx solid #f4f5f6;
|
||
|
}
|
||
|
.goods-info .item.data-v-2d579644:last-child{
|
||
|
border: 0;
|
||
|
}
|
||
|
.goods-info .title.data-v-2d579644{
|
||
|
width: 200rpx;
|
||
|
}
|
||
|
.goods-info .msg.data-v-2d579644{
|
||
|
width: calc(100% - 200rpx);
|
||
|
}
|
||
|
.see-phone.data-v-2d579644{
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 90px;
|
||
|
height: 54rpx;
|
||
|
}
|
||
|
.goods-describe.data-v-2d579644{
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
.goods-img>image.data-v-2d579644{
|
||
|
width: 100%;
|
||
|
margin-top: 20rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
/* 删除按钮 */
|
||
|
.detail-btns.data-v-2d579644{
|
||
|
justify-content: space-around;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 99;
|
||
|
}
|
||
|
.detail-btns .btn.data-v-2d579644{
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 40%;
|
||
|
height: 66rpx;
|
||
|
}
|
||
|
|