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.

12 lines
1013 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;}
.detail-tab{display: flex; justify-content: space-between; height: 90rpx; border-bottom: 1px solid #f0f0f0; color: #666666; position: sticky; top: 0; background: #FFF; z-index: 99; overflow: auto; background-color: #FFF;}
.detail-tab>view{flex: 1; text-align: center; line-height: 82rpx; font-size: 28rpx; position: relative; white-space: nowrap; word-break: break-all; margin: 0 20rpx;}
.detail-tab>view.active{color: #333333; font-size: 32rpx;}
.detail-tab>view .actived{width: 60rpx; height: 6rpx; background-color: #0a6597; border-radius: 3rpx; margin: 0 auto;}