pc-master #270

Merged
xiaomeng merged 3 commits from pc-master into portal 2025-08-19 03:07:17 +00:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit d0f4edc6ac - Show all commits

View File

@ -2903,13 +2903,17 @@ textarea {
align-items: center;
padding: 0 20px;
margin-bottom: 30px;
color: #FFFFFF;
}
.input-100-view input {
color: #FFFFFF;
}
.input-100-view .title {
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}
.input-100-view span {

View File

@ -3082,11 +3082,14 @@ textarea {
padding: 0 20px;
margin-bottom: 30px;
color: #FFFFFF;
input{
color: #FFFFFF;}
.title {
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}
span {