/* packageDomain/pages/publickBookForm/index.wxss */
|
page {
|
background: #F2F3F8;
|
}
|
|
.container {
|
width: 100vw;
|
height: 100vh;
|
}
|
|
.content {
|
height: calc(100vh - env(safe-area-inset-bottom));
|
box-sizing: border-box;
|
}
|
|
.tips {
|
line-height: 24px;
|
font-size: 28rpx;
|
padding: 5px;
|
background: rgba(255, 108, 0, 0.1);
|
color: #ff6c00;
|
/* text-align: center; */
|
margin: 0 auto 20rpx auto;
|
}
|
|
.page-body {
|
font-size: 28rpx;
|
}
|
|
.baseInfoBox {
|
background: #fff;
|
margin-top: 20rpx;
|
border-radius: 10rpx;
|
padding: 30rpx;
|
}
|
|
.baseInfoBox .from-item {
|
margin-bottom: 20rpx;
|
}
|
|
.baseInfoBox .from-item .label {
|
/* height: 68rpx; */
|
line-height: 68rpx;
|
}
|
|
.t-input__tips,
|
.from-item .label .icon {
|
color: #f56c6c !important;
|
margin-right: 5rpx;
|
}
|
|
.empty {
|
/* padding: 0 10rpx; */
|
}
|
|
.t-input {
|
padding: 0 !important;
|
}
|
|
.t-input__content,
|
.t-textarea {
|
border: 2rpx solid #D9D9D9 !important;
|
padding: 10rpx !important;
|
}
|
|
.from-item .item-content {
|
width: 100%;
|
}
|
|
.t-input__placeholder,
|
.t-textarea__placeholder {
|
font-size: 28rpx !important
|
}
|
|
.t-input__wrap .t-input__content,
|
.t-input__control {
|
font-size: 28rpx !important;
|
}
|
|
.submit {
|
background: #ff6c00;
|
color: #fff;
|
border-radius: 50rpx;
|
}
|