|
@@ -0,0 +1,98 @@
|
|
|
+.main {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #f6f6f6;
|
|
|
+}
|
|
|
+
|
|
|
+.main .one {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
+ width: 100%;
|
|
|
+ height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ background-color: #409eff;
|
|
|
+ color: #ffffff;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two {
|
|
|
+ position: absolute;
|
|
|
+ top: 80rpx;
|
|
|
+ width: 94%;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.main .two .twoImg {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 0 10rpx 0;
|
|
|
+ padding: 20rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoImg swiper {
|
|
|
+ height: 200px;
|
|
|
+ border: 1px solid #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoImg image {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .info {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .info text {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 35rpx;
|
|
|
+ padding: 0 0 10rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .info text:nth-child(1) {
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .info text:nth-child(2) {
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .other {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .other .title {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ padding: 0 0 10rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .other text {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ padding: 15rpx 0;
|
|
|
+ border-bottom: 1rpx dashed #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .other text:nth-child(1) {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .other text:nth-child(2) {
|
|
|
+ color: #666666;
|
|
|
+}
|