index.scss 472 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
2  
xuzhenghua committed
2 3
.detail-box {
  .my-carousel {
zhanghaozhe committed
4
    position: absolute !important;
2  
xuzhenghua committed
5
    top: 66px;
zhanghaozhe committed
6 7
    width: 168px !important;
    background: rgba(0, 0, 0, 0.6);
2  
xuzhenghua committed
8 9 10 11
    font-size: 12px;
    color: $white;
    border-radius: 3px;
    padding: 6px 9px;
zhanghaozhe committed
12
    z-index: 99;
2  
xuzhenghua committed
13
    opacity: 0;
zhanghaozhe committed
14
    transition: opacity 0.3s;
2  
xuzhenghua committed
15 16 17 18 19 20 21 22
    img {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 7px;
    }
  }
zhanghaozhe committed
23
}