forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-09 cee01cbfea118cb90a8d34b220315c9a9444941e
gz-customerSystem/src/views/register/index.less
@@ -809,15 +809,32 @@
}
.VisitWorkBench{
   margin: 16px;
   &-top{
      background: #ffffff;
    padding: 12px 16px 16px 16px;
      &-list{
         display: flex;
         gap: 24px;
         margin-top: 16px;
         &-tabsItem{
            display: flex;
            padding: 12px 16px;
            flex: 1;
            justify-content: space-between;
            &-title {
               font-size: 18px;
               margin-right: 4px;
            }
            &-imgView {
               width: 48px;
               height: 48px;
            }
         }
   
      }
@@ -825,10 +842,28 @@
   }
   &-middle{
      background: #ffffff;
      padding: 12px 16px 16px 16px;
      margin-top: 12px;
   }
   &-bottom{}
   &-bottom {
      background-color: #fff;
      padding: 12px 16px 16px 16px;
      margin-top: 12px;
      &-title{
         width: 140px;
         font-family: DingTalk;
         font-size: 22px;
      }
      &-img {
         width: 72px;
         height: 72px;
      }
   }
}
@@ -837,3 +872,17 @@
   justify-content: space-between;
   align-items: center;
}
.bottomTab1{
   // display: 'flex',   background: linear-gradient(to right, #6a1b9a, #e040fb)
   display: flex;
   background: linear-gradient(to right, #E8F7FF, #9FD4FD);
   padding: 12px 16px 16px 16px;
}
.bottomTab2{
   display: flex;
   background: linear-gradient(to right, #FFF7E6, #FFD591);
   padding: 12px 16px 16px 16px;
}