.hd-welcome{ margin-top: 10px; text-align: center; } .hd-welcome p { display: inline-block; background: #cacfde; color: #fff; border-radius: 15px; padding: 2px 10px; font-size: 12px; } .new-msg { background: url(../../../images/new_icon.png) #fff no-repeat; background-size: 35px 35px; -webkit-background-size: 35px 35px; -moz-background-size: 35px 35px; -o-background-size: 35px 35px; background-position: top right!important; } .msg-box{ margin: 10px 16px; border-radius: 8px; font-size: 16px; border: 1px solid #e1e1e1; } .bg-fff{ background: #fff; } .msg-box .msg-title{ padding: 10px 20px; color: #333; } .msg-box .msg-content{ padding: 0px 50px 0 20px; margin-bottom: 12px; font-size: 14px; color: #666; position: relative; transition: all .3s ease-in-out; } .text-ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} .msg-box .msg-content.active{ white-space: normal; max-height: 999px; } .open-text{position: absolute;right: 10px;top: 0;color: #00A0E9;display: none;} .text-ellipsis>.open-text{display: block;} .msg-box .msg-action{ font-size: 14px; border-top: 1px solid #e1e1e1; padding: 10px 20px; color: #666; display: -webkit-box; } .msg-box .msg-action span{ display: block; position: absolute; right: 30px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(7deg); -o-transform: rotate(7deg); border-top: 2px solid #ccc; border-right: 2px solid #ccc; width: 12px; height: 12px; margin-top: 5px; } .msg-box:active{ -webkit-box-shadow: 0 0 10px rgba(0, 204, 204, .5); -moz-box-shadow:0 0 10px rgba(0, 204, 204, .5); box-shadow:0 0 10px rgba(0, 204, 204, .5); /*background-color: rgba(225,255,255,.5)!important;*/ } .new-flag{position: absolute; top: 0; right: 0;} .header-link a.disabled{color: rgba(255,255,255,0.5);}