...
|
...
|
@@ -5,6 +5,10 @@ body { |
|
|
float: left
|
|
|
}
|
|
|
|
|
|
.yoho-header .nav-title {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
.star-classroom {
|
|
|
img {
|
|
|
max-width: 100%;
|
...
|
...
|
@@ -202,12 +206,13 @@ body { |
|
|
}
|
|
|
}
|
|
|
|
|
|
.floor-more {
|
|
|
.floor-header-more {
|
|
|
width: 100%;
|
|
|
height: 88rem / $pxConvertRem;
|
|
|
background: #000;
|
|
|
position: relative;
|
|
|
margin-top: 30rem / $pxConvertRem;
|
|
|
border-top: 1px solid #000;
|
|
|
|
|
|
h2 {
|
|
|
color: #fff;
|
...
|
...
|
@@ -219,12 +224,12 @@ body { |
|
|
.more-btn {
|
|
|
width: 64rem / $pxConvertRem;
|
|
|
height: 96rem / $pxConvertRem;
|
|
|
background-image: image-url("guang/star-classroom/more.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
line-height: 86rem / $pxConvertRem;
|
|
|
position: absolute;
|
|
|
right: 26rem / $pxConvertRem;
|
|
|
right: 20rem / $pxConvertRem;
|
|
|
top: 0;
|
|
|
color: #b0b0b0;
|
|
|
font-size: 50rem / $pxConvertRem;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|