|
@@ -641,11 +641,20 @@ body {
|
|
|
padding: 2px 4px;
|
|
|
margin: 5px 10px;
|
|
|
font-size: 12px;
|
|
|
- background: #5A98DE;
|
|
|
- border: #5A98DE;
|
|
|
+ background: #5bc0de;
|
|
|
+ border: #5bc0de;
|
|
|
>span {
|
|
|
padding-right: 2px;
|
|
|
}
|
|
|
+ &:hover,&:active {
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ background: #439BB2;
|
|
|
+ }
|
|
|
+ &:focus {
|
|
|
+ border: none;
|
|
|
+ outline: 1px solid #3E97EB;
|
|
|
+ }
|
|
|
}
|
|
|
>span {
|
|
|
float: left;
|
|
@@ -715,22 +724,25 @@ body {
|
|
|
height: 35px;
|
|
|
width: 75px;
|
|
|
text-align: left;
|
|
|
- border: none;
|
|
|
- &:hover,&:active,&:focus {
|
|
|
+ background: #5bc0de;
|
|
|
+ border: #5bc0de;
|
|
|
+ &:active,&:focus {
|
|
|
border: none;
|
|
|
- background: #5CB85C;
|
|
|
+ outline: 1px solid #3E97EB;
|
|
|
+ background: #5bc0de;
|
|
|
}
|
|
|
}
|
|
|
.dropdown-toggle {
|
|
|
margin-left: -33px;
|
|
|
height: 20px;
|
|
|
width: 10px;
|
|
|
+ background: #5bc0de;
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
&:hover,&:active,&:focus {
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
- background: #449D44;
|
|
|
+ background: #439BB2;
|
|
|
}
|
|
|
>span.caret {
|
|
|
float: right;
|
|
@@ -1012,18 +1024,102 @@ body {
|
|
|
}
|
|
|
|
|
|
.groupinfo {
|
|
|
- width: 660px;
|
|
|
+ width: 500px;
|
|
|
height: 500px;
|
|
|
margin: 0px auto;
|
|
|
- background: #F5FAFE;
|
|
|
- #leftlist {
|
|
|
+ background: #FFF;
|
|
|
+ #tablist {
|
|
|
margin: auto;
|
|
|
- width: 600px;
|
|
|
- height: 50px;
|
|
|
- background: #FFF;
|
|
|
+ width: 450px;
|
|
|
+ height: 55px;
|
|
|
+ .nav {
|
|
|
+ padding-top: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
#media {
|
|
|
-
|
|
|
+ .tab-pane {
|
|
|
+ margin: 5px auto;
|
|
|
+ #form1 {
|
|
|
+ background: #FFF;/* Opera 11.1 - 12.0 */
|
|
|
+ overflow: hidden;
|
|
|
+ #icoImg {
|
|
|
+ float: left;
|
|
|
+ width: 80px;
|
|
|
+ height: 80px;
|
|
|
+ margin: 10px 0px 10px 30px;
|
|
|
+ border-radius: 100%;
|
|
|
+ border:2px solid #ccc;
|
|
|
+ background: #96CEDF;
|
|
|
+ >a{
|
|
|
+ cursor:default;
|
|
|
+ >img {
|
|
|
+ border-radius: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .displayname {
|
|
|
+ color: #444;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-family: "微软雅黑","宋体";
|
|
|
+ }
|
|
|
+ #groupId {
|
|
|
+ margin-top: 24px;
|
|
|
+ margin-left: 120px;
|
|
|
+ text-align: left;
|
|
|
+ font-family: "微软雅黑","宋体";
|
|
|
+ background: #FFF;
|
|
|
+ color: #666;
|
|
|
+ font-size: 12px;
|
|
|
+ white-space: nowrap; /* 自适应宽度,不换行*/
|
|
|
+ >input {
|
|
|
+ margin-left: 7px;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ color: #444;
|
|
|
+ background: #FFF;
|
|
|
+ width: 88%;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ #groupIntroduction {
|
|
|
+ height: 100px;
|
|
|
+ margin: 70px 5px 0px 30px;
|
|
|
+ color: #444;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-family: "微软雅黑","宋体";
|
|
|
+ >span {
|
|
|
+ float: left;
|
|
|
+ margin: 5px
|
|
|
+ }
|
|
|
+ }
|
|
|
+ #groupNotice {
|
|
|
+ height: 100px;
|
|
|
+ margin: 0px 5px 0px 30px;
|
|
|
+ color: #444;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-family: "微软雅黑","宋体";
|
|
|
+ >span {
|
|
|
+ float: left;
|
|
|
+ margin: 5px
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .text-message {
|
|
|
+ width: 330px;
|
|
|
+ float: left;
|
|
|
+ padding: 5px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-family: "微软雅黑","宋体";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
#set {
|
|
|
|