|
@@ -7,7 +7,7 @@
|
|
|
}
|
|
|
|
|
|
.dou-yu {
|
|
|
- font-family: 'DouYu'
|
|
|
+ font-family: 'DouYu';
|
|
|
}
|
|
|
|
|
|
html {
|
|
@@ -28,7 +28,8 @@ hr {
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
- font-family:'microsoft yahei', HanSan, system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial, sans-serif;
|
|
|
+ font-family: 'microsoft yahei', HanSan, system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial,
|
|
|
+ sans-serif;
|
|
|
height: 100%;
|
|
|
background-color: $BaseBgColor;
|
|
|
font-size: $BaseFont;
|
|
@@ -36,7 +37,8 @@ body {
|
|
|
}
|
|
|
|
|
|
input {
|
|
|
- font-family:'microsoft yahei', HanSan, system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial, sans-serif;
|
|
|
+ font-family: 'microsoft yahei', HanSan, system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial,
|
|
|
+ sans-serif;
|
|
|
}
|
|
|
|
|
|
* {
|
|
@@ -104,6 +106,9 @@ a {
|
|
|
background-color: transparent;
|
|
|
color: $color--primary;
|
|
|
font-size: inherit;
|
|
|
+ padding-left: 14px;
|
|
|
+ background: url(../images/link.png) 0 2px no-repeat;
|
|
|
+ background-size: 12px 12px;
|
|
|
}
|
|
|
|
|
|
#app {
|
|
@@ -111,36 +116,35 @@ a {
|
|
|
min-width: 1240px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
img {
|
|
|
// pointer-events: none
|
|
|
}
|
|
|
.splitpanes.default-theme .splitpanes__pane {
|
|
|
background-color: #fff !important;
|
|
|
}
|
|
|
-.mark-container{
|
|
|
- .next-button{
|
|
|
- z-index:5;
|
|
|
+.mark-container {
|
|
|
+ .next-button {
|
|
|
+ z-index: 5;
|
|
|
}
|
|
|
- .mark-score{
|
|
|
+ .mark-score {
|
|
|
z-index: 5;
|
|
|
- color:red;
|
|
|
- font-size:50px;
|
|
|
- left:30px;
|
|
|
- top:20px;
|
|
|
+ color: red;
|
|
|
+ font-size: 50px;
|
|
|
+ left: 30px;
|
|
|
+ top: 20px;
|
|
|
}
|
|
|
}
|
|
|
-.table-view{
|
|
|
- transition:all .3s;
|
|
|
- &.collapse{
|
|
|
- width:0 !important;
|
|
|
- padding:0 !important;
|
|
|
- overflow:hidden;
|
|
|
+.table-view {
|
|
|
+ transition: all 0.3s;
|
|
|
+ &.collapse {
|
|
|
+ width: 0 !important;
|
|
|
+ padding: 0 !important;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
- .detail-info-table-header{
|
|
|
- .detail-info-label{
|
|
|
- padding-left:5px;
|
|
|
- padding-right:5px;
|
|
|
+ .detail-info-table-header {
|
|
|
+ .detail-info-label {
|
|
|
+ padding-left: 5px;
|
|
|
+ padding-right: 5px;
|
|
|
}
|
|
|
}
|
|
|
// .detail-info-table-header{
|
|
@@ -152,6 +156,6 @@ img {
|
|
|
// }
|
|
|
// }
|
|
|
}
|
|
|
-span.preview{
|
|
|
- z-index:1;
|
|
|
-}
|
|
|
+span.preview {
|
|
|
+ z-index: 1;
|
|
|
+}
|