You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
446 B

/* home/components/finish/finish.wxss */
@import "../../pages/completion/completion.wxss";
/** 文件上传样式 **/
.txt-upload{flex: 1; color: blue; font-size: 24rpx; width: 100%;}
.txt-upload-list{ display: flex; justify-content: space-between; margin:4rpx 0 20rpx;}
.txt-upload-list text:first-child{flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.txt-upload-list text:last-child{width: 80rpx; margin-left: 20rpx;}