Browse Source

修改首页

master
liaoxinyu 1 year ago
parent
commit
3812a6d200
  1. 7
      pages/base/home.vue

7
pages/base/home.vue

@ -125,7 +125,7 @@
<view class="illustration_area" style=""> <view class="illustration_area" style="">
<!-- <image src="@/assets/img/home/home1.gif" mode="widthFix" style="width: 100%;"></image> --> <!-- <image src="@/assets/img/home/home1.gif" mode="widthFix" style="width: 100%;"></image> -->
<view style=""> <view style="">
<view class="title" style="margin-bottom: 20rpx;">{{$t("homeNewText.dd1")}}<span style="color: #F0944B;">.</span></view> <view class="title" style="margin-bottom: 20rpx;">{{$t("homeNewText.dd1")}}</view>
<view class="title3">{{$t("homeNewText.dd2",{name:"GEPMAX"})}}</view> <view class="title3">{{$t("homeNewText.dd2",{name:"GEPMAX"})}}</view>
<view v-if="!isLogin" class="jump_btn_one" @click="goReg" style="margin-top: 20px;"> <view v-if="!isLogin" class="jump_btn_one" @click="goReg" style="margin-top: 20px;">
{{ $t("homeNewText.dd3") }} {{ $t("homeNewText.dd3") }}
@ -1681,7 +1681,8 @@
// position: relative; // position: relative;
margin: auto; margin: auto;
// padding: 0px 60rpx; // padding: 0px 60rpx;
width: 380rpx; width: 600rpx;
text-align: center;
padding-top: 600rpx; padding-top: 600rpx;
} }
} }
@ -2174,7 +2175,7 @@
.title3{ .title3{
color: #A6A8AC; color: #A6A8AC;
font-size: 14px; font-size: 14px;
width: 540rpx; width: 600rpx;
text-align: center; text-align: center;
} }
.bord_box { .bord_box {

Loading…
Cancel
Save