|
@@ -489,9 +489,13 @@
|
|
|
margin: 0 20rpx;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
margin: 0 20rpx;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
.list-row{border-bottom: 2rpx solid #eee;color: #333;box-sizing: border-box;padding: 36rpx 0;
|
|
.list-row{border-bottom: 2rpx solid #eee;color: #333;box-sizing: border-box;padding: 36rpx 0;
|
|
|
display: flex;align-items: center;position: relative;}
|
|
display: flex;align-items: center;position: relative;}
|
|
|
|
|
+ .select-picker-box{flex: 1;display: flex;flex-flow: column;}
|
|
|
|
|
+ .list-status-item{flex: 1;margin-right: 32rpx;text-align: right;color: #333;}
|
|
|
|
|
+ .list-between-row{justify-content: space-between;}
|
|
|
|
|
+ .between-row-item{display: flex;align-items: center;}
|
|
|
.jt-icon{
|
|
.jt-icon{
|
|
|
width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
- position: absolute;right: 0;transform: rotate(270deg);
|
|
|
|
|
|
|
+ position: absolute;right: 0;transform: rotate(270deg);flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
.list-row:last-child{border: 0;}
|
|
.list-row:last-child{border: 0;}
|
|
|
.list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 32rpx;}
|
|
.list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 32rpx;}
|
|
@@ -752,8 +756,9 @@
|
|
|
.ht-qm-box{flex: 1;}
|
|
.ht-qm-box{flex: 1;}
|
|
|
.qm-tip-box{background-color: #fff;border-radius: 6rpx;margin: 24rpx;
|
|
.qm-tip-box{background-color: #fff;border-radius: 6rpx;margin: 24rpx;
|
|
|
padding: 16rpx 24rpx;box-sizing: border-box;}
|
|
padding: 16rpx 24rpx;box-sizing: border-box;}
|
|
|
- .lime-signature{width: 100%!important;height: 400rpx!important;
|
|
|
|
|
- background-color: #f0f9f8;border-radius: 8rpx;margin-top: 10rpx;}
|
|
|
|
|
|
|
+ .lime-signature{
|
|
|
|
|
+ // width: 100%!important;height: 400rpx!important;
|
|
|
|
|
+ background-color: #f0f9f8;border-radius: 8rpx;margin: 10rpx auto 0;}
|
|
|
.qm-tip-text{font-size: 24rpx;color: #333;margin: 48rpx 0 12rpx;line-height: 1.6;}
|
|
.qm-tip-text{font-size: 24rpx;color: #333;margin: 48rpx 0 12rpx;line-height: 1.6;}
|
|
|
.ht-btn-box{
|
|
.ht-btn-box{
|
|
|
display: flex;margin: 32rpx 80rpx;position: absolute;bottom: 0;left: 0;right: 0;
|
|
display: flex;margin: 32rpx 80rpx;position: absolute;bottom: 0;left: 0;right: 0;
|