2023-04-21 15:39:57 +08:00

1277 lines
24 KiB
Plaintext

/* pages/edit/edit.wxss */
@import '../common//common.wxss';
.header {
padding: 30rpx;
font-size: 30rpx;
font-size: 0;
}
.container {
padding-bottom: 170rpx;
width: 100vw;
overflow-x: hidden;
background: #eeeff3;
}
.header image {
width: 88rpx;
height: 88rpx;
border-radius: 50%;
vertical-align: top;
}
.header .r {
display: inline-block;
width: calc(100% - 88rpx);
padding-left: 16rpx;
}
.header .username {
font-size: 30rpx;
color: #333;
line-height: 88rpx;
}
.header-tips {
color: #000000;
padding: 20px 30rpx;
padding: 0px 30rpx;
line-height: 1.6;
border-top: 20rpx solid #eeeff3;
font-size: 27rpx;
}
.header-tips .name-tips {
display: flex;
align-items: center;
justify-content: space-between;
color: #333333;
font-size: 30rpx;
line-height: 45rpx;
}
.header-tips .name-tips .box {
display: flex;
align-items: center;
font-weight: 650;
}
.header-tips .name-tips image {
width: 35rpx;
height: 40rpx;
margin-right: 15rpx;
}
.header-tips .name-tips text {
color: #7F7F7F;
line-height: 45rpx;
font-size: 24rpx;
}
.header-tips text {
color: #555555;
line-height: 45rpx;
}
.header-tips .name-tips .name-tips-unfold-btn {
height: 50rpx;
border: 2rpx solid #d7d7d7;
padding: 0 24rpx;
border-radius: 30rpx;
color: #7f7f7f;
display: flex;
align-items: center;
font-size: 21rpx;
}
.header-tips .name-tips .name-tips-unfold-btn image {
width: 18rpx;
height: 13rpx;
}
.bottomArrow {
width: 13rpx;
height: 13rpx;
border-bottom: 2rpx solid #7f7f7f;
border-right: 2rpx solid #7f7f7f;
transform: rotate(45deg);
margin-left: 5px;
}
.rightArrow {
width: 13rpx;
height: 13rpx;
border-top: 2rpx solid #7f7f7f;
border-right: 2rpx solid #7f7f7f;
transform: rotate(45deg);
margin-left: 5px;
}
.header-tips .name-tips-close-btn {
width: 34rpx;
height: 34rpx;
border: 2rpx solid #aaaaaa;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 30rpx;
}
.header-tips .name-tips-close-btn image {
width: 20rpx;
height: 14rpx;
}
.repeatedRelease,
.submitFailure {
position: fixed;
top: 0;
left: 0;
display: flex;
width: 750rpx;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1001;
align-items: flex-end;
flex-direction: column;
justify-content: flex-end;
}
.repeatedRelease .repeatedRelease-centre {
border-bottom: 1rpx dotted #d7d7d7;
}
.repeatedRelease .repeatedRelease-bottom {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 20rpx;
position: relative;
padding-top: 56rpx;
background-color: #f2f2f2;
margin: 30rpx 30rpx 50rpx;
}
.repeatedRelease .repeatedRelease-bottom .repeatedRelease-title {
display: flex;
align-items: center;
flex-direction: column;
color: #333;
font-size: 32rpx;
line-height: 32rpx;
font-weight: 650;
}
.repeatedRelease .repeatedRelease-bottom .repeatedRelease-title .repeatedRelease-title-icon {
display: flex;
align-items: center;
}
.repeatedRelease .repeatedRelease-bottom .repeatedRelease-title text {
height: 65rpx;
line-height: 65rpx;
}
.repeatedRelease .repeatedRelease-bottom .repeatedRelease-title image {
width: 42rpx;
height: 48rpx;
margin-right: 20rpx;
}
/* 黄色的点 */
.yellow-dot {
width: 7.5rpx;
height: 15rpx;
display: block;
background-color: rgba(255, 215, 82, 1);
margin-right: 20rpx;
border-radius: 30rpx;
}
.nearbySchool-yellow-dot {
width: 8rpx;
height: 16rpx;
display: block;
background-color: rgba(255, 215, 82, 1);
margin-right: 20rpx;
border-radius: 8rpx;
}
.serial-number {
height: 38rpx;
line-height: 38rpx;
padding: 0 20rpx;
background-color: rgba(255, 215, 82, 1);
display: inline-block;
border-radius: 22rpx 0 22rpx 0;
font-size: 20rpx;
margin-right: 22rpx;
}
.footer-btn {
position: fixed;
bottom: 0;
width: 750rpx;
height: 150rpx;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-top: 2rpx solid #d7d7d7;
padding: 0 25rpx;
z-index: 2;
}
.footer-btn .submit {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
height: 90rpx;
line-height: 90rpx;
background-color: #333333;
box-shadow: rgb(0 0 0 / 35%) 0px 0px 10rpx;
border-radius: 50rpx;
color: #fff;
font-weight: 400;
font-size: 36rpx;
}
.footer-btn .save1 {
margin-right: 30rpx;
color: #555;
background-color: #fff;
}
.trigger-rules-close-icon {
position: absolute;
top: 0rpx;
right: 30rpx;
width: 30rpx;
height: 30rpx;
transform: rotate(45deg);
padding: 25rpx 0rpx;
}
.edit-option-item {
border-bottom: 15rpx solid #eeeff3;
padding: 0 30rpx 45rpx;
}
.edit-box {
background-color: #fff;
border-radius: 60rpx 60rpx 0 0;
}
.edit-top {
height: 150rpx;
line-height: 150rpx;
display: flex;
justify-content: center;
align-items: center;
margin-top: 16rpx;
color: #333;
font-weight: 400;
font-size: 30rpx;
border-bottom: 2rpx dashed #d7d7d7;
font-size: 30rpx;
}
.edit-top .clickInputLeftArrow {
margin-right: 13px;
}
.edit-box .edit-top-img {
width: 26rpx;
height: 30rpx;
margin-right: 20rpx;
}
.clickInput-box {
margin-top: 55rpx;
}
.clickInput-box input {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 586rpx;
}
.clickInput-box:last-child {
/* padding-bottom: 45rpx; */
}
.clickInput-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.clickInput {
display: flex;
align-items: center;
justify-content: space-between;
border: 2rpx solid #d7d7d7;
padding: 0 30rpx;
height: 100rpx;
line-height: 100rpx;
border-radius: 10rpx;
margin-top: 28rpx;
}
.clickInput input {
width: 100%;
}
.clickInput-img {
width: 22rpx;
height: 13rpx;
transform: rotate(-90deg);
}
.clickInput-imgimg {
width: 22rpx;
height: 13rpx;
}
.homeVideo-box {
margin-top: 55rpx;
}
.homeVideo-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.homeVideo-add {
width: 178rpx;
height: 178rpx;
border: 2rpx solid #d3d3d3;
border-radius: 10rpx;
background-color: #f2f2f2;
display: flex;
justify-content: center;
align-items: center;
margin-top: 24rpx;
position: relative;
}
.homeVideo-add-video {
max-width: 100%;
max-height: 100%;
border-radius: 10rpx;
}
.homeVideo-add-img {
width: 38rpx;
height: 38rpx;
}
.homePhoto-box {
margin-top: 55rpx;
}
.homePhoto-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.homePhoto-add {
width: 178rpx;
height: 178rpx;
border: 2rpx solid #d3d3d3;
border-radius: 10rpx;
background-color: #f2f2f2;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.homePhoto-add-icon {
width: 38rpx;
height: 38rpx;
}
.homePhoto-add-img {
max-width: 100%;
max-height: 100%;
}
.red-dot {
position: absolute;
top: -16rpx;
right: -16rpx;
width: 32rpx;
height: 32rpx;
background-color: #c54235;
border-radius: 50%;
}
.homePhoto-boxes {
margin-top: 24rpx;
display: flex;
flex-wrap: wrap;
}
.homeVideo-videoplay {
width: 50rpx;
height: 50rpx;
position: absolute;
}
.clickInputLeftArrow {
width: 17rpx;
height: 17rpx;
border-bottom: 2rpx solid #7f7f7f;
border-right: 2rpx solid #7f7f7f;
transform: rotate(-45deg);
margin-left: 5px;
}
.clickInputBottomArrow {
width: 17rpx;
height: 17rpx;
border-bottom: 2rpx solid #7f7f7f;
border-right: 2rpx solid #7f7f7f;
transform: rotate(45deg);
margin-left: 5px;
}
.pop-up-arrow {
width: 20rpx;
height: 20rpx;
border-bottom: 7rpx solid #ffd752;
border-right: 7rpx solid #ffd752;
transform: rotate(45deg);
margin-top: -8rpx;
}
.pop-up {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 750rpx;
z-index: 1001;
display: flex;
align-items: flex-end;
background-color: rgba(0, 0, 0, 0.596078431372549);
}
.pop-up-box {
width: 100%;
background-color: #fff;
border-radius: 60rpx 60rpx 0 0;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
overflow-y: scroll;
/* z-index: 100; */
}
.pop-up-top {
width: 90rpx;
height: 46rpx;
line-height: 46rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: #f2f2f2;
border-radius: 0 0 50rpx 50rpx;
position: relative;
}
.pop-up-box .pop-up-title {
font-size: 42rpx;
margin-top: 80rpx;
font-weight: 650;
}
.AListOF-option {
flex-direction: column;
width: 100%;
}
.option-box {
display: flex;
width: 100%;
padding: 0 74rpx;
margin-top: 66rpx;
padding-bottom: 46rpx;
max-height: 60vh;
overflow: scroll;
}
.AListOF-option-item {
width: 100%;
}
.option-item {
height: 120rpx;
line-height: 120rpx;
text-align: center;
font-size: 30rpx;
background-color: #f2f2f2e0;
border-radius: 20rpx;
margin-bottom: 30rpx;
}
.pop-up-footer {
height: 150rpx;
line-height: 150rpx;
text-align: center;
font-size: 30rpx;
color: #000;
font-weight: 850;
border-top: 2rpx solid #d7d7d7;
width: 100%;
display: flex;
z-index: 2;
}
.pop-up-footer .pop-up-save,
.pop-up-footer .pop-up-nextStep {
flex: 1;
display: flex;
justify-content: center;
}
.pop-up-footer .pop-up-nextStep {
background-color: #000;
color: #fff;
}
.twoLines-option {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.twoLines-option .twoLines-option-item {
width: 270rpx;
}
.last-step-text {
color: #555555;
font-size: 24rpx;
margin-top: 40rpx;
line-height: 42rpx;
}
.unilineInput-box {
height: 120rpx;
line-height: 120rpx;
width: 100%;
margin: 0 30rpx;
background-color: #f4f4f4;
width: 690rpx;
border-radius: 15rpx;
display: flex;
padding: 0 20rpx;
margin-top: 70rpx;
margin-bottom: 150rpx;
}
.unilineInput-box input {
flex: 1;
height: 120rpx;
line-height: 120rpx;
}
.pop-up-skip {
font-size: 28rpx;
color: #555;
position: absolute;
top: 38rpx;
right: 30rpx;
display: flex;
align-items: center;
}
.intro {
margin: 30px;
text-align: center;
}
.picker {
height: 130rpx;
line-height: 130rpx;
background-color: rgba(98, 177, 255, 0.145098039215686);
width: 600rpx;
border-radius: 50rpx;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
color: #c40000;
}
.pickerpitch {
font-weight: bolder;
font-size: 30rpx;
}
.pop-up-HomeVideo .homeVideo-add {
margin-top: 72rpx;
margin-bottom: 132rpx;
}
.close-btn {
position: absolute;
width: 32rpx;
height: 32rpx;
background-color: #c40000;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50rpx;
transform: rotate(45deg);
top: -16rpx;
right: -16rpx;
}
.close-btn image {
width: 18rpx;
height: 18rpx;
}
.picker {
position: relative;
}
.picker::after,
.picker::before {
content: "";
height: 1px;
width: 100%;
position: absolute;
top: -1000px;
left: 0;
}
.pop-up-homePhoto-image-box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 15rpx;
margin-top: 70rpx;
margin-bottom: 76rpx;
}
.pop-up-homePhoto-image-box .homePhoto-add {
margin: 0 30rpx;
}
.pop-up-homePhoto-image {
width: 178rpx;
height: 178rpx;
border: 2rpx solid #d3d3d3;
border-radius: 10rpx;
margin: 0 30rpx 20rpx;
position: relative;
}
.pop-up-homePhoto-image .pop-up-homePhoto-image-item {
width: 178rpx;
height: 178rpx;
}
.pop-up-homePhoto-image.pop-up-homePhoto-image-kong {
border-style: dashed;
}
.multilineInput .last-step-text {
padding: 0 30rpx;
margin-bottom: 30rpx;
}
.numberwords {
display: flex;
align-self: flex-end;
color: #aaa;
height: 48rpx;
line-height: 24rpx;
padding-right: 24rpx;
padding-bottom: 24rpx;
}
.multilineInput .multilineInput-textarea {
width: 690rpx;
border-top: 2rpx dashed #d7d7d7;
padding: 30rpx;
min-height: 700rpx;
}
.nearSchool {}
.nearSchool .nearSchool-box {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 52rpx;
margin-bottom: 34rpx;
max-height: 60vh;
}
.nearSchool .nearSchool-item {
position: relative;
display: flex;
flex-direction: column;
border-radius: 20rpx;
width: 690rpx;
height: 242rpx;
border: 2rpx solid #d7d7d7;
margin-bottom: 30rpx;
}
.nearSchool .nearSchool-serial {
position: absolute;
width: 40rpx;
height: 40rpx;
border-radius: 20rpx 0 20rpx 0;
background-color: #ffd752;
display: flex;
justify-content: center;
align-items: center;
font-size: 16rpx;
color: #998232;
top: -2rpx;
left: -2rpx;
}
.nearSchool .nearSchool-input {
height: 102rpx;
display: block;
padding: 0 28rpx;
}
.nearSchool .nearSchool-textarea {
padding: 24rpx 30rpx;
border-top: 2rpx solid #d7d7d7;
width: 630rpx;
height: 80rpx;
}
.nearSchool .nearSchool-add {
display: flex;
width: 75rpx;
height: 75rpx;
justify-content: center;
align-items: center;
background-color: #f2f2f2;
border-radius: 50rpx;
margin-top: 44rpx;
}
.nearSchool .nearSchool-add image {
width: 34rpx;
height: 34rpx;
}
.yellowDot {
width: 9rpx;
height: 22rpx;
border-radius: 8rpx;
margin-right: 14rpx;
background-color: #ffd752;
}
.contactInformation .contactInformation-item .title {
display: flex;
align-items: center;
margin-bottom: 36rpx;
}
.contactInformation .contactInformation-box {
display: flex;
width: 690rpx;
flex-direction: column;
margin-top: 74rpx;
}
.contactInformation .contactInformation-item {
margin-bottom: 64rpx;
}
.contactInformation .contactInformation-wechat {
display: flex;
align-items: center;
justify-content: space-between;
width: 690rpx;
/* margin: 36rpx 0 66rpx; */
}
.contactInformation .contactInformation-wechat-item {
width: 330rpx;
height: 100rpx;
line-height: 100rpx;
background-color: #f4f4f4;
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.contactInformation .contactInformation-wechat-item .contactInformation-recommend {
position: absolute;
top: 0;
right: 0;
margin: 0;
width: 70rpx;
height: 70rpx;
}
.contactInformation .contactInformation-wechat-item image {
width: 28rpx;
height: 28rpx;
margin-right: 14rpx;
}
.contactInformation .contactInformation-input {
height: 116rpx;
line-height: 116rpx;
padding: 0 18rpx;
border: 2rpx solid #d7d7d7;
border-radius: 20rpx;
}
.contactInformation .last-step-text {
padding: 0 30rpx;
}
.contactInformation .contactInformation-wechat-input {
display: flex;
border: 2rpx solid #d7d7d7;
border-radius: 20rpx;
}
.contactInformation .contactInformation-wechat-input .already-uploaded,
.contactInformation .contactInformation-wechat-input input {
flex: 1;
border-right: 2rpx solid #d7d7d7;
height: 100rpx;
line-height: 100rpx;
padding-left: 20rpx;
}
.contactInformation .contactInformation-wechat-input .already-uploaded {
display: flex;
justify-content: center;
align-items: center;
}
.contactInformation .contactInformation-wechat-input .already-uploaded image {
width: 32rpx;
height: 32rpx;
margin-right: 16rpx;
}
.contactInformation .contactInformation-close {
display: flex;
justify-content: center;
align-items: center;
height: 100rpx;
line-height: 100rpx;
width: 82rpx;
}
.contactInformation .contactInformation-close image {
width: 26rpx;
height: 26rpx;
transform: rotate(45deg);
}
.ofDate .ofDate-week {
width: 100%;
display: flex;
justify-content: space-between;
/* padding: 0 64rpx; */
border-bottom: 2rpx dashed #d7d7d7;
line-height: 68rpx;
height: 68rpx;
margin-top: 66rpx;
padding: 0 25rpx;
}
.ofDate .ofDate-week .ofDate-week-item {
width: 100rpx;
text-align: center;
}
.ofDate .ofDate-box {
max-height: 55vh;
overflow: scroll;
}
.ofDate .ofDate-item {
margin-top: 78rpx;
}
.ofDate .ofDate-date {
display: flex;
flex-wrap: wrap;
/* justify-content: space-between; */
margin-top: 34rpx;
padding: 0 25rpx;
}
.ofDate .ofDate-blank,
.ofDate .ofDate-number {
width: 100rpx;
height: 95rpx;
line-height: 95rpx;
text-align: center;
color: #555;
}
.ofDate .ofDate-title {
color: #000;
font-size: 24rpx;
font-weight: 650;
text-align: center;
}
.ofDate .ofDate-number-already {
color: #D7D7D7;
}
.ofDate .ofDate-number-current {
position: relative;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
}
.ofDate .ofDate-number-current::before {
content: "";
width: 60rpx;
height: 60rpx;
background-color: #e5e8f0;
border-radius: 50rpx;
position: absolute;
z-index: -1;
}
.area .area-box {
border-top: 2rpx dashed #d7d7d7;
margin-top: 68rpx;
width: 100%;
display: flex;
height: 60vh;
overflow-y: scroll;
}
.area .area-box .area-region {
background-color: #f2f2f2;
}
.area .area-box .area-region-item {
height: 100rpx;
line-height: 100rpx;
width: 190rpx;
text-align: center;
}
.area .area-box .area-region-item.area-region-item-pitch {
background-color: #fff;
font-weight: 800;
display: flex;
justify-content: center;
align-items: center;
}
.area .area-box .yellow-dot {
width: 10rpx;
height: 28rpx;
background-color: #ffd752;
border-radius: 30rpx;
}
.area .area-box .area-district {
flex: 1;
height: 100%;
overflow-y: scroll;
}
.area .area-box .area-district .area-district-item {
height: 100rpx;
line-height: 100rpx;
padding-left: 45rpx;
border-bottom: 2rpx solid #f2f2f2;
}
.pageInput-box {
margin-top: 55rpx;
}
.pageInput {
border: 2rpx solid #d7d7d7;
display: flex;
justify-content: space-between;
height: 100rpx;
line-height: 100rpx;
align-items: center;
padding: 0 30rpx;
margin-top: 28rpx;
border-radius: 10rpx;
}
.pageInput input {
flex: 1;
height: 100rpx;
}
.pageInput text {
color: #555;
}
.contact-way-hint {
color: #ccae42;
display: flex;
justify-content: center;
align-items: center;
font-size: 25rpx;
margin-top: 55rpx;
}
.contact-way {
margin-top: 55rpx;
}
.contact-way .contact-way-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.contact-way .contact-way-input {
display: flex;
align-items: center;
justify-content: space-between;
border: 2rpx solid #d7d7d7;
padding: 0 30rpx;
height: 100rpx;
line-height: 100rpx;
border-radius: 10rpx;
margin-top: 28rpx;
width: 630rpx;
display: block;
}
.pageTextarea-box {
margin-top: 55rpx;
}
.pageTextarea-box .pageTextarea-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.pageTextarea-box .pageTextarea {
border: 2rpx solid #d7d7d7;
border-radius: 10rpx;
margin-top: 28rpx;
display: flex;
flex-direction: column;
}
.pageTextarea-box .pageTextarea .pageTextarea-numberwords {
display: flex;
justify-content: flex-end;
color: #aaa;
padding-right: 15rpx;
padding-bottom: 15rpx;
}
.pageTextarea-box .pageTextarea textarea {
min-height: 175rpx;
padding: 30rpx 30rpx 0;
width: 630rpx;
height: 230rpx;
}
.pageTextarea-box .pageTextarea input {
height: 100rpx;
padding: 0 30rpx;
width: 630rpx;
}
.nearbySchool {
margin-top: 55rpx;
}
.nearbySchool-box {
width: 690rpx;
border-radius: 10rpx;
border: 2rpx solid #d7d7d7;
padding: 0 30rpx;
margin-top: 28rpx;
}
.nearbySchool-box .nearbySchool-item {
display: flex;
flex-direction: column;
padding-top: 34rpx;
padding-bottom: 40rpx;
font-size: 24rpx;
}
.nearbySchool-box .nearbySchool-item:not(:last-child) {
border-bottom: 2rpx dashed #d7d7d7;
}
.nearbySchool-box .nearbySchool-item .nearbySchool-title {
display: flex;
align-items: center;
margin-bottom: 20rpx;
font-size: 25rpx;
line-height: 25rpx;
font-weight: 650;
}
.nearbySchool-box .nearbySchool-item .nearbySchool-title text {
display: block;
width: 600rpx;
word-break: break-all;
line-height: 30rpx;
}
.nearbySchool-box .nearbySchool-item .nearbySchool-content {
margin-left: 28rpx;
word-break: break-word;
line-height: 38rpx;
}
.nearbySchool-box .nearbySchool-title {
color: #555;
font-size: 28rpx;
line-height: 28rpx;
}
.nearbySchool-box .nearbySchool-modification {
height: 90rpx;
line-height: 90rpx;
display: flex;
justify-content: center;
text-align: center;
color: #7F7F7F;
}
.picker {
max-height: 60vh;
}
.option-hover,
.option-hove {
background-color: rgba(98, 177, 255, 1);
color: #fff;
}
.AddressHongKong-box {
align-items: center;
padding-right: 30rpx;
}
.pitchdate {
content: "";
width: 60rpx;
height: 60rpx;
border-radius: 50%;
color: #fff !important;
position: relative;
z-index: 1;
}
.pitchdate::after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "";
display: block;
width: 60rpx;
height: 60rpx;
background-color: rgba(98, 177, 255, 1);
border-radius: 50%;
color: #fff !important;
z-index: -1;
}
.click-areaDistrict-hover {
color: #000;
font-weight: 600;
}
.keyboard {
width: 750rpx;
height: 90rpx;
line-height: 90rpx;
font-size: 35rpx;
color: rgb(36, 187, 108, 1);
border: 2rpx solid #eeeeee;
border-left: none;
border-right: none;
z-index: 999;
background-color: #fff;
display: flex;
align-items: center;
}
.keyboard1 {
padding-left: 35rpx;
}
.keyboard .keyboard-view {
height: 90rpx;
line-height: 90rpx;
margin: 0 35rpx;
flex: 1;
display: flex;
}
.keyboard .keyboard-view:first-child {
justify-content: flex-start;
}
.keyboard .keyboard-view:last-child {
color: #aaa;
justify-content: flex-end;
text-align: right;
}
.submitFailure-box .submitFailure-title text:first-child {
margin-bottom: 0;
}
.submitFailure-box .submitFailure-title {
margin: 40rpx 0 38rpx;
}