57 lines
959 B
CSS
57 lines
959 B
CSS
.add_tform .select-240 {
|
|
width: 240px;
|
|
height: 32px;
|
|
}
|
|
.add_tform .select-496 {
|
|
width: 496px;
|
|
height: 32px;
|
|
}
|
|
.add_tform .mar-16 {
|
|
margin-right: 16px;
|
|
}
|
|
.add_tform .title-input {
|
|
width: 496px;
|
|
height: 32px;
|
|
}
|
|
.add_tform .form-item-left {
|
|
margin-right: 40px;
|
|
}
|
|
.text-box {
|
|
margin-top: 30px;
|
|
width: calc(100% - 150px);
|
|
}
|
|
.text-box .text-title {
|
|
margin-bottom: 10px;
|
|
color: #333333;
|
|
font-size: 14px;
|
|
}
|
|
.sub-btn {
|
|
width: calc(100% - 150px);
|
|
margin-top: 20px;
|
|
text-align: right;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.sub-btn .t-button:nth-of-type(1) {
|
|
margin-right: 20px;
|
|
}
|
|
.sub-btn .upload .t-button__text {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.sub-btn .upload .t-icon {
|
|
margin-right: 5px;
|
|
}
|
|
.page-title {
|
|
margin: 20px 0 30px 0;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
.tox-statusbar__branding {
|
|
display: none !important;
|
|
}
|
|
.choose-user .user-select {
|
|
width: 420px !important;
|
|
}
|