|
|
@@ -1,420 +1,105 @@
|
|
|
-.page {
|
|
|
- background-color: rgba(247, 247, 247, 1.000000);
|
|
|
- position: relative;
|
|
|
- width: 750rpx;
|
|
|
- height: 1490rpx;
|
|
|
- overflow: hidden;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-.box_2 {
|
|
|
- background-color: rgba(255, 255, 255, 1.000000);
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 24rpx 32rpx 0 32rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.box_3 {
|
|
|
- width: 686rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.text-group_2 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.text_3 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-right: 84rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_4 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_2 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: 66rpx 0 6rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_4 {
|
|
|
- background-color: rgba(238, 238, 238, 1.000000);
|
|
|
- width: 686rpx;
|
|
|
- height: 2rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.box_5 {
|
|
|
- width: 686rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.text-group_3 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.text_5 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-right: 84rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_6 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_3 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: 66rpx 0 6rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_6 {
|
|
|
- background-color: rgba(238, 238, 238, 1.000000);
|
|
|
- width: 686rpx;
|
|
|
- height: 2rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.box_7 {
|
|
|
- background-color: rgba(255, 255, 255, 1.000000);
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 24rpx 32rpx 24rpx 32rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.box_8 {
|
|
|
- width: 544rpx;
|
|
|
- margin-right: 142rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_4 {
|
|
|
- width: 24rpx;
|
|
|
- height: 24rpx;
|
|
|
- margin: 8rpx 0 8rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.text_7 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(255, 175, 54, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 40rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_8 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin: 24rpx 574rpx 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_9 {
|
|
|
- width: 686rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.text_9 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_5 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: 6rpx 0 6rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_10 {
|
|
|
- background-color: rgba(238, 238, 238, 1.000000);
|
|
|
- width: 686rpx;
|
|
|
- height: 2rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.box_11 {
|
|
|
- width: 686rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.text-group_4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.text_10 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-right: 84rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_11 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_6 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: 66rpx 0 6rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_12 {
|
|
|
- background-color: rgba(238, 238, 238, 1.000000);
|
|
|
- width: 686rpx;
|
|
|
- height: 2rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.box_13 {
|
|
|
- width: 686rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.text-group_5 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.text_12 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-right: 84rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_13 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.thumbnail_7 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: 66rpx 0 6rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-.box_14 {
|
|
|
- background-color: rgba(238, 238, 238, 1.000000);
|
|
|
- width: 686rpx;
|
|
|
- height: 2rpx;
|
|
|
- align-self: center;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.box_15 {
|
|
|
- background-color: rgba(255, 255, 255, 1.000000);
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 24rpx 32rpx 32rpx 32rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_14 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-right: 574rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text-wrapper_2 {
|
|
|
- background-color: rgba(250, 250, 250, 1.000000);
|
|
|
- border-radius: 16rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 24rpx 186rpx 212rpx 24rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_15 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 44rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.box_16 {
|
|
|
- box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.030000);
|
|
|
- background-color: rgba(255, 255, 255, 1.000000);
|
|
|
- margin-top: 24rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 24rpx 32rpx 24rpx 32rpx;
|
|
|
- position: fixed;
|
|
|
- bottom: 24rpx;
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-.text_16 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 40rpx;
|
|
|
- margin: 0 294rpx 0 32rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.box_17 {
|
|
|
- background-color: rgba(255, 246, 206, 1.000000);
|
|
|
- border-radius: 60rpx;
|
|
|
- width: 686rpx;
|
|
|
- margin-top: 16rpx;
|
|
|
- padding-left: 32rpx;
|
|
|
- flex-direction: row;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
-}
|
|
|
-
|
|
|
-.text_17 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-weight: normal;
|
|
|
- text-align: center;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 40rpx;
|
|
|
- margin-top: 36rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_18 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(17, 17, 17, 1);
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: PingFangSC-Medium;
|
|
|
- font-weight: 500;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 52rpx;
|
|
|
- margin: 28rpx 0 0 8rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text-wrapper_3 {
|
|
|
- background-color: rgba(255, 224, 92, 1.000000);
|
|
|
- border-radius: NaNrpx;
|
|
|
- margin-left: 242rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 30rpx 78rpx 30rpx 78rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.text_19 {
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(17, 17, 17, 1);
|
|
|
- font-size: 32rpx;
|
|
|
- font-family: PingFangSC-Medium;
|
|
|
- font-weight: 500;
|
|
|
- text-align: center;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 48rpx;
|
|
|
+.page{
|
|
|
+ background: #F7F7F7;
|
|
|
+}
|
|
|
+.group{
|
|
|
+ background: #FFFFFF;
|
|
|
+ padding: 0 32rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.group2{
|
|
|
+ background: #FFFFFF;
|
|
|
+ padding: 0 32rpx;
|
|
|
+ height: 212rpx;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.groupItem{
|
|
|
+ height: 154rpx;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+
|
|
|
+}
|
|
|
+.groupItemKey{
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+.groupItemContent{
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+}
|
|
|
+.hint{
|
|
|
+ width: 24rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ border-radius: 12rpx;
|
|
|
+ text-align: center;
|
|
|
+ background: #FFAF36;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 18rpx;
|
|
|
+}
|
|
|
+.hintCentent{
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFAF36;
|
|
|
+ line-height: 24rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+}
|
|
|
+.textareaView{
|
|
|
+ height: 280rpx;
|
|
|
+ background: #FAFAFA;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin-top: 16rpx;
|
|
|
+ margin-bottom: 32rpx;
|
|
|
+
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+ padding: 24rpx;
|
|
|
+}
|
|
|
+.btnTitle{
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ margin-left: 32rpx;
|
|
|
+ margin-top: 24rpx;
|
|
|
+}
|
|
|
+.btn{
|
|
|
+ width: 686rpx;
|
|
|
+ height: 108rpx;
|
|
|
+ background: #FFF6CE;
|
|
|
+ border-radius: 60rpx;
|
|
|
+ margin-top: 16rpx;
|
|
|
+}
|
|
|
+.title{
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 108rpx;
|
|
|
+ margin-top: 32rpx;
|
|
|
+ margin-left: 32rpx;
|
|
|
+}
|
|
|
+.num{
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: bord;
|
|
|
+ color: #111111;
|
|
|
+ line-height: 108rpx;
|
|
|
+ margin-left: 8rpx;
|
|
|
+
|
|
|
+}
|
|
|
+.btnRight{
|
|
|
+ width: 220rpx;
|
|
|
+ height: 108rpx;
|
|
|
+ background: #FFE05C;
|
|
|
+ border-radius: 0rpx 60rpx 60rpx 0rpx;
|
|
|
+
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #111111;
|
|
|
+ line-height: 108rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.marginTop{
|
|
|
+ margin-top: 24rpx;
|
|
|
}
|