|
@@ -1,136 +1,164 @@
|
|
|
/* pages/wenda/wenda.wxss */
|
|
|
.wendaFL {
|
|
|
- width: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin: 30rpx 0 0 0;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 30rpx 0 0 0;
|
|
|
}
|
|
|
+
|
|
|
.wendaFL li {
|
|
|
- width: 48%;
|
|
|
- height: 168rpx;
|
|
|
- position: relative;
|
|
|
+ width: 48%;
|
|
|
+ height: 168rpx;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
+
|
|
|
.lbBj {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ z-index: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
.wendaFL li h2 {
|
|
|
- font-size: 36rpx;
|
|
|
- position: absolute;
|
|
|
- left: 30rpx;
|
|
|
- top: 40rpx;
|
|
|
- z-index: 1;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
+ font-size: 36rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 30rpx;
|
|
|
+ top: 40rpx;
|
|
|
+ z-index: 1;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
.wendaFL li span {
|
|
|
- font-size: 30rpx;
|
|
|
- position: absolute;
|
|
|
- left: 30rpx;
|
|
|
- top: 88rpx;
|
|
|
- z-index: 1;
|
|
|
+ font-size: 30rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 30rpx;
|
|
|
+ top: 88rpx;
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
+
|
|
|
.wendaFL li.sanNong {
|
|
|
- color: #0d9970;
|
|
|
+ color: #0d9970;
|
|
|
}
|
|
|
+
|
|
|
.wendaFL li.jiuYe {
|
|
|
- color: #1e8fb4;
|
|
|
+ color: #1e8fb4;
|
|
|
}
|
|
|
+
|
|
|
.wendaFL li.faLv {
|
|
|
- color: #1e5dab;
|
|
|
+ color: #1e5dab;
|
|
|
}
|
|
|
+
|
|
|
.wendaFL li.jiuZhen {
|
|
|
- color: #4a700d;
|
|
|
+ color: #4a700d;
|
|
|
}
|
|
|
+
|
|
|
/* 列表 */
|
|
|
.rnwdList {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
+
|
|
|
.list {
|
|
|
- border-bottom: solid 2rpx #f6f6f6;
|
|
|
- padding: 10rpx 0;
|
|
|
- width: 100%;
|
|
|
+ border-bottom: solid 2rpx #f6f6f6;
|
|
|
+ padding: 20rpx 0;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
.lb {
|
|
|
- background: #0d9970;
|
|
|
- color: #fff;
|
|
|
- font-size: 24rpx;
|
|
|
- width: 12%;
|
|
|
- text-align: center;
|
|
|
- padding: 2rpx 0;
|
|
|
- line-height: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
-}
|
|
|
+ background: #0d9970;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 24rpx;
|
|
|
+ width: 12%;
|
|
|
+ text-align: center;
|
|
|
+ padding: 2rpx 0;
|
|
|
+ line-height: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
.listTitle {
|
|
|
- font-size: 32rpx;
|
|
|
- color: #333;
|
|
|
- line-height: 40rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #333;
|
|
|
+ line-height: 40rpx;
|
|
|
}
|
|
|
+
|
|
|
.icon-jifen {
|
|
|
- font-size: 28rpx;
|
|
|
- color: #07c160;
|
|
|
- margin: 0 0 0 6rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #07c160;
|
|
|
+ margin: 0 0 0 6rpx;
|
|
|
}
|
|
|
+
|
|
|
.icon-pinglun,
|
|
|
.icon-chakan,
|
|
|
.icon-shoucang {
|
|
|
- font-size: 28rpx;
|
|
|
- margin: 0 6rpx 0 20rpx;
|
|
|
- color: #c4c4c4;
|
|
|
+ font-size: 28rpx;
|
|
|
+ margin: 0 6rpx 0 20rpx;
|
|
|
+ color: #c4c4c4;
|
|
|
}
|
|
|
+
|
|
|
.icon-xiangyoujiantou {
|
|
|
- font-size: 30rpx;
|
|
|
- color: #c4c4c4;
|
|
|
- line-height: 60rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #c4c4c4;
|
|
|
+ line-height: 60rpx;
|
|
|
}
|
|
|
+
|
|
|
.onePic {
|
|
|
- width: 100%;
|
|
|
- height: 360rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
- overflow: hidden;
|
|
|
- margin: 20rpx 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 360rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 20rpx 0;
|
|
|
}
|
|
|
+
|
|
|
.onePic image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
+
|
|
|
.twoPic {
|
|
|
- width: 100%;
|
|
|
- height: 220rpx;
|
|
|
- margin: 20rpx 0;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ height: 220rpx;
|
|
|
+ margin: 20rpx 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
+
|
|
|
.twoPic image {
|
|
|
- width: 49%;
|
|
|
- height: auto;
|
|
|
- border-radius: 20rpx;
|
|
|
+ width: 49%;
|
|
|
+ height: auto;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
.threePic {
|
|
|
- width: 100%;
|
|
|
- height: 160rpx;
|
|
|
- margin: 20rpx 0;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ height: 160rpx;
|
|
|
+ margin: 20rpx 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
+
|
|
|
.threePic image {
|
|
|
- width: 32%;
|
|
|
- height: auto;
|
|
|
- border-radius: 20rpx;
|
|
|
+ width: 32%;
|
|
|
+ height: auto;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
.jlSj {
|
|
|
- height: 40rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 24rpx;
|
|
|
- margin: 20rpx 0 0 0;
|
|
|
+ height: 40rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 24rpx;
|
|
|
+ margin: 20rpx 0 0 0;
|
|
|
}
|
|
|
+
|
|
|
.ck {
|
|
|
- color: #c4c4c4;
|
|
|
- margin-left:240px;
|
|
|
+ color: #c4c4c4;
|
|
|
}
|
|
|
+
|
|
|
+.f-r {
|
|
|
+ position: absolute;
|
|
|
+ right: 30rpx;
|
|
|
+}
|