|
@@ -2192,3 +2192,150 @@
|
|
|
top:0px;
|
|
|
left:0px;
|
|
|
padding-top:31px;
|
|
|
+ padding-right:16px;
|
|
|
+ text-align:right;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:12px;
|
|
|
+}
|
|
|
+
|
|
|
+.building_top_icon {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:40px;
|
|
|
+ width:360px;
|
|
|
+ height:120px;
|
|
|
+ background: url(icons/bt_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.building_level {
|
|
|
+ position: absolute;
|
|
|
+ width:400px;
|
|
|
+ height:108px;
|
|
|
+}
|
|
|
+
|
|
|
+.building_level_info {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:0px;
|
|
|
+ padding-top:20px;
|
|
|
+ padding-right:16px;
|
|
|
+ text-align:right;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:12px;
|
|
|
+}
|
|
|
+
|
|
|
+.building_level_icon {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:40px;
|
|
|
+ width:360px;
|
|
|
+ height:108px;
|
|
|
+ background: url(icons/bl_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.building_empty_level_icon {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:40px;
|
|
|
+ width:360px;
|
|
|
+ height:108px;
|
|
|
+ background: url(icons/empty_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.building_base {
|
|
|
+ position: absolute;
|
|
|
+ width:400px;
|
|
|
+ height:108px;
|
|
|
+}
|
|
|
+
|
|
|
+.building_base_info {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:0px;
|
|
|
+ padding-top:20px;
|
|
|
+ padding-right:16px;
|
|
|
+ text-align:right;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:12px;
|
|
|
+}
|
|
|
+
|
|
|
+.building_base_icon {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:40px;
|
|
|
+ width:360px;
|
|
|
+ height:108px;
|
|
|
+ background: url(icons/bb_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_checkbox {
|
|
|
+ width:15px;
|
|
|
+ height:15px;
|
|
|
+ border:0px solid #0082ff;
|
|
|
+ background-color:#0082ff;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_few_checkbox {
|
|
|
+ width:15px;
|
|
|
+ height:15px;
|
|
|
+ border:2px solid #0082ff;
|
|
|
+ background-color:rgba(0,130,255,.7);
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_uncheckbox {
|
|
|
+ width:15px;
|
|
|
+ height:15px;
|
|
|
+ border:2px solid #0082ff;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_all_checkbox {
|
|
|
+ position:absolute;
|
|
|
+ top:174px;
|
|
|
+ left:688px;
|
|
|
+ z-index:20;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_big_checkbox {
|
|
|
+ position:absolute;
|
|
|
+ top:574px;
|
|
|
+ left:688px;
|
|
|
+ z-index:20;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.dev_big_checklabel {
|
|
|
+ position:absolute;
|
|
|
+ top:157px;
|
|
|
+ left:536px;
|
|
|
+ width:60px;
|
|
|
+ height:20px;
|
|
|
+ background-color:#0082FF;
|
|
|
+ text-align:center;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+ z-index:20;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.sc {
|
|
|
+ position:absolute;
|
|
|
+ top:157px;
|
|
|
+ left:420px;
|
|
|
+ width:100px;
|
|
|
+ height:20px;
|
|
|
+ background-color:#0082FF;
|
|
|
+ text-align:center;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+ z-index:20;
|
|
|
+ cursor:pointer;
|