|
@@ -0,0 +1,194 @@
|
|
|
+/*
|
|
|
+/* 热门问答 */
|
|
|
+.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;
|
|
|
+}
|