Browse Source

样式问题

master
zhengshuiqi 4 years ago
parent
commit
f8501e979f
  1. 6
      pages/account/index.vue
  2. 3
      pages/index/index.vue
  3. 9
      pages/shippingCart/index.vue

6
pages/account/index.vue

@ -1,10 +1,10 @@
<template> <template>
<view> <view>
<!-- <view class="status_bar"></view> --> <!-- <view class="status_bar"></view> -->
<view class="one" v-show="isTop"> <!-- <view style="display: none;" class="one" v-show="isTop">
<image src="../../static/img/left_white.png" mode="" @click="backTo"></image> <image src="../../static/img/left_white.png" mode="" @click="backTo"></image>
<image src="/static/img/dope plus_white.png" mode="" class="index_logo"></image> <image src="/static/img/dope plus_white.png" mode="" class="index_logo"></image>
</view> </view> -->
<view class="account_info padding_account" :style="{background:`url(${userbg})`}"> <view class="account_info padding_account" :style="{background:`url(${userbg})`}">
<image src="../../static/icon/nologin2.png" mode="" class="header_img" <image src="../../static/icon/nologin2.png" mode="" class="header_img"
v-show="!user_info.isLogin||!user_info.user_head"></image> v-show="!user_info.isLogin||!user_info.user_head"></image>
@ -535,7 +535,7 @@
align-items: center; align-items: center;
position: absolute; position: absolute;
width: 100%; width: 100%;
top: 15.5%; top: 18%;
// left: 15%; // left: 15%;
// z-index: 1111; // z-index: 1111;

3
pages/index/index.vue

@ -1690,7 +1690,8 @@
} }
.bootom_last { .bootom_last {
height: 300rpx; // height: 300rpx;
height: 200rpx;
width: 100%; width: 100%;
color: #fff; color: #fff;
background-color: #000; background-color: #000;

9
pages/shippingCart/index.vue

@ -1194,16 +1194,19 @@
.body{ .body{
background-color: #f4f3f8; background-color: #f4f3f8;
height: 100%; height: 100%;
padding-bottom: 150rpx; padding-bottom: 50rpx;
// padding-bottom: 150rpx;
} }
.bootom_last1{ .bootom_last1{
height: 300rpx; // height: 300rpx;
height: 200rpx;
width: 100%; width: 100%;
color: #000; color: #000;
// background-color: #fff; // background-color: #fff;
font-size: 25rpx; font-size: 25rpx;
line-height: 300rpx; line-height: 100rpx;
// line-height: 300rpx;
text-align: center; text-align: center;
} }
.recommend_content{ .recommend_content{

Loading…
Cancel
Save