|
@@ -1,11 +1,13 @@
|
|
|
.main {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #f6f6f6;
|
|
|
}
|
|
|
|
|
|
.main .one {
|
|
|
position: fixed;
|
|
|
- z-index: 9999;
|
|
|
+ z-index: 999;
|
|
|
width: 100%;
|
|
|
height: 80rpx;
|
|
|
line-height: 80rpx;
|
|
@@ -18,5 +20,65 @@
|
|
|
position: absolute;
|
|
|
top: 80rpx;
|
|
|
width: 100%;
|
|
|
- height: 15000px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .image {
|
|
|
+ float: left;
|
|
|
+ width: 94%;
|
|
|
+ padding: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .image image {
|
|
|
+ width: 100%;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info {
|
|
|
+ float: left;
|
|
|
+ width: 94%;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .list {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .list text {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 30rpx;
|
|
|
+ padding: 8rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .list text:nth-child(1) {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 35rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .listCon {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .listCon .title {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 35rpx;
|
|
|
+ padding: 8rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .listCon view {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ padding: 8rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .info .listCon view text {
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ff0000;
|
|
|
+ font-size: 40rpx;
|
|
|
}
|