|
@@ -269,6 +269,12 @@
|
|
|
.notes{
|
|
|
padding-bottom: 10px;
|
|
|
height: initial;
|
|
|
+ .lastNoteContent{
|
|
|
+ border-radius: 0 !important;
|
|
|
+ .noteBox{
|
|
|
+ border-radius: 0 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
.noteContent{
|
|
|
padding: 0 10px;
|
|
|
}
|
|
@@ -571,6 +577,7 @@
|
|
|
.noteKey{
|
|
|
font-size: 12px;
|
|
|
position: relative;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.dot {
|
|
|
display: inline-block;
|
|
@@ -1485,11 +1492,11 @@
|
|
|
}
|
|
|
:global{
|
|
|
.changeSubjectShowBoxClass_drag{
|
|
|
- height: 247px !important;
|
|
|
+ height: 307px !important;
|
|
|
background: url('./image/subject-bg2.png') no-repeat center !important;
|
|
|
background-size: contain !important;
|
|
|
.changeSubjectContainer_pc{
|
|
|
- height: 112px !important;
|
|
|
+ height: 168px !important;
|
|
|
}
|
|
|
.btnGroups_pc{
|
|
|
padding-top: 12px !important;
|
|
@@ -1498,7 +1505,7 @@
|
|
|
.tnoteShowBoxClass_drag{
|
|
|
padding: 49px 17px 30px 24px;
|
|
|
width: 375px;
|
|
|
- overflow: hidden;
|
|
|
+ overflow: initial;
|
|
|
height: 247px !important;
|
|
|
background: url('./image/subject-bg3.png') no-repeat center !important;
|
|
|
background-size: contain !important;
|