|
@@ -94,3 +94,42 @@ image {
|
|
|
line-height: 90rpx;
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
+.ck{
|
|
|
+ position: absolute !important;
|
|
|
+ margin-left: 0 !important;
|
|
|
+ right: 30rpx !important;
|
|
|
+}
|
|
|
+.onePic{
|
|
|
+ width: 100% !important;
|
|
|
+ height: 360rpx !important;
|
|
|
+ border-radius: 20rpx !important;
|
|
|
+ overflow: hidden !important;
|
|
|
+ margin: 20rpx 0 !important;
|
|
|
+}
|
|
|
+.list {
|
|
|
+ border-bottom: solid 2rpx #f6f6f6 !important;
|
|
|
+ padding: 10rpx 0 !important;
|
|
|
+ width: 100% !important;
|
|
|
+}
|
|
|
+.onePic image {
|
|
|
+ width: 100% !important;
|
|
|
+ height: 100% !important;
|
|
|
+}
|
|
|
+.wenzhangLy {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-bottom: solid 2rpx #e8e8e8;
|
|
|
+ padding: 0 0 14rpx 0;
|
|
|
+}
|
|
|
+.wenzhangCont {
|
|
|
+ font-size: 34rpx;
|
|
|
+ margin: 30rpx 0;
|
|
|
+}
|
|
|
+.fengexian {
|
|
|
+ width: 100%;
|
|
|
+ height: 20rpx;
|
|
|
+ background: #f6f6f6;
|
|
|
+ border-radius: 6rpx;
|
|
|
+}
|