|
|
@@ -10,7 +10,7 @@
|
|
|
<image :src="water" class="rotate-water" />
|
|
|
<view class="rotationflow-time">
|
|
|
<view class="rotationflow-time-title" style="font-size: 28px">{{
|
|
|
- currentFq.name
|
|
|
+ currentFq.name || '--'
|
|
|
}}</view>
|
|
|
<!-- <view class="rotationflow-time-content"> {{ time }}</view> -->
|
|
|
<view class="rotationflow-time-label">{{ label }}</view>
|
|
|
@@ -323,10 +323,11 @@ uni-page-wrapper {
|
|
|
),
|
|
|
linear-gradient(102deg, #bfeadd 6.77%, #b8f1e7 40.15%, #b9eef5 84.02%);
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 140rpx);
|
|
|
+ height: calc(100vh - 100rpx);
|
|
|
overflow: hidden;
|
|
|
overflow-y: scroll;
|
|
|
margin-bottom: 140rpx;
|
|
|
+ position: relative;
|
|
|
.rotationflow-top {
|
|
|
height: 500rpx;
|
|
|
width: 100%;
|
|
|
@@ -389,11 +390,11 @@ uni-page-wrapper {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.rotationflow-time-label {
|
|
|
- width: 100rpx;
|
|
|
+ width: 140rpx;
|
|
|
color: #687a74;
|
|
|
text-align: left;
|
|
|
font-family: 'Source Han Sans CN VF';
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
}
|
|
|
@@ -401,7 +402,7 @@ uni-page-wrapper {
|
|
|
}
|
|
|
.rotationflow-middle {
|
|
|
display: flex;
|
|
|
- padding: 0 32rpx;
|
|
|
+ padding: 0 48rpx;
|
|
|
margin: 32rpx 0;
|
|
|
.rotationflow-middle-item {
|
|
|
width: 25%;
|
|
|
@@ -433,7 +434,7 @@ uni-page-wrapper {
|
|
|
background-color: #fff;
|
|
|
border-radius: 16rpx;
|
|
|
padding: 32rpx;
|
|
|
- width: calc(100% - 64rpx);
|
|
|
+ width: calc(100% - 128rpx);
|
|
|
margin-left: 32rpx;
|
|
|
margin-bottom: 140rpx;
|
|
|
&::before {
|
|
|
@@ -502,14 +503,13 @@ uni-page-wrapper {
|
|
|
.rotationflow-content-list-item {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- margin-top: 8rpx;
|
|
|
+ margin: 16rpx 0;
|
|
|
color: #042118;
|
|
|
text-align: right;
|
|
|
font-family: 'Source Han Sans CN VF';
|
|
|
font-size: 28rpx;
|
|
|
font-weight: 400;
|
|
|
.rotationflow-content-list-item-desc {
|
|
|
- margin-right: 32rpx;
|
|
|
}
|
|
|
.rotationflow-content-list-item-current {
|
|
|
color: #14a478;
|
|
|
@@ -541,6 +541,7 @@ uni-page-wrapper {
|
|
|
align-items: center;
|
|
|
background: #fff;
|
|
|
box-shadow: 0 -4rpx 8rpx 0 #00000026;
|
|
|
+ z-index: 9999;
|
|
|
.rotationflow-footer-item {
|
|
|
width: calc(100% - 64rpx);
|
|
|
margin: 0 32rpx;
|