123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- .recommend-question {
- margin-top: .14rem;
- background-color: #fff;
- }
- .recommend-question > div:first-child {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- padding-top: .15rem;
- padding-right: .2rem;
- padding-left: .2rem;
- font-weight: bold;
- font-size: .32rem;
- color: #333;
- }
- .recommend-question > div:first-child a {
- font-weight: normal;
- font-size: .22rem;
- color: #999;
- }
- .recommend-question .iconxiangyou {
- margin-left: .09rem;
- font-size: .18rem;
- }
- .recommend-question .swiper-container {
- padding: .3rem .2rem .5rem;
- }
- /* .recommend-question .swiper-slide > a {
- display: -webkit-box;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-pack: justify;
- justify-content: space-between;
- width: 5.2rem;
- height: 4.9rem;
- border-radius: .1rem;
- overflow: hidden;
- -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
- box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
- } */
- .recommend-question .swiper-slide {
- width: 6.2rem;
- }
- .recommend-question .swiper-slide a {
- display: -webkit-box;
- display: flex;
- padding: .2rem;
- border-radius: .12rem;
- -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
- box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
- }
- .recommend-question .swiper-slide .figure {
- width: 3rem;
- height: 1.69rem;
- }
- .recommend-question .swiper-slide .attr {
- -webkit-box-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-pack: justify;
- justify-content: space-between;
- min-width: 0;
- height: auto;
- padding-top: 0;
- margin-left: .2rem;
- }
- .recommend-question .swiper-slide .group {
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .recommend-question ul {
- padding: .3rem .2rem;
- }
- .recommend-question li ~ li {
- margin-top: .3rem;
- }
- .recommend-question .figure {
- display: block;
- width: 100%;
- height: 3.8rem;
- border-radius: .1rem;
- object-fit: cover;
- -webkit-touch-callout: none;
- pointer-events: none;
- }
- .recommend-question .title {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: .28rem;
- color: #333;
- }
- .recommend-question .people {
- font-size: .22rem;
- color: #999;
- }
- .recommend-question .money {
- font-weight: bold;
- font-size: .22rem;
- color: #F78200;
- }
- .recommend-question .money span {
- font-size: .32rem;
- }
- .recommend-question .free {
- font-size: .28rem;
- }
- .recommend-question .link {
- height: .38rem;
- padding-right: .17rem;
- padding-left: .17rem;
- border-radius: .19rem;
- background-color: #f2f8ff;
- font-size: .22rem;
- line-height: .38rem;
- color: #191C6E;
- }
- .recommend-question .link img {
- width: .17rem;
- height: .19rem;
- margin-right: .1rem;
- -webkit-touch-callout: none;
- pointer-events: none;
- }
- .recommend-question .attr {
- display: -webkit-box;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-pack: justify;
- justify-content: space-between;
- height: 1.12rem;
- padding-top: .13rem;
- }
- .recommend-question .group {
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- }
- .recommend-question .group .people {
- -webkit-box-flex: 1;
- flex: 1;
- margin-left: .22rem;
- }
- .recommend-question .small li > a {
- display: -webkit-box;
- display: flex;
- }
- .recommend-question .small .figure {
- width: 2.5rem;
- height: 1.41rem;
- }
- .recommend-question .small .attr {
- -webkit-box-flex: 1;
- flex: 1;
- min-width: 0;
- height: auto;
- padding-top: 0;
- margin-left: .24rem;
- }
- .recommend-question .small .people {
- margin-left: 0;
- }
- .recommend-question .gird {
- display: -webkit-box;
- display: flex;
- flex-wrap: wrap;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- padding-top: 0;
- }
- .recommend-question .gird li {
- width: 3.45rem;
- margin-top: .3rem;
- }
- .recommend-question .gird .figure {
- width: 3.45rem;
- height: 1.92rem;
- }
- .recommend-question .gird .attr {
- height: 1.51rem;
- }
- .recommend-question .gird .group {
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
|