Commit 24376157 authored by 张娇(东信)'s avatar 张娇(东信)

详情图标修改

parent e7b5c791
...@@ -697,7 +697,7 @@ page { ...@@ -697,7 +697,7 @@ page {
} }
.tag { .tag {
margin-top: 10rpx; margin-top: 10rpx;
width: 400rpx; width: 600rpx;
} }
.detail-score { .detail-score {
margin-top: 30rpx; margin-top: 30rpx;
...@@ -746,18 +746,12 @@ uni-video { ...@@ -746,18 +746,12 @@ uni-video {
left: 20rpx; left: 20rpx;
border-radius: 16rpx; border-radius: 16rpx;
} }
::v-deep .uni-video-controls {
margin: 0;
}
.no-more-data { .no-more-data {
text-align: center; text-align: center;
padding: 20rpx; padding: 20rpx;
color: #999; color: #999;
} }
/* 默认隐藏进度条 */
.spe-img1::-webkit-media-controls-progress-panel {
display: none;
}
/* 当全屏时显示进度条 */
.spe-img1.no-progress-bar::-webkit-media-controls-progress-panel {
display: block;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment