|
|
@@ -197,15 +197,12 @@ |
|
|
|
<!-- 底部操作菜单 --> |
|
|
|
<view class="page-bottom"> |
|
|
|
<view class="p-b-btn" @click="showServe(1)"> |
|
|
|
<i class="xbicon"></i> |
|
|
|
<text>Liên hệ</text> |
|
|
|
</view> |
|
|
|
<view class="p-b-btn" @click="showServe(2)"> |
|
|
|
<i class="xbicon"></i> |
|
|
|
<text>Chính sách bảo mật</text> |
|
|
|
</view> |
|
|
|
<view class="p-b-btn" @click="showServe(3)"> |
|
|
|
<i class="xbicon"></i> |
|
|
|
<text>Hỗ trợ</text> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -883,7 +880,6 @@ page { |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
padding: 30upx; |
|
|
|
padding-bottom: 170upx; |
|
|
|
background: #fff; |
|
|
|
.guess-item { |
|
|
|
display: flex; |
|
|
@@ -926,19 +922,15 @@ page { |
|
|
|
|
|
|
|
/* 底部操作菜单 */ |
|
|
|
.page-bottom { |
|
|
|
position: fixed; |
|
|
|
left: 30upx; |
|
|
|
bottom: 30upx; |
|
|
|
position: relative; |
|
|
|
z-index: 95; |
|
|
|
display: flex; |
|
|
|
justify-content: space-around; |
|
|
|
align-items: center; |
|
|
|
width: 690upx; |
|
|
|
width: 100%; |
|
|
|
height: 100upx; |
|
|
|
background: rgba(255, 255, 255, .9); |
|
|
|
box-shadow: 0 0 20upx 0 rgba(0, 0, 0, .5); |
|
|
|
border-radius: 16upx; |
|
|
|
|
|
|
|
border-top:1px solid #cccccc; |
|
|
|
.p-b-btn { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
@@ -948,7 +940,8 @@ page { |
|
|
|
color: $font-color-base; |
|
|
|
height: 80upx; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
text-decoration: underline; |
|
|
|
color:blue; |
|
|
|
/* 购物车数量 */ |
|
|
|
.cart-count{ |
|
|
|
border: 4rpx solid #fa436a; |
|
|
|