修改详情界面动作条按钮位置

This commit is contained in:
zhl 2021-12-22 12:55:40 +08:00
parent 7749097b4e
commit 58039a5744

View File

@ -7,7 +7,7 @@
<!-- 幻灯 -->
<image-swiper @imgChange="bigImgChange" :images="imgSwiperData"></image-swiper>
<view class="game-info">
<uni-title type ="h1" :title="name"></uni-title>
<uni-title class="title" type ="h1" :title="name"></uni-title>
<uni-title type="h2" :title="subName"></uni-title>
<view class="tag-list">
<uni-tag v-for="tag in tagList" class="game-tag" :key="tag" :text="tag" inverted="true" type="error"></uni-tag>
@ -242,7 +242,7 @@ export default class extends Vue{
<style>
.game-info{
padding: 5px 8px;
padding: 24px 8px 5px 8px;
z-index: 2;
position: relative;
}
@ -250,7 +250,7 @@ export default class extends Vue{
position: absolute;
width: 124px;
height: 30px;
top: 12px;
top: 4px;
right: 10px;
display: flex;
/*border: 1px solid #eaecef;*/
@ -338,6 +338,7 @@ dlc-cell {
border-radius: 0;
background-color: white!important;
margin: 0;
line-height: 1;
}
.share-btn::after{