|
@@ -248,7 +248,7 @@ export default {
|
|
|
background-color: rgba(transparent, 0.8);
|
|
|
background-size: 100% 100%;
|
|
|
border-radius: 10px;
|
|
|
- color: rgba(80, 61, 42, 0.9);
|
|
|
+ color: #F7E7DC;
|
|
|
.viewerCla img {
|
|
|
display: none;
|
|
|
}
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
.oneTabNum {
|
|
|
z-index: 10;
|
|
|
position: absolute;
|
|
|
- bottom: 30px;
|
|
|
+ bottom: 0;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
font-size: 14px;
|
|
@@ -390,7 +390,7 @@ export default {
|
|
|
}
|
|
|
.myTxt {
|
|
|
font-size: 16px;
|
|
|
- color: #333333;
|
|
|
+ color: #F7E7DC;
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
&::-webkit-scrollbar {
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
.awccJJ {
|
|
|
left: 0;
|
|
|
width: 28px;
|
|
|
- height: 57px;
|
|
|
+ height: 28px;
|
|
|
cursor: default;
|
|
|
background-image: url("../assets/images/pc/icon-left.png");
|
|
|
}
|