123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- .main {
- position: relative;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 100%;
- height: 300px;
- overflow: hidden;
- position: relative;
- margin: 0 0 10px 0;
- }
- .main .one .image {
- float: left;
- width: 100%;
- height: 240px;
- overflow: hidden;
- }
- .main .one .one_1 {
- float: left;
- width: 89%;
- height: 120px;
- margin: 0 10px;
- padding: 10px;
- border-radius: 5px;
- overflow: hidden;
- background-color: #fff;
- position: absolute;
- bottom: 0;
- }
- .main .one .one_1 .name {
- float: left;
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 5px 0;
- }
- .main .one .one_1 .other {
- float: left;
- width: 100%;
- }
- .main .one .one_1 .other .otherInfo {
- float: left;
- width: 100%;
- font-size: 14px;
- margin: 0 0 5px 0;
- color: #666;
- }
- .main .one .one_1 .other .otherInfo:nth-child(1) text:nth-child(2) {
- color: #fff;
- padding: 0 10px;
- border-radius: 5px;
- }
- .main .one .one_1 .other .otherInfo:nth-child(3) {
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- word-break: break-all;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- }
- .main .one .one_1 .other .otherInfo text:nth-child(2) {
- color: #000;
- }
- .main .one .one_1 .other .otherInfo .color0 {
- background: rgb(238, 147, 28);
- }
- .main .one .one_1 .other .otherInfo .color1 {
- background: rgb(54, 233, 48);
- }
- .main .one .one_1 .other .otherInfo .color2 {
- background: rgb(238, 88, 28);
- }
- .main .one .one_1 .other .otherInfo .color3 {
- background: rgb(238, 147, 28);
- }
- .main .one .one_1 .other .otherInfo .color4 {
- background: rgb(136, 136, 136);
- }
- .main .two {
- float: left;
- width: 95%;
- padding: 0 10px;
- }
- .main .two .two_1 {
- float: left;
- width: 100%;
- margin: 10px 0 0 0;
- }
- .two_1 .b {
- float: left;
- width: 100%;
- }
- .two_1 .b .list {
- float: left;
- width: 19.8%;
- margin: 0 10px 10px 0;
- background-color: #fff;
- text-align: center;
- padding: 10px 5px;
- border-radius: 5px;
- }
- .two_1 .b .list:nth-child(4n) {
- margin: 0 0 10px 0;
- }
- .two_1 .b .list image {
- width: 50px;
- height: 50px;
- border-radius: 90px;
- }
- .two_1 .b .list .name {
- float: left;
- width: 100%;
- text-align: center;
- font-size: 12px;
- margin: 0 0 5px 0;
- }
- .two_1 .b .list .num {
- float: left;
- width: 100%;
- font-size: 12px;
- color: #666;
- }
- .two_1 .c .list {
- float: left;
- width: 95%;
- border-radius: 5px;
- background-color: #fff;
- margin: 0 0 10px 0;
- padding: 10px;
- }
- .two_1 .c .list .list_1 {
- float: left;
- width: 100%;
- margin: 0 0 10px 0;
- }
- .two_1 .c .list .list_1 .image {
- float: left;
- width: 100%;
- height: 25px;
- overflow: hidden;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .two_1 .c .list .list_1 .txt {
- position: absolute;
- height: 25px;
- width: 85%;
- line-height: 25px;
- font-size: 14px;
- color: #fff;
- padding: 0 10px;
- }
- .two_1 .c .list .list_1 .txt text:nth-child(2) {
- float: right;
- }
- .two_1 .c .list .list_2 {
- float: left;
- width: 100%;
- }
- .two_1 .c .list .list_2 .list_2one {
- float: left;
- width: 39%;
- text-align: center;
- }
- .two_1 .c .list .list_2 .list_2one image {
- width: 50px;
- height: 50px;
- border-radius: 90px;
- }
- .two_1 .c .list .list_2 .list_2one text {
- float: right;
- font-size: 14px;
- padding: 15px 0;
- }
- .two_1 .c .list .list_2 .list_2one:nth-child(3) text {
- float: left;
- }
- .two_1 .c .list .list_2 .list_2two {
- float: left;
- width: 22%;
- text-align: center;
- padding: 10px 0;
- }
- .two_1 .c .list .list_2 .list_2two text {
- background-color: rgb(228, 226, 226);
- text-align: center;
- color: #ff0000;
- font-size: 20px;
- font-weight: bold;
- text-decoration: line-through;
- text-decoration-color: #fff;
- padding: 0 2px;
- }
- .two_1 .c .list .list_2 .list_2two text:nth-child(2) {
- color: #000000;
- }
- .two_1 .c .list .list_2 .list_2two text:nth-child(3) {
- color: #00427b;
- }
- .two_1 .d {
- float: left;
- width: 100%;
- }
- .two_1 .d .ranking {
- float: left;
- width: 100%;
- background-color: #000000;
- color: #fff;
- padding: 5px 0;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .two_1 .d .ranking view {
- float: left;
- text-align: center;
- width: 20%;
- }
- .two_1 .d .ranking view:nth-child(2) {
- width: 40%;
- }
- .two_1 .d .rankingList {
- background-color: #fff;
- border-bottom: 1px solid #cccccc;
- color: #000000;
- border-radius: 0;
- }
- .two_1 .d .rankingList:nth-child(2) {
- color: #fff;
- background-color: rgba(247, 31, 67);
- }
- .two_1 .d .rankingList:nth-child(3) {
- color: #fff;
- background-color: rgba(245, 96, 133);
- }
- .two_1 .d .rankingList:nth-child(4) {
- color: #fff;
- background-color: rgb(252, 172, 198);
- }
- .two_1 .d .rankingList view text {
- display: inline-block;
- padding: 15px 0;
- font-size: 14px;
- }
- .two_1 .d .rankingList view:nth-child(2) image {
- float: left;
- width: 50px;
- height: 50px;
- border-radius: 90px;
- }
|