|
@@ -2,444 +2,501 @@
|
|
|
@import './mixin.scss';
|
|
|
@import './transition.scss';
|
|
|
@import './element-ui.scss';
|
|
|
+
|
|
|
// @import './sidebar.scss';
|
|
|
body {
|
|
|
- height: 100%;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- text-rendering: optimizeLegibility;
|
|
|
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
+ height: 100%;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ text-rendering: optimizeLegibility;
|
|
|
+ font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
label {
|
|
|
- font-weight: 700;
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
|
|
|
html {
|
|
|
- height: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
#app {
|
|
|
- height: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
*,
|
|
|
*:before,
|
|
|
*:after {
|
|
|
- box-sizing: inherit;
|
|
|
- // white-space: pre-wrap;
|
|
|
+ box-sizing: inherit;
|
|
|
+ // white-space: pre-wrap;
|
|
|
}
|
|
|
|
|
|
a:focus,
|
|
|
a:active {
|
|
|
- outline: none;
|
|
|
+ outline: none;
|
|
|
}
|
|
|
|
|
|
a,
|
|
|
a:focus,
|
|
|
a:hover {
|
|
|
- cursor: pointer;
|
|
|
- color: inherit;
|
|
|
- text-decoration: none;
|
|
|
+ cursor: pointer;
|
|
|
+ color: inherit;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
div:focus {
|
|
|
- outline: none;
|
|
|
+ outline: none;
|
|
|
}
|
|
|
|
|
|
.clearfix {
|
|
|
- &:after {
|
|
|
- visibility: hidden;
|
|
|
- display: block;
|
|
|
- font-size: 0;
|
|
|
- content: ' ';
|
|
|
- clear: both;
|
|
|
- height: 0;
|
|
|
- }
|
|
|
+ &:after {
|
|
|
+ visibility: hidden;
|
|
|
+ display: block;
|
|
|
+ font-size: 0;
|
|
|
+ content: ' ';
|
|
|
+ clear: both;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// main-container global css
|
|
|
.app-container {
|
|
|
- padding: 20px;
|
|
|
+ padding: 20px;
|
|
|
}
|
|
|
|
|
|
// 重写分页样式
|
|
|
.el-pagination {
|
|
|
- padding-top: 20px;
|
|
|
+ padding-top: 20px;
|
|
|
}
|
|
|
|
|
|
.el-message__icon {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 20px;
|
|
|
}
|
|
|
|
|
|
.Book_flex {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.Book_flex_start {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: flex-start;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.Book_flex .insert_pinyin {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- cursor: pointer;
|
|
|
- margin-left: 15px;
|
|
|
- >img {
|
|
|
- width: 24px;
|
|
|
- height: 20px;
|
|
|
- margin-right: 8px;
|
|
|
- }
|
|
|
- >span {
|
|
|
- line-height: 24px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: 15px;
|
|
|
+
|
|
|
+ >img {
|
|
|
+ width: 24px;
|
|
|
+ height: 20px;
|
|
|
+ margin-right: 8px;
|
|
|
+ }
|
|
|
+
|
|
|
+ >span {
|
|
|
+ line-height: 24px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.Book_flex_start .insert_pinyin {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-content: flex-start;
|
|
|
- cursor: pointer;
|
|
|
- margin-left: 15px;
|
|
|
- >img {
|
|
|
- width: 24px;
|
|
|
- height: 20px;
|
|
|
- margin-right: 8px;
|
|
|
- }
|
|
|
- >span {
|
|
|
- line-height: 24px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-content: flex-start;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: 15px;
|
|
|
+
|
|
|
+ >img {
|
|
|
+ width: 24px;
|
|
|
+ height: 20px;
|
|
|
+ margin-right: 8px;
|
|
|
+ }
|
|
|
+
|
|
|
+ >span {
|
|
|
+ line-height: 24px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.Book_border_radius_6 {
|
|
|
- border-radius: 6px;
|
|
|
+ border-radius: 6px;
|
|
|
}
|
|
|
|
|
|
.Book_tm_index {
|
|
|
- font-size: 14px;
|
|
|
- margin: 0;
|
|
|
+ font-size: 14px;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
.Book_enter_container {
|
|
|
- padding: 20px 32px 20px 0px;
|
|
|
- border: 1px solid #d0d0d0;
|
|
|
- width: 80%;
|
|
|
- border-radius: 8px;
|
|
|
- .sentenceChoice_notice {
|
|
|
- font-size: 14px;
|
|
|
- color: red;
|
|
|
- line-height: 20px;
|
|
|
- margin-bottom: 10px;
|
|
|
- padding-left: 50px;
|
|
|
- }
|
|
|
+ padding: 20px 32px 20px 0px;
|
|
|
+ border: 1px solid #d0d0d0;
|
|
|
+ width: 80%;
|
|
|
+ border-radius: 8px;
|
|
|
+
|
|
|
+ .sentenceChoice_notice {
|
|
|
+ font-size: 14px;
|
|
|
+ color: red;
|
|
|
+ line-height: 20px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding-left: 50px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.zhuanTtf {
|
|
|
- font-family: zhuan;
|
|
|
+ font-family: zhuan;
|
|
|
}
|
|
|
|
|
|
.Book_orange_color {
|
|
|
- color: #FFD46E;
|
|
|
+ color: #FFD46E;
|
|
|
}
|
|
|
|
|
|
.Big-Book-Maxwidth {
|
|
|
- .el-textarea {
|
|
|
- width: 100%;
|
|
|
- margin-right: 15px;
|
|
|
- }
|
|
|
+ .el-textarea {
|
|
|
+ width: 100%;
|
|
|
+ margin-right: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.Big-Book {
|
|
|
- &-content {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- &-main {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- &-left-text {
|
|
|
- display: block;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- &-con-top {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- margin-bottom: 8px;
|
|
|
- ;
|
|
|
- }
|
|
|
+ &-content {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-main {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-left-text {
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-con-top {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ ;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
input::-webkit-input-placeholder {
|
|
|
- color: rgba($color: #000000, $alpha: 0.3);
|
|
|
+ color: rgba($color: #000000, $alpha: 0.3);
|
|
|
}
|
|
|
|
|
|
input::-moz-placeholder {
|
|
|
- color: rgba($color: #000000, $alpha: 0.3);
|
|
|
+ color: rgba($color: #000000, $alpha: 0.3);
|
|
|
}
|
|
|
|
|
|
input:-moz-placeholder {
|
|
|
- color: rgba($color: #000000, $alpha: 0.3);
|
|
|
+ color: rgba($color: #000000, $alpha: 0.3);
|
|
|
}
|
|
|
|
|
|
input:-ms-input-placeholder {
|
|
|
- color: rgba($color: #000000, $alpha: 0.3);
|
|
|
+ color: rgba($color: #000000, $alpha: 0.3);
|
|
|
}
|
|
|
|
|
|
.adult-book-input-sty {
|
|
|
- .flex-start {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: flex-start;
|
|
|
- }
|
|
|
- .flex-center {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ .flex-start {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: flex-start;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flex-center {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flex-align-center {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flex-justify-center {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: flex-start;
|
|
|
+ }
|
|
|
+
|
|
|
+ .adult-book-input-item {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: flex-start;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .adult-book-lable {
|
|
|
+ width: 70px;
|
|
|
+ font-size: 14px;
|
|
|
+ display: block;
|
|
|
+ text-align: right;
|
|
|
+ margin-right: 8px;
|
|
|
+ line-height: 32px;
|
|
|
+
|
|
|
+ &-bottom {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
- .flex-align-center {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .adult-book-main {
|
|
|
+ min-height: 32px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .adult-book-input {
|
|
|
+ width: 500px;
|
|
|
+ margin-right: 10px;
|
|
|
+
|
|
|
+ &-800 {
|
|
|
+ width: 800px;
|
|
|
}
|
|
|
- .flex-justify-center {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: flex-start;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-radio-group {
|
|
|
+ padding: 8px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .adult-book-del-icon {
|
|
|
+ padding: 8px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.adult-book-preview-sty {
|
|
|
+ .Audio {
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/icon/pause-16-normal-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/icon/play-16-normal-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
- .adult-book-input-item {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: flex-start;
|
|
|
- margin-bottom: 10px;
|
|
|
+
|
|
|
+ .audioLine-green {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/icon/pause-24-normal-yellow.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/icon/play-24-normal-yellow.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
- .adult-book-lable {
|
|
|
- width: 70px;
|
|
|
- font-size: 14px;
|
|
|
- display: block;
|
|
|
- text-align: right;
|
|
|
- margin-right: 8px;
|
|
|
- line-height: 32px;
|
|
|
- &-bottom {
|
|
|
- margin-bottom: 10px;
|
|
|
- display: block;
|
|
|
+
|
|
|
+ &.Audio-tts {
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/NPC/tts-play-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- }
|
|
|
- .adult-book-main {
|
|
|
- min-height: 32px;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .adult-book-input {
|
|
|
- width: 500px;
|
|
|
- margin-right: 10px;
|
|
|
- &-800 {
|
|
|
- width: 800px;
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/NPC/tts-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .Repeat-16 {
|
|
|
+ background: url("../assets/icon/Repeat-16-normal-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .el-radio-group {
|
|
|
- padding: 8px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pinyin-16 {
|
|
|
+ background: url("../assets/icon/pinyin-16-normal-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .adult-book-del-icon {
|
|
|
- padding: 8px;
|
|
|
- cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .EN-16 {
|
|
|
+ background: url("../assets/icon/EN-16-normal-red.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
-}
|
|
|
+ }
|
|
|
|
|
|
-.adult-book-preview-sty {
|
|
|
+ &.NPC-Big-Book-preview-green {
|
|
|
.Audio {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/icon/pause-16-normal-red.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/icon/play-16-normal-red.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
-
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/icon/pause-16-normal-Green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/icon/play-16-normal-Green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .audioLine-green{
|
|
|
+
|
|
|
+ .el-slider__button-wrapper {
|
|
|
+ width: 25px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audioLine-green {
|
|
|
.playBtn {
|
|
|
background: url("../assets/icon/pause-24-normal-yellow.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
background: url("../assets/icon/play-24-normal-yellow.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ &.Audio-tts {
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/NPC/tts-play-green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/NPC/tts-green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
- &.Audio-tts {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/NPC/tts-play-red.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/NPC/tts-red.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.Repeat-16 {
|
|
|
- background: url("../assets/icon/Repeat-16-normal-red.png") no-repeat left top;
|
|
|
+ background: url("../assets/icon/Repeat-16-normal-Green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.pinyin-16 {
|
|
|
- background: url("../assets/icon/pinyin-16-normal-red.png") no-repeat left top;
|
|
|
+ background: url("../assets/icon/pinyin-16-normal-Green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.EN-16 {
|
|
|
- background: url("../assets/icon/EN-16-normal-red.png") no-repeat left top;
|
|
|
+ background: url("../assets/icon/EN-16-normal-Green.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
- &.NPC-Big-Book-preview-green {
|
|
|
- .Audio {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/icon/pause-16-normal-Green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/icon/play-16-normal-Green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .el-slider__button-wrapper {
|
|
|
- width: 25px;
|
|
|
- }
|
|
|
- .audioLine-green{
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/icon/pause-24-normal-yellow.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/icon/play-24-normal-yellow.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- &.Audio-tts {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/NPC/tts-play-green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/NPC/tts-green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .Repeat-16 {
|
|
|
- background: url("../assets/icon/Repeat-16-normal-Green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.NPC-Big-Book-preview-brown {
|
|
|
+ .Audio {
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/icon/pause-16-normal-Brown.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .pinyin-16 {
|
|
|
- background: url("../assets/icon/pinyin-16-normal-Green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/icon/play-16-normal-Brown.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .EN-16 {
|
|
|
- background: url("../assets/icon/EN-16-normal-Green.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+
|
|
|
+ .el-slider__button-wrapper {
|
|
|
+ width: 25px;
|
|
|
}
|
|
|
- }
|
|
|
- &.NPC-Big-Book-preview-brown {
|
|
|
- .Audio {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/icon/pause-16-normal-Brown.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/icon/play-16-normal-Brown.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .el-slider__button-wrapper {
|
|
|
- width: 25px;
|
|
|
- }
|
|
|
- }
|
|
|
- .audioLine-green{
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/icon/pause-24-normal-yellow.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/icon/play-24-normal-yellow.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- &.Audio-tts {
|
|
|
- .audioLine {
|
|
|
- .playBtn {
|
|
|
- background: url("../assets/NPC/tts-play-brown.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .pauseBtn {
|
|
|
- background: url("../assets/NPC/tts-brown.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .audioLine-green {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/icon/pause-24-normal-yellow.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .Repeat-16 {
|
|
|
- background: url("../assets/icon/Repeat-16-normal-Brown.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/icon/play-24-normal-yellow.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- .pinyin-16 {
|
|
|
- background: url("../assets/icon/pinyin-16-normal-Brown.png") no-repeat left top;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.Audio-tts {
|
|
|
+ .audioLine {
|
|
|
+ .playBtn {
|
|
|
+ background: url("../assets/NPC/tts-play-brown.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .EN-16 {
|
|
|
- background: url("../assets/icon/EN-16-normal-Brown.png") no-repeat left top;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pauseBtn {
|
|
|
+ background: url("../assets/NPC/tts-brown.png") no-repeat left top;
|
|
|
background-size: 100% 100%;
|
|
|
- &.disabled {
|
|
|
- background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .Repeat-16 {
|
|
|
+ background: url("../assets/icon/Repeat-16-normal-Brown.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/Repeat-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .pinyin-16 {
|
|
|
+ background: url("../assets/icon/pinyin-16-normal-Brown.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/pinyin-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .EN-16 {
|
|
|
+ background: url("../assets/icon/EN-16-normal-Brown.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ background: url("../assets/icon/EN-16-disable-Black.png") no-repeat left top;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
//新实用汉语
|
|
@@ -449,4 +506,11 @@ input:-ms-input-placeholder {
|
|
|
.adult-book-DNC {}
|
|
|
|
|
|
//HSK
|
|
|
-.adult-book-HSK {}
|
|
|
+.adult-book-HSK {}
|
|
|
+
|
|
|
+.standardTitle {
|
|
|
+ font-weight: 510;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 150%;
|
|
|
+ color: #CC5E20;
|
|
|
+}
|