|
@@ -888,16 +888,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.goaf-icon-tag{
|
|
|
- width: 100%;
|
|
|
- display: inline-block;
|
|
|
- background: linear-gradient(90deg, #21649c 0.21%, #060F1E 100%);
|
|
|
- background-color: rgba(33, 100, 156,0.6);
|
|
|
- overflow:hidden;
|
|
|
- text-overflow:ellipsis;
|
|
|
- white-space:nowrap;
|
|
|
- color: #fff;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
+ width: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ background: linear-gradient(90deg, #21649c 0.21%, #060F1E 100%);
|
|
|
+ background-color: rgba(33, 100, 156,0.6);
|
|
|
+ overflow:hidden;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ white-space:nowrap;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ z-index: 99999;
|
|
|
+ position: absolute;
|
|
|
+ top: -18px;
|
|
|
+ }
|
|
|
/*动画*/
|
|
|
.ico-warning {
|
|
|
position: relative;
|