pull/7/head
xiaozhiyong 1 year ago
parent d2878369d4
commit a7f693f88f
  1. 25
      pages/login/boforeLogin/boforeLogin.vue
  2. 17
      pages/login/posLogin/posLogin.vue

@ -3,14 +3,8 @@
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil">
<block slot="content">星油云站</block>
</cu-custom>
<view class="bg-img margin flex padding-lg radius align-center text-center"
:style="'background-image: url('+mainURL+'login-bg.png)'">
<view class="padding-lg margin text-center text-lg text-white w100">
<text class="">
油站工作人员绑定油站
</text>
</view>
<view class="banner text-lg">
欢迎使用星油云站
</view>
<view class="pannel">
<view class="bg-white margin padding radius ">
@ -384,7 +378,18 @@
};
</script>
<style scoped>
<style lang="scss" scoped>
.banner {
margin: 30rpx auto;
width: 690rpx;
height: 260rpx;
line-height: 260rpx;
text-align: center;
color: #fff;
border-radius: 20rpx;
background: url('https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/yunsite-background.png') #FFFFFF 100%/100% no-repeat;
}
.protocol_footer_close {
width: 185rpx;
border-radius: 94rpx 94rpx 94rpx 94rpx;
@ -425,6 +430,7 @@
width: 100%;
text-align: center;
}
.protocol_body {
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
@ -433,6 +439,7 @@
max-width: 634rpx;
box-sizing: border-box;
}
.btnSize {
font-size: 60rpx;
}

@ -4,11 +4,14 @@
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil" :isBack="true">
<block slot="content">星油云站</block>
</cu-custom>
<view class="bg-img margin flex padding-lg radius align-center text-center"
<!-- <view class="bg-img margin flex padding-lg radius align-center text-center"
:style="'background-image: url('+mainURL+'login-bg.png)'">
<view class="padding-lg margin text-center text-lg text-white w100">
<text class>油站工作人员绑定油站</text>
</view>
</view> -->
<view class="banner text-lg">
欢迎使用星油云站
</view>
<view class="pannel">
<view class="bg-white margin padding radius shadow-warp">
@ -602,7 +605,17 @@
};
</script>
<style scoped>
<style lang="scss" scoped>
.banner {
margin: 30rpx auto;
width: 690rpx;
height: 260rpx;
line-height: 260rpx;
text-align: center;
color: #fff;
border-radius: 20rpx;
background: url('https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/yunsite-background.png') #FFFFFF 100%/100% no-repeat;
}
.protocol_footer_close {
width: 185rpx;
border-radius: 94rpx 94rpx 94rpx 94rpx;

Loading…
Cancel
Save