123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .main {
- position: relative;
- width: 100%;
- }
- .one {
- margin-top: -1px;
- }
- .van-tabs__line {
- margin-left: 27px !important;
- font-weight: 600 !important;
- width: 38.800003px !important;
- background-color: blue !important;
- }
- .head {
- background-color: rgb(43, 43, 43);
- color: white;
- width: 92%;
- margin-left: 3%;
- margin-bottom: -1px;
- 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%;
- }
- .head1 {
- float: left;
- width: 26%;
- font-size: 14px;
- margin-left: 19px;
- margin-top: 6px;
- }
- .head2 {
- float: left;
- width: 40%;
- font-size: 14px;
- margin-left: 5px;
- margin-top: 6px;
- }
- .head3 {
- float: left;
- width: 9%;
- font-size: 14px;
- margin-left: 29px;
- margin-top: 6px;
- }
- .list:nth-child(2) {
- background-color: rgba(247, 31, 67);
- }
- .list:nth-child(3) {
- background-color: rgba(245, 96, 133);
- }
- .list:nth-child(4) {
- background-color: rgb(252, 172, 198);
- }
- .list {
- width: 93%;
- margin-left: 3%;
- margin-bottom: 0.2%;
- }
- .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;
- }
- .header {
- font-size: 26upx;
- margin-top: 20upx;
- }
- .headtou {
- float: left;
- margin-left: 35px;
- width: 15%;
- height: 46.05px;
- overflow: hidden;
- border-radius: 90px;
- }
- .dui {
- float: left;
- width: 50%;
- font-size: 14px;
- margin-left: 7px;
- }
- .fen {
- float: left;
- width: 15%;
- font-weight: 500;
- }
- .pai {
- margin-left: 5px;
- }
- .select-item {
- color: #ffff;
- }
- .dis-select-item {
- margin-top: 3px;
- background-color: white;
- color: #000;
- }
- .pai1 {
- font-size: 20px;
- font-style: italic;
- }
- .scorea {
- color: white;
- }
- .scoreb {
- color: red;
- }
- .integral{
- margin-top: 5px;
- margin-bottom: 7px;
- font-weight: 500;
- font-size: 14px;
- }
- .integral1{
- padding: 10px 10px 10px 25px;
- }
- .integral2{
- padding: 10px 10px 10px 40px;
- }
- .integral3{
- padding: 10px 10px 10px 140px;
- }
- .lists:nth-child(even) {
- background-color: rgb(255, 250, 250);
- }
- .lists{
- font-weight: 500;
- font-size: 14px;
- }
|