| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- @import '../common/header1.less';
- @import url('../../font/iconfont.less');
- .kjxq-page {
- position: fixed;
- top: 0;
- bottom: 0;
- width: 100%;
- z-index: 999;
- background: #fff;
- .page-container {
- position: fixed;
- top: 40px;
- bottom: 0;
- overflow: auto;
- width: 100%;
- .kjxq-kjjg-btn-wrapper {
- padding: 10px 0;
- }
- }
- .page-header {
- padding: 5px 10px;
- height: 60px;
- font-size: 13px;
- .header-left {
- height: 100%;
- width: 50px;
- float: left;
- .center();
- .iconfont {
- font-size: 40px;
- }
- }
- .header-right {
- margin-left: 55px;
- margin-right: -10PX;
- .header-right-ads {
- margin-top: -5px;
- border-bottom: 2px #e84542 solid;
- color: #808080;
- }
- .header-right-res {
- }
- }
- }
- .kjxq-wrapper {
- padding: 0 15px;
- .kjxq-title {
- padding: 10px 15px;
- .title-bg();
- font-size: 16px;
- margin: -5px -15px;
- }
- .kjxq-content {
- padding: 15px 0;
- .kjxq-kjjg-detail, .cash-box {
- color: #666;
- font-size: 14px;
- overflow: hidden;
- .kjxq-kjjg-detail-list {
- float: left;
- padding: 3px 20px 3px 0;
- }
- }
- .kjxq-kjjg-tips {
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- color: #999;
- }
- .kjxq-kjjg-btn {
- display: inline-block;
- padding: 5px 12px;
- border: 1px #52a8e1 solid;
- color: #52a8e1;
- font-size: 12px;
- border-radius: 5px;
- margin: 0 5px;
- }
- }
- }
- }
- .ball-wrapper {
- display: inline-block;
- overflow: hidden;
- .ball-item {
- float: left;
- height: 28px;
- width: 28px;
- font-size: 12px;
- color: #fff;
- border-radius: 50%;
- margin: 2px 2px;
- .center();
- }
- .huase-item {
- float: left;
- font-size: 25px;
- border-radius: 50%;
- margin: 2px 5px;
- font-weight: 700;
- .center();
- .iconfont {
- font-size: 26px;
- }
- &.hongtao, &.fangpian {
- color: #E84542;
- }
- }
- }
- .table-response {
- text-align: center;
- color: #666;
- .table {
- width: 100%;
- border-collapse: collapse;
- border-top: 1px solid #e5e5e5;
- border-left: 1px solid #e5e5e5;
- }
- .tr-response {
- th.td-response {
- font-weight: 500;
- font-size: 16px;
- }
- .td-response {
- border-right: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- text-align: center;
- padding: 3px 0;
- }
- td.td-response {
- font-size: 14px;
- }
- &.tr-strong {
- background: #fafcff;
- }
- }
- }
|