forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-15 52e9b9219975ff2808f5c8ce3b8b3c176a1e8ef4
gz-customerSystem/src/styles/public.less
@@ -1,8 +1,10 @@
@import './theme.less';
@font-face {
   font-family: siYuanHeiTi;
   src: url('../assets/font/SourceHanSansCN-Regular-2.otf');
}
@font-face {
   font-family: AlibabaPuHuiTi;
   src: url('../assets/font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf');
@@ -94,9 +96,11 @@
   height: 8px;
   background-color: #dfdfdf;
}
::-webkit-scrollbar-track {
   background-color: @bg-color;
}
::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: #dfdfdf;
@@ -255,6 +259,7 @@
.public-span {
   position: relative;
   &::before {
      content: '';
      position: absolute;
@@ -742,3 +747,72 @@
   color: #ffcf5c;
   font-size: 22px;
}
//字节弹窗
.arco-modal {
   border-radius: 0;
   width: 900px;
   .arco-modal-header {
      padding: 0 16px;
      .arco-modal-title {
         text-align: left;
         font-size: 16px;
         font-family: PingFang SC, PingFang SC-400;
         font-weight: 400;
         color: #1d2129;
      }
   }
   .arco-modal-content {
      padding: 16px;
      max-height: 700px;
   }
   .arco-modal-close-icon {
      width: 20px;
      height: 20px;
      background: #86909C;
      border-radius: 50%;
      top: 14px;
      right: 16px;
      .arco-icon {
         color: #fff;
         width: 16px;
         height: 16px;
         left: 2px;
         top: 2px;
      }
      &:hover {
         .arco-icon {
            color: #86909C;
         }
      }
   }
}
//弹窗底部按钮
.dialogFooter {
   width: 100%;
   margin-top: 16px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   .dialogPrimary {
      margin-right: 16px;
   }
   .dialogBack {}
}
.arco-btn-primary:not(.arco-btn-disabled) {
   background-color: @main-color;
   &:hover {
      background-color: @main-color;
   }
}