123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- body,html{
- font-size: 16px;
- font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
- font-weight: 400;
- }
- .ewo-menu {
- top: 50px;
- }
- .ewo-menu-selected {
- background-color: rgba(255, 255, 255, 0.08) !important;
- /*background-color: rgba(54, 125, 255, 0.5) !important;*/
- }
- .el-menu-item:focus, .el-menu-item:hover {
- outline: 0;
- background-color: #ecf5ff;
- }
- .ewo-menu li {
- line-height: 40px;
- margin-top: 0px;
- padding-left: 20px;
- cursor: pointer;
- color: #ffffff;
- font-size: 16px;
- }
- .ewo-menu li:hover{
- background-color: rgba(255, 255, 255, 0.38) !important;
- }
- .ewo-menu li .ewo-menu-num {
- color: #ffffff;
- background: #F56C6C;
- }
- .ewo-menu-send>button {
- background-color: #409EFF;
- border-bottom: 1px solid #409EFF;
- padding-top: 10px;
- padding-bottom: 10px;
- font-size: 18px;
- }
- .ewo-menu-send>button:hover {
- background-color: #409EFF;
- border-bottom: 1px solid #409EFF;
- }
- .ewo-MailIndex-left {
- background-color: rgb(49, 71, 144);
- color: #fff;
- }
- .ewo-mail-list-main-avatar {
- background-color: #409EFF !important;
- display: inline-block;
- height: 60px;
- width: 60px;
- border-radius: 30px;
- margin-left: 5px;
- vertical-align: top;
- text-align: center;
- }
- .ewo-mail-list-main-right-star .fa-star2 {
- color: #F56C6C;
- cursor: pointer;
- }
- .ewo-mail-list-search input[type=text] {
- outline: #409EFF;
- padding: 2px 10px;
- border-radius: 0;
- }
- .ewo-mail-list-main>ul>li {
- padding: 10px;
- border-bottom: 1px solid #EBEEF5;
- }
- .ewo-mail-list-main>ul>.ewo-li-new {
- background-color: rgb(250, 236, 216);
- }
- .ewo-header-right ul li:hover {
- color: #409EFF;
- line-height: 50px;
- border-bottom: 2px solid #409EFF;
- }
- .ewo-header-login-info a{
- color: #409EFF;
- }
- .ewo-mail-view-from2-title{
- font-size: 16px;
- }
- .ewo-mail-view-status h1{
- color: #909399;
- font-weight: 500;
- font-size: 20px;
- }
- .ewo-popups-header {
- width: 100%;
- background-color: #ffffff;
- color: #222;
- text-align: center;
- }
- .ewo-popups-header2 {
- font-size: 18px;
- font-weight: 600;
- padding: 10px;
- }
- .ewo-popups-close {
- float: right;
- font-size: 18px;
- cursor: pointer;
- color: #909399;
- }
- .pure-button {
- background: #fff;
- border: 1px solid #DCDFE6;
- border-color: #DCDFE6;
- color: #606266;
- }
- .pure-button-active, .pure-button:active {
- box-shadow: none;
- border-color: #DCDFE6;
- }
- .pure-button-hover, .pure-button:hover {
- box-shadow: none;
- border-color: #DCDFE6;
- }
- .pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
- background-color: #409EFF;
- color: #fff;
- }
- .button-cancel {
- background-color: #909399;
- color: #fff;
- }
- .button-cancel:hover {
- background-color: #a6a9ad;
- color: #fff;
- }
- .button-signature {
- background: #E6A23C;
- color: #fff;
- border-color: #E6A23C;
- }
- .button-signature:hover {
- background: #F59942;
- color: #fff;
- border-color: #F59942;
- }
- .button-green {
- background: #67C23A;
- color: #fff;
- border-color: #67C23A;
- }
- .button-green:hover {
- background: #85ce61;
- color: #fff;
- border-color: #85ce61;
- }
- .button-red {
- background: #F56C6C;
- color: #fff;
- border-color: #F56C6C;
- }
- .button-red:hover {
- background: #f78989;
- color: #fff;
- border-color: #f78989;
- }
- .ewo-email-input-right a{
- color: #409EFF;
- }
- ._send_info{
- padding-bottom: 10px;
- }
- .ewo-AddressBook-left {
- top: 100px;
- }
- .pure-form input:not([type]):focus, .pure-form input[type=color]:focus, .pure-form input[type=date]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=email]:focus, .pure-form input[type=month]:focus, .pure-form input[type=number]:focus, .pure-form input[type=password]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=text]:focus, .pure-form input[type=time]:focus, .pure-form input[type=url]:focus, .pure-form input[type=week]:focus, .pure-form select:focus, .pure-form textarea:focus {
- outline: 0;
- border-color: #409EFF;
- }
- .ewo-AddressBook-header .ewo_search input {
- padding: 4px 10px;
- border-radius: 0;
- }
- a{
- color: #409EFF;
- }
- .ewo-mail-list-main-avatar span {
- color: #fff;
- font-size: 30px;
- line-height: 60px;
- }
- .ewo-mail-list-status {
- color: #909399;
- font-weight: 500;
- }
- .ewo-AddressBookBranch-header {
- height: 40px;
- border-bottom: 1px solid #ccc;
- }
- .ewo-AddressBookBranch-header .ewo_search input {
- padding: 4px 10px;
- width: 250px;
- border-radius: 0;
- }
- .ewo-login ._ewo_logo{
- text-align: center;
- }
- .ewo-login-info {
- width: 450px;
- margin-left: 50px;
- }
- .ewo-mail-list-main-view-email{
- color: #909399;
- }
- .ewo-mail-list-main-right{
- color: #909399;
- }
- .ewo-mail-list-main-view-title {
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow:ellipsis;
- font-size: 16px;
- }
- .ewo-AddressBook-left .ewo_sd {
- color: #409EFF;
- }
- .ewo-header-logo {
- padding-top: 14px;
- }
- .ewo-header-logo img {
- max-width: 210px;
- max-height: 60px;
- }
- .ewo-icon-button {
- display: inline-block;
- position: relative;
- cursor: pointer;
- color: #409EFF;
- }
- .ewo-mail-list-search-input {
- position: relative;
- width: 83%;
- display: inline-block;
- }
- .ewo-AddressBookBranch-left .ewo_sd {
- color: #409EFF!important;
- }
- .ewo-MailIndex-left {
- width: 210px;
- }
- .ewo-MailIndex-right {
- left: 210px;
- }
- .ewo-folders ul li ._ewo_op a{
- display: none;
- }
- .ewo-folders ul li ._ewo_op a:first-child{
- display: inline-block;
- }
- .ewo-folders ul li ._ewo_op a:last-child{
- display: inline-block;
- }
|