packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss
@@ -60,6 +60,9 @@
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40rpx;
  padding: 100rpx 40rpx 0rpx 40rpx;
  width: 600rpx;
@@ -68,7 +71,7 @@
.demo-rate {
  width: 350rpx;
  margin: 20rpx auto 20rpx auto;
  margin: 20rpx 0;
}
.phone {
@@ -77,6 +80,9 @@
  border-radius: 20rpx;
}
.phone-input {
  width: 100%;
}
.submit-btn {
  padding: 40rpx;
@@ -100,8 +106,15 @@
.top-title {
  width: 160rpx;
  margin: 0 auto;
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
}
.t-input__placeholder {
  font-size: 28rpx;
}
.phone-input .t-input__placeholder {
  font-size: 28rpx !important
}