| | |
| | | } |
| | | |
| | | .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; |
| | | } |
| | | } |
| | | |
| | | } |
| | |
| | | } |
| | | |
| | | &-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; |
| | | } |
| | | |
| | | &-img { |
| | | width: 72px; |
| | | height: 72px; |
| | | } |
| | | } |
| | | |
| | | } |
| | | |