flat: 消息
This commit is contained in:
@@ -183,6 +183,10 @@
|
||||
</view>
|
||||
<!-- btn -->
|
||||
<CollapseTransition :show="showfile">
|
||||
<view class="area-tips">
|
||||
<uni-icons type="info-filled" color="#ADADAD" size="15"></uni-icons>
|
||||
上传后自动解析简历内容
|
||||
</view>
|
||||
<view class="area-file">
|
||||
<view class="file-card" @click="uploadCamera">
|
||||
<image class="card-img" src="/static/icon/file1.png"></image>
|
||||
@@ -957,12 +961,18 @@ image-margin-top = 40rpx
|
||||
transform: rotate(45deg)
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
.area-tips{
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #434343;
|
||||
margin-top: 18rpx
|
||||
}
|
||||
.area-file
|
||||
display: grid
|
||||
width: 100%
|
||||
grid-template-columns: repeat(3, 1fr)
|
||||
grid-gap: 20rpx
|
||||
padding: 32rpx 0 0 0;
|
||||
padding: 20rpx 0 0 0;
|
||||
.file-card
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
Reference in New Issue
Block a user