wyb
2021-05-11 49ce087bd2a34a150597e1cc1da157af242c0b6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@charset "utf-8";
ul,li,select,label,dd{margin: 0; padding: 0;}
ul,li{list-style: none;}
.f16{font-size: 16px;}
.bold{font-weight: 700;}
.bgborder-f90fff{background-color: #f90; color: #fff !important; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.bgborder-008000fff{background-color: #008000; color: #fff !important; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.bgborder-cb0000fff{background-color: #cb0000; color: #fff !important; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.bg-cd000f{background-color: #cd000f!important;}
 
.prolist-operating{padding-bottom: 10px; margin-bottom: 10px; border-bottom:1px solid #ddd;}
.prolist-operating li{float: left; margin-right: 12px;}
.prolist-operating a{display: block; width: 88px; height: 29px; text-align: center; line-height: 29px; color: #464646; background: url("/Content/images/prolist/btn_normal.png") no-repeat;}
.prolist-operating .active,.prolist-operating a:hover{color: #ffffff; font-weight: 700; background: url("/Content/images/prolist/btn_active.png") no-repeat;}
.prolist-search label{display: inline-block; line-height: 30px;}
 
.prolist-bd{min-height: 635px;}
 
.prolist-bd .leftside-nav{position: absolute; top: 0; left: 0; width:145px; height: 635px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-top: 1px solid #dddddd;}
.prolist-bd .leftside-nav dt,.prolist-bd .leftside-nav dd{position: relative;}
.prolist-bd .leftside-nav .img{display: none; position: absolute; right: 10px; top: 10px;}
.prolist-bd .leftside-nav a{display: block; height: 30px; line-height: 30px; border-bottom: 1px solid #dddddd; background-color: #f8f8f8; padding-left: 12px; padding-right: 10px; color: #464646; font-weight: 700; font-size: 14px;}
.prolist-bd .leftside-nav a:hover,.prolist-bd .leftside-nav .active{background-color: #f90; color: #fff;}
.prolist-bd .leftside-nav .active .img,.prolist-bd .leftside-nav a:hover .img{display: block;}
.prolist-bd th,.prolist-bd td{text-align: center !important; font-size: 12px; color: #464646;}
.prolist-bd td{position: relative;}
.prolist-bd td .img{position: absolute; left: 10px; width: 26px;}
.prolist-bd td .con{margin-left: 10px;}
 
.prolist-bd .right-con{margin-left: 165px;}
 
 
.dismissed{width:450px; border: 1px solid #f90; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.dismissed .hd{padding: 10px 15px; background-color: #f90; color: #fff;}
.dismissed .bd{padding: 15px 30px;}
.dismissed li{position: relative; margin-bottom: 10px;}
.dismissed .title{position: absolute; left: 0; top: 0; width: 100px; line-height: 35px; text-align: right; color: #000000;}
.dismissed .con{margin-left: 140px;}
.dismissed .con input[type=text]{width: 210px; height: 25px;}
.dismissed .con select{height: 35px;}
.dismissed .btn{width: 128px; height: 38px; text-align: center; line-height: 32px; font-size: 16px; font-weight: 700; background: #f90; color: #fff; border: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
 
input.sinput,.sbtn{-webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important;}
 
.prodesc{position: absolute; top: 0; left: 0; z-index:99; display:block; width: 100%; height: 46px; line-height: 46px; text-indent:-9999em; overflow:hidden;}