Procházet zdrojové kódy

Merge branch 'develop' of zhengxifeng/tyqngp into master

zhengxifeng před 7 měsíci
rodič
revize
6f0da52d97
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      template/dafeult/city.html

+ 2
- 2
template/dafeult/city.html Zobrazit soubor

21
 <!--<div>
21
 <!--<div>
22
 	<img src="/static/upload/image/20240528/1716887600211481.jpg" width="100%">
22
 	<img src="/static/upload/image/20240528/1716887600211481.jpg" width="100%">
23
 </div>-->
23
 </div>-->
24
-<div class="page-bg">
24
+<div class="page-bg" style="padding: 20px 0;">
25
   <div class="page-box">
25
   <div class="page-box">
26
          <style>
26
          <style>
27
  		*{padding:0;margin:0}
27
  		*{padding:0;margin:0}
28
          .citylist{    width: 1200px;
28
          .citylist{    width: 1200px;
29
-     margin: 0 auto; padding:10px 0 100px;  }
29
+     margin: 0 auto; padding:10px 0 30px;  }
30
          .citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
30
          .citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
31
          .citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
31
          .citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
32
          .citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
32
          .citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }

Loading…
Zrušit
Uložit