|
@@ -293,12 +293,12 @@ export default {
|
|
|
// 第二层:中国地理信息平台
|
|
|
&_ChinaGeographicInformationCenter {
|
|
|
width: 100%;
|
|
|
- height: 120px;
|
|
|
+ height: 90px;
|
|
|
display: flex;
|
|
|
align-content: center;
|
|
|
flex-direction: row-reverse;
|
|
|
align-items: center;
|
|
|
- margin: 15px 0px;
|
|
|
+ // margin: 15px 0px;
|
|
|
.ChinaGeographicInformationCenterTitle {
|
|
|
font-size: 30px;
|
|
|
font-family: Microsoft YaHei;
|
|
@@ -330,7 +330,7 @@ export default {
|
|
|
align-content: center;
|
|
|
flex-wrap: nowrap;
|
|
|
width: calc(33% - 40px);
|
|
|
- height: 100px;
|
|
|
+ height: 80px;
|
|
|
background: #0589ff;
|
|
|
border-radius: 3px;
|
|
|
font-size: 40px;
|
|
@@ -343,7 +343,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
color: #ffffff;
|
|
|
background: #05a3ff;
|
|
|
- text-shadow: 1px 1px 1px #0589ff, 1px 1px 2px white;
|
|
|
+ text-shadow: 1px 1px 2px #0589ff, 1px 1px 4px white;
|
|
|
box-shadow: 1px 1px 5px 0px #ffffff, 1px 1px 10px 0px #0589ff;
|
|
|
}
|
|
|
}
|
|
@@ -355,6 +355,9 @@ export default {
|
|
|
margin-right: 19px;
|
|
|
}
|
|
|
// 卡片头部样式
|
|
|
+ /deep/ .el-card__header{
|
|
|
+ padding: 15px 20px !important;
|
|
|
+ }
|
|
|
.clearfix {
|
|
|
height: 30px;
|
|
|
&_title {
|