12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .tztg{ height: 370px;}
- #yqlj{ height: 150px;}
- #lxwm{ width: 1140px; margin-bottom: 30px;}
- #bg{
- background-color: #5B9BD5;
- }
- .panel-heading span
- {
- color:white;
- }
- /*位置*/
- #weizhi{ width:60%; margin-left: 113px; margin-top: -15px;}
- #weizhi .conent{ width:100%; line-height:40px; margin:0 auto; background:url(../img/wei.jpg) no-repeat 0px/* #f9f8f8*/; padding-left:15px;}
- #weizhi a{ color:#8e8d8d;}
- #weizhi span{ color:#8e8d8d;}
- /*滚动条*/
- /*#gdt{
- height:80% ;
- overflow-y: scroll;
- }*/
- .panel-body ul
- {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- .panel-body .news-item
- {
- padding: 4px 4px;
- margin: 0;
- }
- .news-item a
- {
- font-size: 12px;
- color: #666;
- }
- .news-item a:hover
- {
- color: red;
- text-decoration: none;
- }
- .news-item a.info-title
- {
- text-overflow: ellipsis;
- }
- .news-item span
- {
- margin-left: 8px;
- }
- /*登录*/
- .te-re-login .te-re-login-form1
- {
- width: 300px;
- }
- .te-re-login{
- margin-left: 25px;
- margin-top: 70px;
- }
- .te-re-login .te-re-login-form1 .form-group
- {
- position: relative;
- }
- .te-re-login .te-re-login-form1 input
- {
- padding-left: 30px;
- height: 38px;
- line-height: 38px;
- }
- .te-re-login .te-re-login-form1 span
- {
- position: absolute;
- top: 10px;
- left: 10px;
- color: #999;
- font-size: 18px;
- }
- .te-re-login .te-re-login-form1 button
- {
- width: 100%;
- margin-top: 20px;
- }
- .row{
- margin-top: 10px;
- }
|