|
@@ -14,7 +14,7 @@
|
|
|
<el-col :span="12" class="comlogo"></el-col>
|
|
|
<el-col :span="12">
|
|
|
<div class="grid-content bg-purple-dark title">
|
|
|
- 工业应用操作系统
|
|
|
+ · 生产协同管理系统
|
|
|
<!-- 智能制造平台 -->
|
|
|
</div>
|
|
|
</el-col
|
|
@@ -423,12 +423,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
.comlogo {
|
|
|
- margin-left: 28px;
|
|
|
- margin-top: 57px;
|
|
|
- width: 194px;
|
|
|
- height: 64px;
|
|
|
- background: url(../assets/images/mec_logo_login.png);
|
|
|
- // background: url(../assets/images/comp.png);
|
|
|
+ margin-left: 26px;
|
|
|
+ margin-top: 49px;
|
|
|
+ width: 200px;
|
|
|
+ height: 70px;
|
|
|
+ background: url(../assets/images/mecos-logo1.jpg);
|
|
|
+ /* background: url(../assets/images/comp.png); */
|
|
|
/* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
|
|
|
opacity: 1;
|
|
|
background-size: cover;
|
|
@@ -439,20 +439,24 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
height: 100%;
|
|
|
- background-image: url("../assets/images/background.jpg");
|
|
|
- background-size: cover;
|
|
|
+ background-image: url("../assets/images/background1.jpg");
|
|
|
+ background-size:100% 100%;
|
|
|
+ /* padding-bottom: 55.19%; */
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
width: 258px;
|
|
|
height: 35px;
|
|
|
- margin-top: 69px;
|
|
|
- margin-left: 17px;
|
|
|
- font-size: 32px;
|
|
|
+ margin-top: 70px;
|
|
|
+ margin-left: 8px;
|
|
|
+ font-size: 22px;
|
|
|
font-weight: 400;
|
|
|
- letter-spacing: 0px;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 38.4px;
|
|
|
- color: rgba(7, 68, 138, 1);
|
|
|
+ /* color: rgba(7, 68, 138, 1); */
|
|
|
+ color: black;
|
|
|
text-align: left;
|
|
|
vertical-align: top;
|
|
|
float: left;
|