1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- @import './common/common.less';
- body{
- background: #F0F0F0;
- }
- .hcontent-wrapper{
- max-width:100%;
- }
- .main{
- margin: 0 auto;
- margin-top:111px;
- max-width: 100%;
- padding:15px 0 0;
- .main-head{}
- .main-bottom{}
- .main-left{
- .cpkj-list-box{
- margin-bottom:15px;
- .cpkj-list{
- background: #fff;
- .qishu,.timebox,.jc{
- font-size:1.6rem;
- color:@fcolor;
- }
- }
- }
- }
- }
- .cpkj-list-header{
- height:50px;
- .list-header-left{
- height:100%;
- background: @fcolor;
- text-align: center;
- .iconfont{
- font-size: 20px;
- color:#fff;
- }
- .cp-lable{
- font-size:1.5rem;
- color:#fff;
- line-height: 50px;
- }
- }
- .list-header-right{
- height:100%;
- border-bottom:2px solid @fcolor;
- p{
- font-size: 1.4rem;
- padding-left: 10px;
- line-height: 50px;
- .KJRate{
- font-size: 1.2rem;
- }
- }
- }
- }
- .cpkj-list-ball{
- padding:15px 10px;
- }
- .cpkj-list-next{
- padding: 5px 10px 15px;
- p{
- font-size: 1.4rem;
- }
- }
- .cpkj-list-button{
- height:49px;
- line-height:50px;
- border-top:1px solid rgba(0,0,0,.1);
- padding:0 20px;
- .btn-list{
- float: left;
- width:25%;
- height:100%;
- font-size: 1.4rem;
- cursor: pointer;
- text-align: center;
- &:hover{
- color:@fcolor;
- }
- }
- }
- #more{
- float: right;
- padding:0 15px;
- cursor:pointer;
- }
|