更新
This commit is contained in:
@@ -3,14 +3,8 @@
|
|||||||
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil">
|
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil">
|
||||||
<block slot="content">星油云站</block>
|
<block slot="content">星油云站</block>
|
||||||
</cu-custom>
|
</cu-custom>
|
||||||
<view class="bg-img margin flex padding-lg radius align-center text-center"
|
<view class="banner text-lg">
|
||||||
: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>
|
||||||
<view class="pannel">
|
<view class="pannel">
|
||||||
<view class="bg-white margin padding radius ">
|
<view class="bg-white margin padding radius ">
|
||||||
@@ -384,30 +378,41 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</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 {
|
.protocol_footer_close {
|
||||||
width: 185rpx;
|
width: 185rpx;
|
||||||
border-radius: 94rpx 94rpx 94rpx 94rpx;
|
border-radius: 94rpx 94rpx 94rpx 94rpx;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol_footer_confirm {
|
.protocol_footer_confirm {
|
||||||
width: 185rpx;
|
width: 185rpx;
|
||||||
background: #FD0505;
|
background: #FD0505;
|
||||||
border-radius: 56rpx 56rpx 56rpx 56rpx;
|
border-radius: 56rpx 56rpx 56rpx 56rpx;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol_footer {
|
.protocol_footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol_content {
|
.protocol_content {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: PingFang SC-Medium, PingFang SC;
|
font-family: PingFang SC-Medium, PingFang SC;
|
||||||
@@ -416,7 +421,7 @@
|
|||||||
line-height: 46rpx;
|
line-height: 46rpx;
|
||||||
margin: 60rpx 0;
|
margin: 60rpx 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol_header {
|
.protocol_header {
|
||||||
width: 330rpx;
|
width: 330rpx;
|
||||||
height: 32rpx;
|
height: 32rpx;
|
||||||
@@ -425,6 +430,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol_body {
|
.protocol_body {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||||
@@ -433,6 +439,7 @@
|
|||||||
max-width: 634rpx;
|
max-width: 634rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnSize {
|
.btnSize {
|
||||||
font-size: 60rpx;
|
font-size: 60rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,11 +4,14 @@
|
|||||||
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil" :isBack="true">
|
<cu-custom class="main-topbar bg-main-oil" bgColor="bg-main-oil" :isBack="true">
|
||||||
<block slot="content">星油云站</block>
|
<block slot="content">星油云站</block>
|
||||||
</cu-custom>
|
</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)'">
|
:style="'background-image: url('+mainURL+'login-bg.png)'">
|
||||||
<view class="padding-lg margin text-center text-lg text-white w100">
|
<view class="padding-lg margin text-center text-lg text-white w100">
|
||||||
<text class>油站工作人员绑定油站</text>
|
<text class>油站工作人员绑定油站</text>
|
||||||
</view>
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<view class="banner text-lg">
|
||||||
|
欢迎使用星油云站
|
||||||
</view>
|
</view>
|
||||||
<view class="pannel">
|
<view class="pannel">
|
||||||
<view class="bg-white margin padding radius shadow-warp">
|
<view class="bg-white margin padding radius shadow-warp">
|
||||||
@@ -602,7 +605,17 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</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 {
|
.protocol_footer_close {
|
||||||
width: 185rpx;
|
width: 185rpx;
|
||||||
border-radius: 94rpx 94rpx 94rpx 94rpx;
|
border-radius: 94rpx 94rpx 94rpx 94rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user