fix: 界面功能优化,完成基础信息和心路历程优化。
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
<u-form-item label="内容" prop="remark" required labelPosition="top">
|
||||
<u--textarea v-model="form.remark" placeholder="请填写内容" border="none" autoHeight inputAlign="right" count
|
||||
maxlength="20000" style="padding:18rpx 0;"></u--textarea>
|
||||
<u--textarea v-model="form.remark" placeholder="请填写内容" border="none" autoHeight count
|
||||
maxlength="20000" style="padding:18rpx 0; min-height: 300rpx;"></u--textarea>
|
||||
</u-form-item>
|
||||
</u--form>
|
||||
<view class="form-btn">
|
||||
@@ -166,11 +166,28 @@ onLoad((option) => {
|
||||
|
||||
.section-title {
|
||||
width: 360rpx;
|
||||
color: #333333;
|
||||
color: #fff;
|
||||
line-height: 44rpx;
|
||||
font-size: 30rpx;
|
||||
border-left: 6rpx solid #2681FF;
|
||||
padding-left: 26rpx;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
padding: 16rpx 26rpx;
|
||||
margin: -16rpx -24rpx 20rpx;
|
||||
border-radius: 8rpx 8rpx 0 0;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 26rpx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 6rpx;
|
||||
height: 28rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 3rpx;
|
||||
}
|
||||
|
||||
padding-left: 52rpx;
|
||||
}
|
||||
|
||||
.form-view {
|
||||
@@ -178,6 +195,15 @@ onLoad((option) => {
|
||||
|
||||
.form-btn {
|
||||
padding-top: 20rpx;
|
||||
|
||||
::v-deep .u-button {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border: none;
|
||||
border-radius: 12rpx;
|
||||
height: 88rpx;
|
||||
font-size: 32rpx;
|
||||
box-shadow: 0 8rpx 16rpx rgba(102, 126, 234, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user