Sfoglia il codice sorgente

修改终端样式

sophieChenyx 6 anni fa
parent
commit
3fd9c341c8
1 ha cambiato i file con 30 aggiunte e 25 eliminazioni
  1. 30 25
      src/stage/index/style/DownloadScene.less

+ 30 - 25
src/stage/index/style/DownloadScene.less

@@ -149,35 +149,40 @@
 			width:2.6rem;
 		}
 		.five {
-			width:2.9rem;
+			width:3.5rem;
 			text-align: center;
-			.download-enter-btn {
-				width: 1.7rem;
-				height: .6rem;
-				border: .05rem solid transparent;
-				.img-btn {
-					height: 100%;
-					width: 100%;
+			#download-btn-wrapper {
+				display: inline-block;
+				.download-enter-btn {
+					display: inline-block;
+					width: 1.7rem;
+					height: .6rem;
+					border: .05rem solid transparent;
+					.img-btn {
+						height: 100%;
+						width: 100%;
+					}
+					&.fe-focus {
+				//		border: .05rem solid #ffe100;
+				//		border-radius: .25rem;
+					}
 				}
-				&.fe-focus {
-			//		border: .05rem solid #ffe100;
-			//		border-radius: .25rem;
-				}
-			}
-
-			.download-del-btn {
-				width: 1rem;
-				height: .6rem;
-				border: .05rem solid transparent;
-				.img-btn{
-					height: 100%;
-					width: 100%;
-				}
-				&.fe-focus {
-					//border: .05rem solid #ffe100;
-					//border-radius: .25rem;
+				.download-del-btn {
+					display: inline-block;
+					width: 1rem;
+					height: .6rem;
+					border: .05rem solid transparent;
+					.img-btn{
+						height: 100%;
+						width: 100%;
+					}
+					&.fe-focus {
+						//border: .05rem solid #ffe100;
+						//border-radius: .25rem;
+					}
 				}
 			}
+			
 		}
 		&.row-header{
 			height: 0.9rem;