|
@@ -2067,26 +2067,26 @@ th {
|
|
.liveIndex .info {
|
|
.liveIndex .info {
|
|
/* background-image: url(../images/beijing.jpg); */
|
|
/* background-image: url(../images/beijing.jpg); */
|
|
float: left;
|
|
float: left;
|
|
- width: 400px;
|
|
|
|
- height: 780px;
|
|
|
|
- background: red;
|
|
|
|
- position: relative;
|
|
|
|
- left: 32%;
|
|
|
|
- top: -145px;
|
|
|
|
- box-shadow: 0 0 15px #4b0502;
|
|
|
|
|
|
+ width: 400px;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ background: red;
|
|
|
|
+ position: fixed;
|
|
|
|
+ left: 32%;
|
|
|
|
+ top: 0;
|
|
|
|
+ box-shadow: 0 0 15px #4b0502;
|
|
}
|
|
}
|
|
|
|
|
|
.liveIndex .info .infoTwo {
|
|
.liveIndex .info .infoTwo {
|
|
- float: left;
|
|
|
|
- width: 500px;
|
|
|
|
- background: red;
|
|
|
|
- height: 500px;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 100px;
|
|
|
|
- border-radius: 360px;
|
|
|
|
- left: -50px;
|
|
|
|
- box-shadow: 0 0 30px #4e0000;
|
|
|
|
- border: 6px solid #a30d0c5f;
|
|
|
|
|
|
+ float: left;
|
|
|
|
+ width: 500px;
|
|
|
|
+ background: red;
|
|
|
|
+ height: 500px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 150px;
|
|
|
|
+ border-radius: 360px;
|
|
|
|
+ left: -50px;
|
|
|
|
+ box-shadow: 0 0 30px #4e0000;
|
|
|
|
+ border: 6px solid #a30d0c5f;
|
|
}
|
|
}
|
|
|
|
|
|
.liveIndex .info .infoThree {
|
|
.liveIndex .info .infoThree {
|