| | |
| | | } |
| | | |
| | | .select-item-textarea { |
| | | // background: $tab_background; |
| | | background: $inp-b; |
| | | background: $tab_background; |
| | | // background: $inp-b; |
| | | padding: 0 15px; |
| | | align-items: center; |
| | | height: 120px; |
| | |
| | | } |
| | | |
| | | .tips { |
| | | // background: $tab_background; |
| | | background: $inp-b; |
| | | background: $tab_background; |
| | | border-radius: 3px; |
| | | |
| | | .tip-title { |
| | |
| | | } |
| | | |
| | | :deep(.van-cell) { |
| | | // background: $tab_background; |
| | | background: $inp-b; |
| | | background: $tab_background; |
| | | color: $text_color; |
| | | |
| | | input { |
| | | color: $log-c; |
| | | color: $text_color; |
| | | } |
| | | } |
| | | |
| | | :deep(.van-field__control) { |
| | | // color: $text_color; |
| | | color: $log-c; |
| | | color: $text_color; |
| | | } |
| | | </style> |