|
|
@@ -6,9 +6,9 @@
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
<div class="title">
|
|
|
- <div class="title-left"></div>
|
|
|
+ <div class="title-left">浙江物产</div>
|
|
|
<div class="title-mid">丨</div>
|
|
|
- <div class="title-right">智慧运力运维平台</div>
|
|
|
+ <div class="title-right">智慧航运管理平台</div>
|
|
|
</div>
|
|
|
<div class="form-container">
|
|
|
<el-form :model="ruleForm" :rules="rules" ref="form">
|
|
|
@@ -46,6 +46,24 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
+ <div class="df aic jcc" style="margin-top: 55px">
|
|
|
+ <img
|
|
|
+ style="height: 20px"
|
|
|
+ src="https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/%E6%B1%87%E5%BE%88%E5%A4%9Alogo-%E5%B7%A6%E5%8F%B3.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ <div
|
|
|
+ style="
|
|
|
+ height: 20px;
|
|
|
+ line-height: 18px;
|
|
|
+ font-size: 10px;
|
|
|
+ color: #999;
|
|
|
+ margin-left: 15px;
|
|
|
+ "
|
|
|
+ >
|
|
|
+ 汇很多智慧航运研发中心
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -190,16 +208,17 @@ export default {
|
|
|
|
|
|
.title-left {
|
|
|
height: 38px;
|
|
|
- width: 105px;
|
|
|
- background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/%E6%B1%87%E5%BE%88%E5%A4%9Alogo-%E5%B7%A6%E5%8F%B3.png?sign=22b9335300bbef8d04da1b9b75589f7e&t=1634706935);
|
|
|
+ background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/web-static/wuchan3.jpg);
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
+ line-height: 38px;
|
|
|
+ padding-left: 46px;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
|
|
|
.title-mid {
|
|
|
font-size: 25px;
|
|
|
color: #e4e4e4;
|
|
|
- margin: 0 12px;
|
|
|
}
|
|
|
|
|
|
.title-right {
|