|
|
@@ -497,7 +497,7 @@ export default {
|
|
|
|
|
|
.mainCon {
|
|
|
border-radius: 0;
|
|
|
- height: calc(100% - 260px);
|
|
|
+ height: calc(100% - 195px);
|
|
|
.contenBox {
|
|
|
.videoBox {
|
|
|
padding: 0 30px;
|
|
|
@@ -534,16 +534,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.flooTxt {
|
|
|
- margin-top: 0;
|
|
|
+ margin-top: -5px;
|
|
|
padding: 20px 15px 15px;
|
|
|
height: 200px;
|
|
|
- // background-color: #fff;
|
|
|
- // border-radius: 0 0 8px 8px;
|
|
|
+ color: #fff;
|
|
|
+ background-color: #c6a572;
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
|
.flooTxtBox {
|
|
|
.myTitle {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.myTxt {
|
|
|
+ color: #fff;
|
|
|
+
|
|
|
font-size: 14px;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
@@ -555,13 +558,13 @@ export default {
|
|
|
}
|
|
|
.flooTabBox {
|
|
|
width: 100%;
|
|
|
- bottom: 20px;
|
|
|
+ bottom: 220px;
|
|
|
right: 0;
|
|
|
justify-content: center;
|
|
|
.tabRow {
|
|
|
cursor: default;
|
|
|
- margin: 0 6px;
|
|
|
- padding: 0 10px;
|
|
|
+ // margin: 0 6px;
|
|
|
+ // padding: 0 10px;
|
|
|
height: 32px;
|
|
|
& > img {
|
|
|
width: 30px;
|