| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- /*// 主题色*/
- @theme-color1:#5775b5;
- @theme-color2:#389ee1;
- @theme-colorred:#e47470;
- /*字体主色调*/
- @font-color1:#435561;
- @font-color3:#999999;
- /*线条主色调*/
- @border-color1:#e5e4e9;
- @border-color2:#cfcfcf;
- @border-cut-color:#eceff4;
- /*按钮主色调*/
- @btn-color1:#e47470;
- @btn-color2:#0099cc;
- /*底纹色*/
- @bj-color:#f7f7f7;
- @bjtit-color:#f5f6fa;
- .basetit{
- padding: 15px 0;
- margin-bottom: 15px;
- }
- .basetit .left{
- width: 60%;
- border-right: 1px solid @border-cut-color;
- height: 100%;
- position: relative;
- float: left;
- }
- .basetit .right{
- float: left;
- width: 39%;
- }
- .basetit .headimg{
- position: absolute;
- width: 85px;
- height: 85px;
- overflow: hidden;
- left: 45px;
- top: 15px;
- }
- .basetit .headimg img{
- width: 100%;
- }
- .basetit .headcontent{
- padding-left: 175px;
- line-height: 36px;
- min-height: 140px;
- }
- .basetit .headcontent h1{
- font-size: 22px;
- line-height: 38px;
- font-weight: bold;
- }
- .basetit .headcontent .list{
- float: left;
- padding-right: 30px;
- }
- .basetit .headcontent .list .a-link{
- padding-left: 12px;
- }
- .basetit .headcontent .list .btn{
- margin: 0 8px;
- }
- .basetit .headcontent .list i.look{
- vertical-align: middle;
- color:#ccc;
- font-size: 20px;
- }
- .basetit .headcontent .list i.sj{
- padding-right: 5px;
- vertical-align: top;
- color:#ccc;
- font-size: 20px;
- }
- span.pd30{
- padding-left: 30px;
- }
- .basetit .rcontent{
- padding-left: 45px;
- }
- .basetit .rcontent h1{
- font-size: 15px;
- line-height: 35px;
- font-weight: normal;
- }
- .basetit .rcontent h2{
- font-size: 40px;
- font-weight: normal;
- vertical-align: text-bottom;
- }
- .basetit .rcontent h2 a{
- font-size: 14px;
- vertical-align:bottom;
- }
- .basetit .rcontent .btnrecharge{
- padding-top: 10px;
- }
- .basetit .rcontent .btnrecharge a{
- font-size: 16px;
- }
- .newswrap .left,.newswrap .right{
- width: 50%;
- }
- .newswrap .left{
- float: left;
- padding-right:10px;
- }
- .newswrap .right{
- float: right;
- padding-left:10px;
- }
- .newswrap .table{
- margin-bottom: 40px;
- }
- .newswrap thead span{
- background: @theme-color2;
- color: #fff;
- margin-left: 5px;
- padding: 0 5px;
- border-radius: 2px;
- font-weight: normal;
- }
- .newswrap tbody tr{
- cursor: pointer;
- }
|