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.
40 lines
879 B
40 lines
879 B
/* pages/viewSchema/viewSchema.wxss */
|
|
.content {
|
|
margin-top: 20rpx;
|
|
padding-top: 1rpx;
|
|
padding-bottom: 1rpx;
|
|
width: 750rpx;
|
|
background-color: #ffffff;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-title {
|
|
margin: 20rpx;
|
|
margin-left: 20rpx;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.content-list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.content-title-item{
|
|
width: 180rpx;
|
|
flex-shrink: 0;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
/** 文件上传样式 **/
|
|
.txt-upload{flex: 1; color: blue; font-size: 24rpx; width: 520rpx;}
|
|
.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;} |