store/packageA/detail_v2/detail_v2.wxss

62 lines
967 B
Plaintext

/* packageA/detail_v2/detail_v2.wxss */
.zangbudenglu {
padding-top: 400rpx;
}
.zangbudenglu .p {
text-align: center;
font-size: 30rpx;
line-height: 70rpx;
}
.zangbudenglu .buttonContent {
display: flex;
align-items: center;
justify-content: center;
}
.zangbudenglu .button {
width: 120rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background: #ee4343;
color: #fff;
}
.livestyle {
position: fixed;
left: 0;
top: 870rpx;
display: flex;
align-items: center;
height: 80rpx;
width: 140rpx;
border-top-right-radius: 40rpx;
border-bottom-right-radius: 40rpx;
z-index: 100;
color: #fff;
background-color: #ff9500;
}
.livestyle .left {
display: flex;
align-items: center;
padding-left: 10rpx;
}
.livestyle .left van-icon {
display: flex;
align-items: center;
}
.livestyle .right {
padding-left: 10rpx;
}
.livestyle .right .text {
height: 30rpx;
line-height: 30rpx;
font-size: 24rpx;
}