|
@@ -29,7 +29,7 @@ export default {
|
|
|
headerBGC: '#0f1325', //表头
|
|
|
oddRowBGC: '#0f1325', //奇数行
|
|
|
evenRowBGC: '#171c33', //偶数行
|
|
|
- columnWidth: [100,65,65,65,65,65,80],
|
|
|
+ columnWidth: [120,75,75,75,75,75,90],
|
|
|
align: ['center']
|
|
|
},
|
|
|
timing : null,
|
|
@@ -111,41 +111,14 @@ $box-width: 100%;
|
|
|
.text {
|
|
|
color: #FFE900;
|
|
|
}
|
|
|
- .dv-dec-3 {
|
|
|
- position: relative;
|
|
|
- width: 150px;
|
|
|
- height: 20px;
|
|
|
- top: -3px;
|
|
|
- }
|
|
|
|
|
|
- .bottom-data {
|
|
|
- .item-box {
|
|
|
- & > div {
|
|
|
- padding-right: 5px;
|
|
|
- }
|
|
|
- font-size: 14px;
|
|
|
- float: right;
|
|
|
- position: relative;
|
|
|
- width: 50%;
|
|
|
- color: #d3d6dd;
|
|
|
- .dv-digital-flop {
|
|
|
- width: 120px;
|
|
|
- height: 30px;
|
|
|
- }
|
|
|
- // 金币
|
|
|
- .coin {
|
|
|
- position: relative;
|
|
|
- top: 6px;
|
|
|
- font-size: 20px;
|
|
|
- color: #ffc107;
|
|
|
- }
|
|
|
- .colorYellow {
|
|
|
- color: yellowgreen;
|
|
|
- }
|
|
|
- p {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
+ .body-box {
|
|
|
+ border-radius: 10px;
|
|
|
+ overflow: hidden;
|
|
|
+ .dv-scr-board {
|
|
|
+ height: 410px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
</style>
|