| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "~@/assets/styles/variables.scss"; |
| | | .basic-container { |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | margin-bottom: 5px; |
| | | // margin-bottom: 5px; |
| | | |
| | | .card-header { |
| | | font-size: 18px; |
| | | font-weight: 500; |
| | | height: 34px; |
| | | color: #272727; |
| | | color: #a3cbff; |
| | | position: relative; |
| | | padding-left: 10px; |
| | | |
| | |
| | | position: absolute; |
| | | display: block; |
| | | width: 4px; |
| | | height: 17px; |
| | | background-color: #38bcbf; |
| | | height: 16px; |
| | | background-color: $primary-color; |
| | | border-radius: 3px; |
| | | top: 2px; |
| | | left: 0; |
| | |
| | | } |
| | | } |
| | | |
| | | .basic-container:first-child { |
| | | margin-top: 5px; |
| | | } |
| | | // .basic-container:first-child { |
| | | // margin-top: 5px; |
| | | // } |
| | | </style> |