| | |
| | | //变量 |
| | | $gd-placeholder: #86909C; |
| | | |
| | | .gd-table { |
| | | height: 0; |
| | |
| | | border-bottom: 1px solid #DBDFF1 !important; |
| | | |
| | | .cell { |
| | | padding: 0; |
| | | padding-left: 16px; |
| | | |
| | | padding: 0 0 0 16px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | |
| | | height: 56px; |
| | | |
| | | .cell { |
| | | padding: 0; |
| | | padding-left: 16px; |
| | | |
| | | padding: 0 0 0 16px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | .gd-input { |
| | | .el-input__wrapper { |
| | | .el-input__wrapper,.el-textarea__inner { |
| | | padding: 0 8px !important; |
| | | background: #DDE2ED; |
| | | background: #F2F3F5; |
| | | box-shadow: none !important; |
| | | border: none; |
| | | } |
| | | |
| | | .el-input__inner { |
| | | color: #383874; |
| | | |
| | | &::placeholder { |
| | | color: #A1A3D4; |
| | | } |
| | | .el-input__inner,.el-textarea__inner { |
| | | &::placeholder { |
| | | color: $gd-placeholder; |
| | | } |
| | | } |
| | | |
| | | |
| | | &.is-disabled { |
| | | .el-input__wrapper { |
| | | background-color: #DDE2ED; |
| | | background: #DDE2ED; |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | .el-select__placeholder { |
| | | &.is-transparent { |
| | | color: #A1A3D4 !important; |
| | | color: $gd-placeholder !important; |
| | | } |
| | | |
| | | &.el-select__selected-item { |
| | |
| | | color: #fff; |
| | | |
| | | &::placeholder { |
| | | color: #A1A3D4; |
| | | color: $gd-placeholder; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .el-textarea { |
| | | |
| | | .el-textarea__inner { |
| | | color: #fff; |
| | | background: #DDE2ED !important; |
| | | border: none; |
| | | box-shadow: none; |
| | | } |
| | | } |
| | | |
| | | .el-button { |
| | | color: #fff; |
| | | background: #DDE2ED !important; |
| | |
| | | } |
| | | } |
| | | |
| | | .el-input { |
| | | .el-input__wrapper { |
| | | padding: 0 8px !important; |
| | | background: #F2F3F5; |
| | | box-shadow: none !important; |
| | | border: none; |
| | | |
| | | .el-input__inner { |
| | | color: #383874; |
| | | |
| | | &::placeholder { |
| | | color: #86909C; |
| | | } |
| | | } |
| | | } |
| | | |
| | | &.is-disabled { |
| | | .el-input__wrapper { |
| | | background-color: #F2F3F5; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |