lateri 4 роки тому
батько
коміт
abb3527bbd
1 змінених файлів з 22 додано та 0 видалено
  1. 22 0
      nanstyle.css

+ 22 - 0
nanstyle.css

@@ -622,6 +622,7 @@ body {
     width: 1280px;
     height: 720px;
     position: absolute;
+    top:0;
     z-index: 10;
     display: none;
 }
@@ -644,6 +645,27 @@ body {
     background-image: url('./nanimages/qd_non.png');
 }
 
+#ybf_yuyue{
+    display: flex;
+    position: relative;
+    background-image: url('nanimages/yykf2_non.png');
+    background-size: cover;
+    width: 135px;
+    height: 81px;
+    justify-content: center;
+    align-items: center;
+    font-size: 20px;
+    color: #ffffff;
+    cursor: pointer;
+    flex-direction: column;
+}
+
+.home .descript .ybf_btn{
+    display: flex;
+    width: 300px;
+    justify-content: space-between;
+}
+
 *::-webkit-scrollbar {
     /*滚动条整体样式*/
     width: 1px;/*定义纵向滚动条宽度*/