/* pages/bookServices/detail/components/suggest/suggest.wxss */
|
|
.t-input__wrap .t-input__content,
|
.t-input__control {
|
font-size: 28rpx !important;
|
}
|
|
.placeholder {
|
color: rgba(0, 0, 0, 0.26);
|
line-height: 96rpx;
|
height: 96rpx !important;
|
display: flex;
|
align-items: center;
|
}
|
|
.dialog-input {
|
padding-top: 12px;
|
padding-bottom: 12px;
|
text-align: left;
|
margin-top: 32rpx;
|
border-radius: 8rpx;
|
background-color: #f3f3f3;
|
box-sizing: border-box;
|
}
|
|
.placeholder {
|
color: rgba(0, 0, 0, 0.4);
|
line-height: 96rpx;
|
}
|
|
|
|
.demo-rate__title {
|
width: 200rpx;
|
}
|
|
.demo-rate__transparent {
|
background-color: transparent;
|
padding-left: 32rpx;
|
border: 0;
|
}
|
|
.block {
|
position: relative;
|
width: 240px;
|
height: 240px;
|
background: #fff;
|
border-radius: 16rpx;
|
}
|
|
.close-btn {
|
position: absolute;
|
left: 50%;
|
margin-left: -32rpx;
|
bottom: calc(-1 * (48rpx + 64rpx));
|
}
|
|
.wrapper {
|
margin: 32rpx;
|
display: block;
|
}
|
|
.content {
|
position: relative;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
border-radius: 40rpx;
|
padding: 100rpx 40rpx 0rpx 40rpx;
|
width: 600rpx;
|
background-image: linear-gradient(to bottom, #FFF8E5, #fffcf5);
|
}
|
|
.demo-rate {
|
width: 350rpx;
|
margin: 20rpx 0;
|
}
|
|
.phone {
|
margin-bottom: 16rpx;
|
--td-input-border-radius: 20rpx;
|
border-radius: 20rpx;
|
}
|
|
.phone-input {
|
width: 100%;
|
}
|
|
.submit-btn {
|
padding: 40rpx;
|
--td-button-border-radius: 60rpx;
|
--td-button-primary-bg-color: #ff6c00;
|
--td-button-primary-border-color: #ff6c00;
|
--td-button-primary-active-bg-color: #ff984d;
|
--td-button-primary-active-border-color: #ff984d;
|
}
|
|
.top-icon {
|
top: -50rpx;
|
left: 40%;
|
position: absolute;
|
}
|
|
.top-icon image {
|
width: 146rpx;
|
height: 146rpx;
|
}
|
|
.top-title {
|
width: 160rpx;
|
color: #0F1214;
|
font-size: 40rpx;
|
font-weight: bold;
|
}
|
|
|
.phone-input .input-placeholder {
|
font-size: 28rpx !important
|
}
|