@@ -348,19 +348,11 @@ export default {
.tui-title {
width: 210upx;
color: $fontColor2;
- &.required::before {
- content: '*';
- color: #ff0000;
- margin-right: 4upx;
- }
}
.tui-input {
width: calc(100% - 210upx);
font-size: 28upx;
- .tui-placeholder {
- color: #ccc;
.phcolor {
color: #ccc;
@@ -559,13 +551,4 @@ export default {
opacity: 1;
-
-@keyframes fadeOut {
- from {
- opacity: 1;
- to {
- opacity: 0;
-}
</style>