| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- @import '../common/common.less';
- .kj-page {
- position: fixed;
- top: 60px;
- bottom: 60px;
- width:100%;
- .kj-category-wrapper {
- height: 40px;
- line-height: 40px;
- .center();
- .kj-category {
- flex: 1;
- text-align: center;
- /*border-right:1px solid rgba(0,0,0,.1);*/
- border-bottom: 1px solid rgba(0,0,0,.1);
- cursor: pointer;
- &:last-child {
- border-right: 0;
- }
- }
- }
- .kj-wrapper {
- font-size: 16px;
- width: 100%;
- position: absolute;
- bottom: 0;
- overflow:auto;
- top: 97px;
- .kj-item-wrapper {
- display: none;
- &.kj-item-active {
- display: block;
- }
- }
- .kj-high-lottery-wrapper {
- .kj-high-lottery-left {
- overflow: auto;
- position: absolute;
- top: 0;
- bottom: 0;
- /*position: fixed;*/
- /*top: 102px;
- bottom: 60px;*/
- width: 70px;
- text-align: left;
- font-size: 14px;
- text-indent: 5px;
- border-right: 1px solid rgba(0,0,0,.1);
- float: left;
- .kj-high-lottery-category {
- font-size: 15px;
- height: 50px;
- line-height: 50px;
- cursor: pointer;
- .border();
- }
- }
- .kj-high-lottery-right {
- /*position: fixed;*/
- height: 100%;
- overflow-y: auto;
- overflow-x: hidden;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 70px;
- right: 0;
- .content {
- height: auto;
- max-height: 100%;
- overflow-x: hidden;
- overflow-y: auto;
- }
- .high-lottery-title {
- height: 40px;
- line-height: 40px;
- border-left: 5px solid #7FAFCE;
- color: #7FAFCE;
- .title-bg();
- /*background: #E84542;*/
- /*color:#fff;*/
- font-size: 16px;
- padding-left: 5px;
- font-weight: 900;
- .border-1px-bottom();
- }
- }
- }
- }
- .kj-active {
- border-bottom: 3px solid #E84542 !important;
- color: #E84542;
- font-weight: 900;
- border-right: 0 !important;
- }
- }
- .v-item-list {
- display: none;
- &.active {
- display: block;
- }
- }
- .kj-item-list {
- overflow: hidden;
- padding: 0 10px;
- .border-1px-bottom();
- /*&:last-child{
- .border-none();
- }*/
- .kj-item-title {
- width: 100%;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- .kj-item-name {
- color: #7FAFCE;
- margin-right: 20px;
- font-weight: 600;
- font-size: 16px;
- }
- .kj-item-periods {
- color: #8F8E94;
- font-size: 14px;
- }
- }
- .kj-item-ball {
- /*height:40px;*/
- /*padding:3px 0;*/
- padding-right: 30px;
- .center();
- justify-content: flex-start;
- position: relative;
- .more {
- position: absolute;
- right: 0;
- color: #C9C9C9;
- font-size: 18px;
- }
- }
- .kj-item-bottom {
- height: 30px;
- line-height: 30px;
- .kj-item-bl {
- color: #8F8E94;
- font-size: 12px;
- }
- .kj-item-jackpot {
- color: #E84542;
- }
- .kj-item-br {
- float: right;
- font-size: 0;
- a {
- display: inline-block;
- }
- .kj-btn {
- color: #8F8E94;
- font-size: 12px;
- padding: 4px 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;
- }
- }
- }
|