123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- -------------------------- */
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- --------------------------*/
- .el-tag {
- background-color: rgba(64, 158, 255, 0.1);
- display: inline-block;
- padding: 0 10px;
- height: 32px;
- line-height: 30px;
- font-size: 12px;
- color: #409EFF;
- border-radius: 4px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid rgba(64, 158, 255, 0.2);
- white-space: nowrap; }
- .el-tag .el-icon-close {
- border-radius: 50%;
- text-align: center;
- position: relative;
- cursor: pointer;
- font-size: 12px;
- height: 16px;
- width: 16px;
- line-height: 16px;
- vertical-align: middle;
- top: -1px;
- right: -5px;
- color: #409EFF; }
- .el-tag .el-icon-close::before {
- display: block; }
- .el-tag .el-icon-close:hover {
- background-color: #409EFF;
- color: #fff; }
- .el-tag--info {
- background-color: rgba(144, 147, 153, 0.1);
- border-color: rgba(144, 147, 153, 0.2);
- color: #909399; }
- .el-tag--info.is-hit {
- border-color: #909399; }
- .el-tag--info .el-tag__close {
- color: #909399; }
- .el-tag--info .el-tag__close:hover {
- background-color: #909399;
- color: #fff; }
- .el-tag--success {
- background-color: rgba(103, 194, 58, 0.1);
- border-color: rgba(103, 194, 58, 0.2);
- color: #67c23a; }
- .el-tag--success.is-hit {
- border-color: #67c23a; }
- .el-tag--success .el-tag__close {
- color: #67c23a; }
- .el-tag--success .el-tag__close:hover {
- background-color: #67c23a;
- color: #fff; }
- .el-tag--warning {
- background-color: rgba(230, 162, 60, 0.1);
- border-color: rgba(230, 162, 60, 0.2);
- color: #e6a23c; }
- .el-tag--warning.is-hit {
- border-color: #e6a23c; }
- .el-tag--warning .el-tag__close {
- color: #e6a23c; }
- .el-tag--warning .el-tag__close:hover {
- background-color: #e6a23c;
- color: #fff; }
- .el-tag--danger {
- background-color: rgba(245, 108, 108, 0.1);
- border-color: rgba(245, 108, 108, 0.2);
- color: #f56c6c; }
- .el-tag--danger.is-hit {
- border-color: #f56c6c; }
- .el-tag--danger .el-tag__close {
- color: #f56c6c; }
- .el-tag--danger .el-tag__close:hover {
- background-color: #f56c6c;
- color: #fff; }
- .el-tag--medium {
- height: 28px;
- line-height: 26px; }
- .el-tag--medium .el-icon-close {
- -webkit-transform: scale(0.8);
- transform: scale(0.8); }
- .el-tag--small {
- height: 24px;
- padding: 0 8px;
- line-height: 22px; }
- .el-tag--small .el-icon-close {
- -webkit-transform: scale(0.8);
- transform: scale(0.8); }
- .el-tag--mini {
- height: 20px;
- padding: 0 5px;
- line-height: 19px; }
- .el-tag--mini .el-icon-close {
- margin-left: -3px;
- -webkit-transform: scale(0.7);
- transform: scale(0.7); }
|