|
@@ -48,12 +48,12 @@
|
|
|
/* 列表 */
|
|
|
.rnwdList {
|
|
|
width: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin: 20rpx 0;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.list {
|
|
|
- width: 79%;
|
|
|
+ border-bottom: solid 2rpx #f6f6f6;
|
|
|
+ padding: 10rpx 0;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.lb {
|
|
|
background: #0d9970;
|
|
@@ -71,24 +71,11 @@
|
|
|
color: #333;
|
|
|
line-height: 40rpx;
|
|
|
}
|
|
|
-.jlSj {
|
|
|
- height: 40rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 24rpx;
|
|
|
- margin: 20rpx 0 0 0;
|
|
|
-}
|
|
|
-.jf {
|
|
|
- color: #07c160;
|
|
|
-}
|
|
|
.icon-jifen {
|
|
|
font-size: 28rpx;
|
|
|
color: #07c160;
|
|
|
margin: 0 0 0 6rpx;
|
|
|
}
|
|
|
-.ck {
|
|
|
- color: #c4c4c4;
|
|
|
-}
|
|
|
.icon-pinglun,
|
|
|
.icon-chakan,
|
|
|
.icon-shoucang {
|
|
@@ -101,3 +88,49 @@
|
|
|
color: #c4c4c4;
|
|
|
line-height: 60rpx;
|
|
|
}
|
|
|
+.onePic {
|
|
|
+ width: 100%;
|
|
|
+ height: 360rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 20rpx 0;
|
|
|
+}
|
|
|
+.onePic image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.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;
|
|
|
+}
|
|
|
+.jlSj {
|
|
|
+ height: 40rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 24rpx;
|
|
|
+ margin: 20rpx 0 0 0;
|
|
|
+}
|
|
|
+.ck {
|
|
|
+ color: #c4c4c4;
|
|
|
+ margin-left:240px;
|
|
|
+}
|