|
|
@@ -1,5 +1,5 @@
|
|
|
/**底部的样式*/
|
|
|
-.bottom-class{
|
|
|
+.bottom-class {
|
|
|
position: fixed;
|
|
|
bottom: 20rpx;
|
|
|
width: 100%;
|
|
|
@@ -8,19 +8,20 @@
|
|
|
border-top: 2rpx solid #efefef;
|
|
|
z-index: 2;
|
|
|
display: flex;
|
|
|
- }
|
|
|
- /**底部保存按钮的样式*/
|
|
|
- .save-button-class{
|
|
|
+}
|
|
|
+
|
|
|
+/**底部保存按钮的样式*/
|
|
|
+.save-button-class {
|
|
|
width: 640rpx;
|
|
|
- background: #1B365D !important;
|
|
|
+ background: #3E69F6 !important;
|
|
|
border-radius: 15rpx !important;
|
|
|
- color:#fff !important;
|
|
|
+ color: #fff !important;
|
|
|
font-size: 16px !important;
|
|
|
font-weight: 500 !important;
|
|
|
- }
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
-
|
|
|
- .task-progress {
|
|
|
+.task-progress {
|
|
|
margin-left: 30rpx;
|
|
|
width: calc(100% - 60rpx);
|
|
|
background: #FFFFFF;
|
|
|
@@ -28,21 +29,61 @@
|
|
|
border-radius: 15rpx;
|
|
|
margin-top: 30rpx;
|
|
|
margin-bottom: -15rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .task-progress-header {
|
|
|
+}
|
|
|
+
|
|
|
+.task-progress-header {
|
|
|
display: flex;
|
|
|
- background: linear-gradient(90.12deg, #9BCBEB 0.13%, #D9F0FF 99.92%);
|
|
|
+ background: linear-gradient(91.65deg, #D9E6FF 3.83%, #F5F9FF 55.06%);
|
|
|
padding: 24rpx;
|
|
|
border-radius: 15rpx 15rpx 0px 0px;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
- }
|
|
|
-
|
|
|
- .task-progress-header-name {
|
|
|
+}
|
|
|
+
|
|
|
+.task-progress-header-name {
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 16px;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #002340;
|
|
|
+ font-family: 'PingFang SC';
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.helper-view {
|
|
|
+ margin-left: 34rpx;
|
|
|
+ width: calc(100% - 68rpx - 48rpx);
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
|
|
|
+ border-radius: 15rpx;
|
|
|
+ padding: 24rpx;
|
|
|
+ margin-top: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.helper-view-header {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.helper-view-header-name {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.help-view-content {
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #95A8CB;
|
|
|
font-family: 'PingFang SC';
|
|
|
- }
|
|
|
+}
|
|
|
+
|
|
|
+.help-view-content-item-text {
|
|
|
+ margin-top: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.help-view-content-item-text-end {
|
|
|
+ display: flex;
|
|
|
+ justify-content: left;
|
|
|
+ align-items: center;
|
|
|
+}
|