|
@@ -29,12 +29,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="data-item">
|
|
|
- <span class="data">{{entryInternalNum.value}}</span>
|
|
|
+ <span class="data1">{{entryInternalNum.value}}</span>
|
|
|
<span class="name">{{ entryInternalNum.name }}</span>
|
|
|
</div>
|
|
|
|
|
|
<div class="data-item">
|
|
|
- <span class="data">{{visitorNum.value}}</span>
|
|
|
+ <span class="data2">{{visitorNum.value}}</span>
|
|
|
<span class="name">{{ visitorNum.name }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -219,6 +219,36 @@ export default {
|
|
|
// position: relative;
|
|
|
// top: 50px;
|
|
|
}
|
|
|
+ .data1{
|
|
|
+ width: auto;
|
|
|
+ font-size: 25px;
|
|
|
+ color:#00FFDF;
|
|
|
+ font-family: 'electronicFont';
|
|
|
+ background: url("../../../assets/images/service_new/data_bgg1.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-position: center;
|
|
|
+ height: 85px;
|
|
|
+ width: 68px;
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 23px;
|
|
|
+ // position: relative;
|
|
|
+ // top: 50px;
|
|
|
+ }
|
|
|
+ .data2{
|
|
|
+ width: auto;
|
|
|
+ font-size: 25px;
|
|
|
+ color:#F4CB57;
|
|
|
+ font-family: 'electronicFont';
|
|
|
+ background: url("../../../assets/images/service_new/data_bgg2.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-position: center;
|
|
|
+ height: 85px;
|
|
|
+ width: 68px;
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 23px;
|
|
|
+ // position: relative;
|
|
|
+ // top: 50px;
|
|
|
+ }
|
|
|
|
|
|
.name{
|
|
|
font-size: 12px;
|