换皮test1.3

音频图标的水平布局
This commit is contained in:
minimaxagent1 2025-08-06 15:03:05 +08:00
parent a38c896ac4
commit bfafffe6f4

View File

@ -20,7 +20,7 @@
</view>
<!-- 音频与VR图标 -->
<view class="tubiao">
<view class="">
<view class="audio-controls">
<image
v-if="pageConfig.topIcons.leftIcon.hidden"
:src="pageConfig.topIcons.leftIcon.img"
@ -621,10 +621,16 @@ import { getArticleById } from "../../api/article/article.js";
.tubiao{
width: 100%;
display: flex;
padding: 0 30rpx;
padding: 0 40rpx;
box-sizing: border-box;
justify-content: space-between;
view {
.audio-controls {
display: flex;
align-items: center;
gap: 26rpx;
}
image{
width: 82rpx;
height: 82rpx;
@ -646,7 +652,6 @@ import { getArticleById } from "../../api/article/article.js";
}
}
}
}
@keyframes pulse {
0% {