123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- .main {
- position: relative;
- width: 100%;
- }
- .one .a .head {
- background-color: rgb(43, 43, 43);
- color: white;
- width: 92%;
- margin-left: 3%;
- border-top-left-radius: 0.5em;
- border-top-right-radius: 0.5em;
- border-bottom-right-radius: 0em;
- border-bottom-left-radius: 0em;
- padding: 0 0 32px 3.5px;
- margin-top: 2%;
- }
- .one .a .head .head1 {
- float: left;
- width: 26%;
- font-size: 14px;
- margin-left: 19px;
- margin-top: 6px;
- }
- .one .a .head .head2 {
- float: left;
- width: 40%;
- font-size: 14px;
- margin-left: 5px;
- margin-top: 6px;
- }
- .one .a .head .head3 {
- float: left;
- width: 9%;
- font-size: 14px;
- margin-left: 29px;
- margin-top: 6px;
- }
- .one .a .list {
- width: 93%;
- margin-left: 3%;
- margin-bottom: 0.2%;
- }
- .select-item {
- color: #ffff;
- }
- .dis-select-item {
- margin-top: 3px;
- background-color: white;
- color: #000;
- }
- .one .a .list:nth-child(2) {
- background-color: rgba(247, 31, 67);
- }
- .one .a .list:nth-child(3) {
- background-color: rgba(245, 96, 133);
- }
- .one .a .list:nth-child(4) {
- background-color: rgb(252, 172, 198);
- }
- .one .a .list .sortContent {
- width: 88%;
- height: 50upx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-left: 3.5%;
- margin-bottom: 0.2%;
- padding: 10px 10px 10px 10px;
- }
- .one .a .list .sortContent .pai1 {
- font-size: 20px;
- font-style: italic;
- }
- .one .a .list .sortContent .headtou1 {
- float: left;
- margin-left: 35px;
- width: 15%;
- height: 46.04px;
- overflow: hidden;
- border-radius: 90px;
- }
- .one .a .list .sortContent .dui {
- float: left;
- width: 50%;
- font-size: 14px;
- margin-left: 7px;
- }
- .one .a .list .sortContent .fen {
- float: left;
- width: 15%;
- font-weight: 500;
- }
- .one .a .list .sortContent .fen .scorea {
- color: white;
- }
- .one .a .list .sortContent .fen .scoreb {
- color: red;
- }
- .one .b .integral {
- margin-top: 5px;
- margin-bottom: 7px;
- font-weight: 500;
- font-size: 14px;
- }
- .one .b .integral {
- margin-top: 5px;
- margin-bottom: 7px;
- font-weight: 500;
- font-size: 14px;
- }
- .one .b .integral .integral1 {
- padding: 0px 10px 0px 23px;
- }
- .one .b .integral .integral2 {
- padding: 0px 10px 0px 43px;
- }
- .one .b .integral .integral3 {
- padding: 0px 10px 0px 145px;
- }
- .one .b .lists {
- font-weight: 500;
- font-size: 14px;
- }
- .one .b .lists:nth-child(even) {
- background-color: rgb(255, 250, 250);
- }
- .one .b .lists .sortContent {
- width: 88%;
- height: 50upx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-left: 3.5%;
- margin-bottom: 0.2%;
- padding: 10px 10px 10px 10px;
- }
- .one .b .lists .sortContent .pai {
- margin-left: 5px;
- }
- .one .b .lists .sortContent .headtou2 {
- float: left;
- margin-left: 35px;
- width: 15%;
- height: 49.5px;
- overflow: hidden;
- border-radius: 90px;
- }
- .one .b .lists .sortContent .dui {
- float: left;
- width: 50%;
- font-size: 14px;
- margin-left: 7px;
- }
- .one .b .lists .sortContent .fen {
- float: left;
- width: 15%;
- font-weight: 500;
- }
|