123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- /*
- /* 热门问答 */
- .rnwdList {
- width: 100%;
- }
- .list {
- border-bottom: solid 2rpx #f6f6f6;
- padding: 10rpx 0;
- width: 100%;
- }
- .listTitle {
- font-size: 32rpx;
- color: #333;
- line-height: 40rpx;
- }
- .jlSj {
- height: 40rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- margin: 20rpx 0 0 0;
- }
- .jf {
- color: #07c160;
- }
- .icon-jifen {
- font-size: 26rpx;
- color: #07c160;
- margin: 0 0 0 6rpx;
- }
- .ck {
- color: #c4c4c4;
- }
- .icon-pinglun,
- .icon-chakan,
- .icon-shoucang {
- font-size: 28rpx;
- margin: 0 6rpx 0 20rpx;
- color: #c4c4c4;
- }
- .onePic {
- width: 100%;
- height: 360rpx;
- border-radius: 20rpx;
- overflow: hidden;
- margin: 20rpx 0;
- }
- .onePic image {
- width: 100%;
- height: 100%;
- }
- .imageContainer {
- display: flex;
- }
- .imageContainer.one-image {
- justify-content: center;
- align-items: center;
- }
- .imageContainer.two-images {
- justify-content: space-between;
- }
- .imageContainer.three-images {
- justify-content: space-between;
- }
- .imageContainer image {
- /* 根据需要设置图片样式 */
- }
- .twoPic {
- width: 100%;
- height: 220rpx;
- margin: 20rpx 0;
- display: flex;
- justify-content: space-between;
- }
- .twoPic image {
- width: 49%;
- height: auto;
- border-radius: 20rpx;
- }
- .threePic {
- width: 100%;
- height: 160rpx;
- margin: 20rpx 0;
- display: flex;
- justify-content: space-between;
- }
- .threePic image {
- width: 32%;
- height: auto;
- border-radius: 20rpx;
- }
- /* 热门知识 */
- .rmzsList li {
- width: 100%;
- border-bottom: solid 2rpx #f6f6f6;
- padding: 20rpx 0;
- display: flex;
- justify-content: space-between;
- }
- .rmzsList li image {
- width: 40%;
- height: 200rpx;
- }
- .listCont {
- width: 58%;
- }
- .listCont p {
- font-size: 32rpx;
- color: #333;
- overflow: hidden;
- line-height: 40rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .listCont text {
- font-size: 24rpx;
- color: #9c9c9c;
- }
- .biaoqian {
- display: flex;
- margin: 6rpx 0;
- }
- .biaoqian span {
- padding: 2rpx 20rpx;
- font-size: 20rpx;
- background: #e0e0e0;
- color: #9c9c9c;
- margin: 0 20rpx 0 0;
- border-radius: 30rpx;
- }
- .jiage {
- display: flex;
- }
- .yhjg {
- font-size: 30rpx;
- color: #07c160;
- }
- .yhjg em {
- font-size: 24rpx;
- color: #07c160;
- }
- .yjjg {
- font-size: 24rpx;
- color: #9c9c9c;
- margin: 6rpx 0 0 20rpx;
- text-decoration: line-through;
- }
- /* 公告start */
- .swiper_container {
- height: 55rpx;
- width: 70%;
- line-height: 60rpx;
- }
- .swiper_item {
- color: #000;
- font-size: 28rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|