outaozhen 7 éve
szülő
commit
552c0193bd
2 módosított fájl, 7 hozzáadás és 4 törlés
  1. 4 1
      css/global.css
  2. 3 3
      software-install.html

+ 4 - 1
css/global.css

@@ -140,7 +140,7 @@
   color:#333;
 }
 .software-left-bottom{
-  background:#fff;
+  background-color: rgba(251,231,216,0.5);
   z-index: 999;
   position:absolute;
   width:100%;
@@ -206,6 +206,9 @@
 .colorblack:hover{
   color:#333;
 }
+.dropdown-menu .border-top:first-child{
+  border-top: none !important;
+}
 
 .btn-blue {
   color: #fff;

+ 3 - 3
software-install.html

@@ -33,7 +33,7 @@
                 <i class="fas fa-download"></i><span class="badge badge-pill badge-info ml-2">2</span>
               </div>
               <div class="dropdown-menu dropdown-menu-right detail-download" aria-labelledby="dropdownMenuButton">
-                <div class="downloading">
+                <div class="downloading border-top">
                   <div class="pb-2"><span class="float-right">63.5MB</span>公路造价(增值税)专业版</div>
                   <div class="pb-2">
                     <div class="progress">
@@ -64,13 +64,13 @@
               </div>
             </div>
             <div class="software media p-3">
-              <img class="mr-2 border rounded" src="images/product02.png" width="25" height="25" alt="公路造价(增值税)">
+              <img class="mr-2" src="images/product02.png" width="25" height="25" alt="公路造价(增值税)">
               <div class="media-body">
                 <div class="mt-0 mb-1"><a href="#">广东公路造价</a></div>
               </div>
             </div>
           </div>
-          <div class="software-left-bottom">
+          <div class="software-left-bottom border-top">
             <div class="d-flex bd-highlight">
               <div class="p-2 flex-fill bd-highlight"><button style="width:100%;" type="button" class="btn btn-primary btn-blue btn-sm">下载软件</button></div>
               <div class="p-2 flex-fill bd-highlight"><button style="width:100%;" type="button" class="btn btn-primary btn-blue btn-sm">添加软件</button></div>