| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .seachdiv{
- padding : 15px 30px;
- background-color: #ffffff;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
- border: solid 1px #dcdcdc;
- margin: 10px 10px 0px 10px;
- /*height: 8%; */
- }
- .btndiv{
- padding: 10px 0px 0px 0px;
- overflow: hidden;
- }
- .spancon{
- width: 53px;
- height: 13px;
- font-family: MicrosoftYaHei;
- font-size: 13px;
- line-height: 2.77;
- text-align: left;
- color: #323232;
- margin-left: 20px;
- }
- .content{
- background-color: #ffffff;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
- border: solid 1px #dcdcdc;
- margin: 10px;
- padding: 20px 0px;
- height: 68%;
- overflow: auto;
- position: relative;
- }
- .charhead{
- font-family: MicrosoftYaHei;
- font-size: 14px;
- font-weight: bold;
- line-height: 1.5;
- text-align: center;
- color: #646464;
- }
- .imgbtn{
- width: 16px;
- height: 16px;
- margin-left: 20px;
- cursor: pointer;
- margin-top:8px;
- }
- .downcharhend{
- font-family: MicrosoftYaHei;
- font-size: 16px;
- font-weight: bold;
- line-height: 36px;
- text-align: left;
- padding-left:10px;
- color: #323232;
- border-left: solid 3px #5187c9;
- }
- #downcharhead{
- padding:20px;
- }
- .charhead span{
- font-size: 20px;
- }
- .tablediv{
- width: 96%;
- position: relative;
- height: 85%;
- margin-left: 2%;
- margin-top: 2%;
- display: none;
- background: white;
- }
- .chardiv{
- width: 100%;
- position: relative;
- height: 85%;
- margin: 0 auto;
- }
- /*ȱʡҳ*/
- .err-info{
- width: 100%;
- /* height: 100%; */
- }
- .err-icon01{
- width: 61px;
- height: 68px;
- background: url(../images/err-icon01.png) no-repeat;
- margin: 20% auto 0;
- }
- .err-text{
- text-align: center;
- margin: 10px auto 0;
- color: #969696;
- }
|