|
|
|
@ -124,7 +124,13 @@ em.vertical-line{display: inline-block;width: 2px;background: #999;height: 10px}
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
|
|
|
|
|
.tag-orange{position: absolute;right: 0px;top:20px;}
|
|
|
|
|
.tag-orange .tag-name{display: block;width: auto;background-color:#FF6800;background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
|
|
|
|
|
.tag-orange .tag-name{display: block;width: auto;background-color:#FF6800;
|
|
|
|
|
background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;
|
|
|
|
|
height: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
/*发送至弹框里的下拉框*/
|
|
|
|
|
.downSelectOption{position: relative;height: 35px;}
|
|
|
|
|
.downSelectOption .showOption{background-color: #F4F4F4;border: 1px solid #EAEAEA;width: 100%;padding: 5px 40px 5px 5px;outline: none;height: 100%;box-sizing: border-box;}
|
|
|
|
|