|
@@ -16,7 +16,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="right_visitor">
|
|
<div class="right_visitor">
|
|
- <div class="flex_spection">
|
|
|
|
|
|
+ <div class="garden_box">
|
|
<HeadlineTag type="right" value="园区基本信息"></HeadlineTag>
|
|
<HeadlineTag type="right" value="园区基本信息"></HeadlineTag>
|
|
<div class="card_visitor_star">
|
|
<div class="card_visitor_star">
|
|
<div class="item_visitor_top">
|
|
<div class="item_visitor_top">
|
|
@@ -355,6 +355,10 @@ window.addEventListener('resize', () => {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.garden_box {
|
|
|
|
+ height: 300px;
|
|
|
|
+}
|
|
|
|
+
|
|
.flex_spection {
|
|
.flex_spection {
|
|
flex: 1;
|
|
flex: 1;
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -389,7 +393,7 @@ window.addEventListener('resize', () => {
|
|
|
|
|
|
.item_visitor_top {
|
|
.item_visitor_top {
|
|
flex: 1;
|
|
flex: 1;
|
|
- margin: 10px 0px;
|
|
|
|
|
|
+ margin: 5px 0px;
|
|
padding-left: 20px;
|
|
padding-left: 20px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -398,8 +402,8 @@ window.addEventListener('resize', () => {
|
|
}
|
|
}
|
|
|
|
|
|
.circle_itor {
|
|
.circle_itor {
|
|
- width: 60px;
|
|
|
|
- height: 60px;
|
|
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 50px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
border: 2px solid rgb(103, 168, 202);
|
|
border: 2px solid rgb(103, 168, 202);
|
|
}
|
|
}
|
|
@@ -412,11 +416,12 @@ window.addEventListener('resize', () => {
|
|
}
|
|
}
|
|
|
|
|
|
.title_itor_13 {
|
|
.title_itor_13 {
|
|
|
|
+ color: #ffffff;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.title_itor_18 {
|
|
.title_itor_18 {
|
|
- padding-top: 10px;
|
|
|
|
|
|
+ padding-top: 5px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
background-image: -webkit-linear-gradient(bottom, rgb(20, 127, 228), rgb(229, 232, 236));
|
|
background-image: -webkit-linear-gradient(bottom, rgb(20, 127, 228), rgb(229, 232, 236));
|