66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
/* packageI/newMedia/components/contentStatisticsBar/contentStatisticsBar.wxss */
|
|
|
|
.adDetails {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: grid;
|
|
grid-template-columns: repeat(5, 1fr);
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
text-align: center;
|
|
width: 100%;
|
|
height: calr(3.32rem + env(safe-area-inset-bottom));
|
|
font-size: 0.63rem;
|
|
color: #4f4f4f;
|
|
box-shadow: 0 -0.22rem 0.75rem 0 rgba(217, 217, 217, 0.46);
|
|
background-color: white;
|
|
}
|
|
|
|
.adDetails .content-statistics-item {
|
|
position: relative;
|
|
background: #fff;
|
|
}
|
|
|
|
.content-statistics-item button {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.content-statistics-item.button::after {
|
|
border: none;
|
|
}
|
|
|
|
.adVideo {
|
|
margin-top: 30rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.adVideo .iconfont {
|
|
font-size: 37rpx;
|
|
}
|
|
|
|
.adVideo .content-statistics-item {
|
|
position: relative;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.adVideo .content-statistics_count {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.content-statistics-item_active i.iconfont {
|
|
color: #f4a00e;
|
|
}
|
|
|
|
.content-statistics_count {
|
|
margin-top: 0.33rem;
|
|
}
|