修改详情界面动作条按钮位置
This commit is contained in:
parent
7749097b4e
commit
58039a5744
@ -7,7 +7,7 @@
|
|||||||
<!-- 幻灯 -->
|
<!-- 幻灯 -->
|
||||||
<image-swiper @imgChange="bigImgChange" :images="imgSwiperData"></image-swiper>
|
<image-swiper @imgChange="bigImgChange" :images="imgSwiperData"></image-swiper>
|
||||||
<view class="game-info">
|
<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>
|
<uni-title type="h2" :title="subName"></uni-title>
|
||||||
<view class="tag-list">
|
<view class="tag-list">
|
||||||
<uni-tag v-for="tag in tagList" class="game-tag" :key="tag" :text="tag" inverted="true" type="error"></uni-tag>
|
<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>
|
<style>
|
||||||
.game-info{
|
.game-info{
|
||||||
padding: 5px 8px;
|
padding: 24px 8px 5px 8px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -250,7 +250,7 @@ export default class extends Vue{
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 124px;
|
width: 124px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
top: 12px;
|
top: 4px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
/*border: 1px solid #eaecef;*/
|
/*border: 1px solid #eaecef;*/
|
||||||
@ -338,6 +338,7 @@ dlc-cell {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: white!important;
|
background-color: white!important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-btn::after{
|
.share-btn::after{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user