-
-
+
@@ -56,66 +69,66 @@ const addLogAfter = (index: number) => {
$size: 20px;
.remote-thumbnail-page {
- width: 100%;
- height: 1010px;
- overflow: auto;
-
- .remote-box {
width: 100%;
- height: 33.33%;
- display: flex;
+ height: 1010px;
+ overflow: auto;
- .remote-item {
- width: 25%;
- height: 100%;
- padding: $size*0.2;
- }
-
- &.row2 {
- height: 66.67%;
-
- .left-box {
- width: 75%;
- height: 100%;
+ .remote-box {
+ width: 100%;
+ height: 33.33%;
display: flex;
- flex-wrap: wrap;
.remote-item {
- width: 33.33%;
- height: 50%;
- }
- }
-
- .right-box {
- position: relative;
- width: 25%;
- height: 100%;
- padding: $size*0.1;
- padding-top: $size*0.2 + $size;
- display: flex;
- flex-wrap: wrap;
-
- .message-title {
- position: absolute;
- height: $size;
- top: $size*0.2;
- left: $size*0.2;
- right: $size*0.2;
- background-color: $red;
- text-align: center;
- font-size: $size*0.7;
- line-height: $size;
- color: white;
- font-weight: 600;
+ width: 25%;
+ height: 100%;
+ padding: $size*0.2;
}
- .message-item {
- width: 50%;
- height: 20%;
- padding: $size*0.2;
+ &.row2 {
+ height: 66.67%;
+
+ .left-box {
+ width: 75%;
+ height: 100%;
+ display: flex;
+ flex-wrap: wrap;
+
+ .remote-item {
+ width: 33.33%;
+ height: 50%;
+ }
+ }
+
+ .right-box {
+ position: relative;
+ width: 25%;
+ height: 100%;
+ padding: $size*0.1;
+ padding-top: $size*0.2 + $size;
+ display: flex;
+ flex-wrap: wrap;
+
+ .message-title {
+ position: absolute;
+ height: $size;
+ top: $size*0.2;
+ left: $size*0.2;
+ right: $size*0.2;
+ background-color: $red;
+ text-align: center;
+ font-size: $size*0.7;
+ line-height: $size;
+ color: white;
+ font-weight: 600;
+ }
+
+ .message-item {
+ width: 50%;
+ height: 20%;
+ padding: $size*0.2;
+ }
+ }
}
- }
}
- }
}