|
@@ -45,6 +45,7 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
+ <view class="custom">自定义输入</view>
|
|
|
</view>
|
|
|
<view class="attachment">
|
|
|
<view class="attachment_t">
|
|
@@ -327,7 +328,7 @@ export default {
|
|
|
.basics{
|
|
|
margin: 0 30rpx;
|
|
|
width: 690rpx;
|
|
|
- height: 562rpx;
|
|
|
+ height: 632rpx;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 20rpx;
|
|
|
padding: 30rpx 28rpx 0;
|
|
@@ -413,6 +414,20 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .custom{
|
|
|
+ width: 150rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ border-radius: 10rpx 10rpx 10rpx 10rpx;
|
|
|
+ opacity: 1;
|
|
|
+ border: 1rpx solid #0183FA;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: PingFang SC-Medium, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #0183FA;
|
|
|
+ line-height: 60rpx;
|
|
|
+ text-align: center;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
}
|
|
|
.attachment{
|
|
|
width: 690rpx;
|