litian
2024-06-26 ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd
packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss
@@ -1,5 +1,7 @@
/* pages/bookServices/detail/components/suggest/suggest.wxss */
.t-input__placeholder {
.t-input__wrap .t-input__content,
.t-input__control {
  font-size: 28rpx !important;
}
@@ -75,13 +77,13 @@
}
.phone {
  margin-bottom: 16rpx;
  --td-input-border-radius: 20rpx;
  border-radius: 20rpx;
}
.phone-input {
  width: 100%;
  margin-bottom: 16rpx;
}
.submit-btn {
@@ -111,10 +113,7 @@
  font-weight: bold;
}
.t-input__placeholder {
  font-size: 28rpx;
}
.phone-input .t-input__placeholder {
.phone-input .input-placeholder {
  font-size: 28rpx !important
}