|
@@ -1,6 +1,7 @@
|
|
|
.page {
|
|
|
position: relative;
|
|
|
width: 750rpx;
|
|
|
+ height: 1206rpx;
|
|
|
background-color: rgba(246,246,246,1);
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
@@ -251,6 +252,17 @@
|
|
|
width: 187rpx;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+.new{
|
|
|
+ border-radius: 2px;
|
|
|
+ width: 54rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ background: #F5A623;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 20rpx;
|
|
|
+ margin-left: 70%;
|
|
|
+ margin-top: auto;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
.outer3 {
|
|
|
width: 142rpx;
|
|
|
height: 28rpx;
|
|
@@ -277,7 +289,6 @@
|
|
|
}
|
|
|
.wrap4 {
|
|
|
width: 710rpx;
|
|
|
- height: 290rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
flex-direction: row;
|
|
@@ -320,6 +331,7 @@
|
|
|
width: 224rpx;
|
|
|
align-items: center;
|
|
|
margin: 10rpx 0;
|
|
|
+ padding-bottom: 4rpx;
|
|
|
}
|
|
|
.paragraph1 {
|
|
|
width: 192rpx;
|
|
@@ -670,7 +682,6 @@
|
|
|
}
|
|
|
.wrap9 {
|
|
|
z-index: 112;
|
|
|
- background-color: rgba(74,144,226,1);
|
|
|
margin-top: 418rpx;
|
|
|
width: 750rpx;
|
|
|
position: relative;
|
|
@@ -749,18 +760,15 @@
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.outer11 {
|
|
|
- z-index: 78;
|
|
|
- /* height: 436rpx; */
|
|
|
- border-radius: NaNrpx;
|
|
|
+
|
|
|
+height: 436rpx;
|
|
|
+ border-radius: 24px 24px 0px 0px;
|
|
|
background-color: rgba(255,255,255,1);
|
|
|
box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.06);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- padding-top: 40rpx;
|
|
|
+ padding-top: 129rpx;
|
|
|
width: 750rpx;
|
|
|
- position: absolute;
|
|
|
- left: 0rpx;
|
|
|
- top: 256rpx;
|
|
|
}
|
|
|
.bd1 {
|
|
|
width: 750rpx;
|
|
@@ -1032,4 +1040,279 @@
|
|
|
width: 40rpx;
|
|
|
height: 40rpx;
|
|
|
margin: 14rpx 0 0 32rpx;
|
|
|
+}
|
|
|
+/*选中弹出*/
|
|
|
+.alert6 {
|
|
|
+ z-index: 73;
|
|
|
+ height: 469rpx;
|
|
|
+ border-radius: 24px 24px 0px 0px;
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.06);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding-top: 40rpx;
|
|
|
+ width: 750rpx;
|
|
|
+ margin-top: 47rpx;
|
|
|
+}
|
|
|
+.alert2 {
|
|
|
+ width: 750rpx;
|
|
|
+ height: 348rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.alert3 {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ flex-direction: row;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.alert7 {
|
|
|
+ width: 360rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ /* line-height: 30rpx; */
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.alert14 {
|
|
|
+ width: 750rpx;
|
|
|
+ height: 1rpx;
|
|
|
+ background-color: rgba(237,237,237,1);
|
|
|
+ margin-top: 40rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.alert8 {
|
|
|
+ width: 255rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(153,153,153,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: left;
|
|
|
+ margin: 40rpx 0 0 248rpx;
|
|
|
+}
|
|
|
+.alert9 {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 148rpx;
|
|
|
+ flex-direction: row;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 65rpx 0 0 30rpx;
|
|
|
+}
|
|
|
+.section22-0 {
|
|
|
+ height: 148rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 1px solid rgba(228,228,228,1);
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ margin-right: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding-top: 35rpx;
|
|
|
+ width: 150rpx;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.groupalert1-0 {
|
|
|
+ z-index: auto;
|
|
|
+ position: relative;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.section23-0 {
|
|
|
+ z-index: 80;
|
|
|
+ position: absolute;
|
|
|
+ left: 10rpx;
|
|
|
+ top: 0rpx;
|
|
|
+ width: 28rpx;
|
|
|
+ height: 28rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.txt40-0 {
|
|
|
+ z-index: 81;
|
|
|
+ position: static;
|
|
|
+ left: 81rpx;
|
|
|
+ top: 1222rpx;
|
|
|
+ width: 73rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 48rpx;
|
|
|
+}
|
|
|
+.section22-1 {
|
|
|
+ height: 148rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 1px solid rgba(228,228,228,1);
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ margin-right: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding-top: 35rpx;
|
|
|
+ width: 150rpx;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.groupalert1-1 {
|
|
|
+ z-index: auto;
|
|
|
+ position: relative;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.info30-1 {
|
|
|
+ z-index: 84;
|
|
|
+ position: absolute;
|
|
|
+ left: 0rpx;
|
|
|
+ top: 4rpx;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.txt40-1 {
|
|
|
+ z-index: 81;
|
|
|
+ position: static;
|
|
|
+ left: 81rpx;
|
|
|
+ top: 1222rpx;
|
|
|
+ width: 73rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 48rpx;
|
|
|
+}
|
|
|
+.section22-2 {
|
|
|
+ height: 148rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 1px solid rgba(228,228,228,1);
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ margin-right: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding-top: 35rpx;
|
|
|
+ width: 150rpx;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.groupalert1-2 {
|
|
|
+ z-index: auto;
|
|
|
+ position: relative;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.info30-2 {
|
|
|
+ z-index: 84;
|
|
|
+ position: absolute;
|
|
|
+ left: 0rpx;
|
|
|
+ top: 4rpx;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.txt40-2 {
|
|
|
+ z-index: 81;
|
|
|
+ position: static;
|
|
|
+ left: 81rpx;
|
|
|
+ top: 1222rpx;
|
|
|
+ width: 73rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 48rpx;
|
|
|
+}
|
|
|
+.section22-3 {
|
|
|
+ height: 148rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 1px solid rgba(228,228,228,1);
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ margin-right: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding-top: 35rpx;
|
|
|
+ width: 150rpx;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.groupalert1-3 {
|
|
|
+ z-index: auto;
|
|
|
+ position: relative;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.info30-3 {
|
|
|
+ z-index: 84;
|
|
|
+ position: absolute;
|
|
|
+ left: 0rpx;
|
|
|
+ top: 4rpx;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.txt40-3 {
|
|
|
+ z-index: 81;
|
|
|
+ position: static;
|
|
|
+ left: 81rpx;
|
|
|
+ top: 1222rpx;
|
|
|
+ width: 73rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ display: block;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 48rpx;
|
|
|
}
|