index.less 543 字节
Newer Older
Z
zengqiao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

.app-container {
  .base-info {
    background-color: white;
    margin-bottom: 20px;
  }

  .ant-divider-horizontal {
    margin: 0px 0px 24px 0px;
  }
}

.app-detail-ul {
  border: 1px solid #000;
  overflow: hidden;
  text-overflow: ellipsis; //超出部分以省略号显示
  white-space: nowrap;
  min-width: 600px;
}

.custom-content {
  margin-bottom: 20px;
}

.overview {
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appitem-detail {
  margin-top: 30px;

  p {
    font-size: 13px;
  }
}