70 lines
960 B
Plaintext
70 lines
960 B
Plaintext
.add_tform {
|
|
|
|
.select-240 {
|
|
width: 240px;
|
|
height: 32px;
|
|
}
|
|
|
|
.select-496 {
|
|
width: 496px;
|
|
height: 32px;
|
|
}
|
|
|
|
.mar-16 {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.title-input {
|
|
width: 496px;
|
|
height: 32px;
|
|
}
|
|
|
|
.form-item-left {
|
|
margin-right: 40px;
|
|
}
|
|
}
|
|
|
|
.text-box {
|
|
margin-top: 30px;
|
|
|
|
width: calc(100% - 150px);
|
|
|
|
.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;
|
|
.t-button:nth-of-type(1) {
|
|
margin-right: 20px;
|
|
}
|
|
.upload {
|
|
.t-button__text{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.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;
|
|
}
|