|
@@ -23,6 +23,7 @@
|
|
|
|
|
|
body{
|
|
|
background-color: #FFF;
|
|
|
+ font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
|
|
|
}
|
|
|
content {
|
|
|
flex: 1;
|
|
@@ -74,7 +75,7 @@ content {
|
|
|
>p{
|
|
|
margin: 25px 0px 0px 8px ;
|
|
|
font-size: 15px;
|
|
|
- font-family: "微软雅黑";
|
|
|
+ font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
|
|
|
font-weight: 600;
|
|
|
display: inline-block;
|
|
|
}
|
|
@@ -99,7 +100,7 @@ content {
|
|
|
display: block;
|
|
|
width: 80%;
|
|
|
font-size: 17px;
|
|
|
- font-family: "微软雅黑";
|
|
|
+ font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
|
|
|
font-weight: 800;
|
|
|
&:hover,&:focus {
|
|
|
outline: none;
|
|
@@ -142,7 +143,7 @@ content {
|
|
|
width: 100%;
|
|
|
margin: 40px auto 0px;
|
|
|
overflow-y: auto;
|
|
|
- font-family: "微软雅黑","宋体";
|
|
|
+ font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
|
|
|
.webimg-2 {
|
|
|
height: 150px;
|
|
|
width: 100%;
|
|
@@ -162,7 +163,7 @@ content {
|
|
|
white-space: nowrap; /* 自适应宽度,不换行*/
|
|
|
overflow-x: hidden; /* overflow-x */
|
|
|
overflow-y: auto;
|
|
|
- font-family: "微软雅黑","宋体";
|
|
|
+ font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.font-14{
|
|
@@ -189,7 +190,7 @@ content {
|
|
|
float: right;
|
|
|
margin-right: 10%;
|
|
|
font-weight: 500;
|
|
|
- font-family: "微软雅黑","宋体";
|
|
|
+ font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
|
|
|
}
|
|
|
.text-message {
|
|
|
white-space: normal;
|
|
@@ -285,7 +286,6 @@ content {
|
|
|
.viewModal {
|
|
|
top: 0%;
|
|
|
margin: 0px;
|
|
|
- margin-right: -6px;
|
|
|
padding: 0px 3px !important;
|
|
|
background-color: #000;
|
|
|
.thumbnail {
|
|
@@ -300,6 +300,9 @@ content {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ &.height-Img {
|
|
|
+ margin-right: -6px;
|
|
|
+ }
|
|
|
.width-Img {
|
|
|
margin-top: 30%;
|
|
|
}
|
|
@@ -323,35 +326,33 @@ content {
|
|
|
color: #999;
|
|
|
}
|
|
|
}
|
|
|
- .modal-info {
|
|
|
+ >.modal-info {
|
|
|
position: absolute;
|
|
|
- top: 150px;
|
|
|
- width: 60%;
|
|
|
- margin: 0px 20%;
|
|
|
+ top: 180px;
|
|
|
+ width: 80%;
|
|
|
+ margin: 0px 10%;
|
|
|
padding: 5%;
|
|
|
- text-align: center;
|
|
|
- border: 1px solid #888;
|
|
|
+ text-align: left;
|
|
|
+ font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
|
|
|
+ box-shadow: 0px 1px 1px #888;
|
|
|
background-color: #FFF;
|
|
|
- box-shadow:1px 1px 1px #444;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 4px;
|
|
|
>p {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #000;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
- >button {
|
|
|
- margin: 10px 5px;
|
|
|
- height: 24px;
|
|
|
- width: 35%;
|
|
|
- padding: 2px 4px;
|
|
|
- font-size: 12px;
|
|
|
- background-color: #048FD2;
|
|
|
- border: #048FD2;
|
|
|
+ >a {
|
|
|
+ float: right;
|
|
|
+ font-size: 15px;
|
|
|
+ margin: 10px 10px 0px 15px;
|
|
|
+ color: #03AD46;
|
|
|
&:hover,&:focus {
|
|
|
- outline: none;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
&:active, .open>.dropdown-toggle.btn-default{
|
|
|
- outline: none;
|
|
|
- background-color: #036493;
|
|
|
- border-color: #036493;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #999;
|
|
|
}
|
|
|
}
|
|
|
}
|