提交
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="youKeL" v-if="$platform=='ios'">
|
||||
<view @click="onPageJump('/pages/visitor/index')">免登录体验</view>
|
||||
<view @click="onPageJump('/pages/visitor/index')">游客模式</view>
|
||||
</view>
|
||||
|
||||
<u-popup :show="yhxyShow" title="用户协议" :round="10" @close="yhxyShow = false">
|
||||
@@ -1083,12 +1083,12 @@ export default {
|
||||
justify-content: center;
|
||||
margin: 60rpx 0 0 0;
|
||||
font-size: 28rpx;
|
||||
color: $themeColor;
|
||||
|
||||
|
||||
view {
|
||||
border: 1px solid $themeColor;
|
||||
border: 1rpx solid $themeColor;
|
||||
border-radius: 10rpx;
|
||||
padding: 5rpx 15rpx;
|
||||
padding: 15rpx 30rpx;
|
||||
color: $themeColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user