|
@@ -46,11 +46,6 @@ label {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.btn-upload {
|
|
|
- width: 93rpx;
|
|
|
- height: 94rpx;
|
|
|
-}
|
|
|
-
|
|
|
.tip {
|
|
|
width: 100%;
|
|
|
padding-bottom: 20rpx;
|
|
@@ -59,23 +54,42 @@ label {
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
}
|
|
|
|
|
|
-.name {
|
|
|
+.box {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- margin: 40rpx 0 30rpx;
|
|
|
+ height: 74rpx;
|
|
|
|
|
|
.value {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ align-items: center;
|
|
|
width: calc(100% - 150rpx);
|
|
|
+ text-align: right;
|
|
|
+ color: rgba(107, 133, 89, 1);
|
|
|
+
|
|
|
+ & > view {
|
|
|
+ line-height: 42rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+
|
|
|
+ &.placeholder {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
input {
|
|
|
- display: block;
|
|
|
width: 100%;
|
|
|
height: 44rpx;
|
|
|
+ padding-right: 9rpx;
|
|
|
font-size: 28rpx;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
- text-align: right;
|
|
|
+ color: inherit;
|
|
|
+ }
|
|
|
+
|
|
|
+ .arrow {
|
|
|
+ margin-left: 6rpx;
|
|
|
+ width: 9rpx;
|
|
|
+ height: 15rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -111,31 +125,6 @@ label {
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
}
|
|
|
|
|
|
-.type {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 22rpx 0 16rpx;
|
|
|
-
|
|
|
- .value {
|
|
|
- width: 562rpx;
|
|
|
- line-height: 42rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- color: rgba(107, 133, 89, 1);
|
|
|
- text-align: right;
|
|
|
-
|
|
|
- &.placeholder {
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .arrow {
|
|
|
- margin-left: 6rpx;
|
|
|
- width: 9rpx;
|
|
|
- height: 15rpx;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
button.btn-submit {
|
|
|
width: 627rpx;
|
|
|
height: 80rpx;
|