|
|
|
@ -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,30 +378,41 @@ |
|
|
|
|
}; |
|
|
|
|
</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; |
|
|
|
|
width: 185rpx; |
|
|
|
|
border-radius: 94rpx 94rpx 94rpx 94rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
border: 1px solid #000000; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.protocol_footer_confirm { |
|
|
|
|
width: 185rpx; |
|
|
|
|
width: 185rpx; |
|
|
|
|
background: #FD0505; |
|
|
|
|
border-radius: 56rpx 56rpx 56rpx 56rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.protocol_footer { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.protocol_content { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-family: PingFang SC-Medium, PingFang SC; |
|
|
|
@ -416,7 +421,7 @@ |
|
|
|
|
line-height: 46rpx; |
|
|
|
|
margin: 60rpx 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.protocol_header { |
|
|
|
|
width: 330rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|