537 lines
10 KiB
Plaintext
537 lines
10 KiB
Plaintext
/* pages/appeal/appeal.wxss */
|
|
.container {
|
|
padding: 0 30rpx;
|
|
padding-bottom: 250rpx;
|
|
margin-bottom: 250rpx;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #555;
|
|
}
|
|
|
|
.appeal-matter,
|
|
.appeal-relation,
|
|
.appeal-reason,
|
|
.appeal-picture {
|
|
margin-top: 45rpx;
|
|
}
|
|
|
|
.appeal-box {
|
|
width: 100%;
|
|
border-radius: 15rpx;
|
|
border: 2rpx solid #d7d7d7;
|
|
margin-top: 34rpx;
|
|
}
|
|
|
|
.appeal-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding: 0rpx 28rpx;
|
|
|
|
}
|
|
|
|
.appeal-item:not(:last-child) {
|
|
border-bottom: 2rpx dashed #d7d7d7;
|
|
}
|
|
|
|
.appeal-item .appeal-matter-img {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.yellowDot {
|
|
background-color: #ffd752;
|
|
width: 7rpx;
|
|
height: 15rpx;
|
|
border-radius: 7rpx;
|
|
margin-right: 14rpx;
|
|
}
|
|
|
|
.relation-name {
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
padding: 0 12rpx;
|
|
background-color: rgba(98, 177, 255, 0.196);
|
|
border-radius: 20rpx;
|
|
font-size: 22rpx;
|
|
color: #555;
|
|
}
|
|
|
|
.appeal-reason .annotation {
|
|
font-size: 22rpx;
|
|
color: #7f7f7f;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.appeal-reason .reason-textarea {
|
|
width: 630rpx;
|
|
height: 192rpx;
|
|
padding: 40rpx 30rpx 15rpx;
|
|
}
|
|
|
|
.addPictureBtn {
|
|
width: 118rpx;
|
|
height: 118rpx;
|
|
border-radius: 15rpx;
|
|
border: 2rpx solid #d7d7d7;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 45rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
|
|
.addPictureBtn image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.appeal-picture .picture-box {
|
|
margin-top: 34rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.appeal-picture .picture-box .addPictureBtn-item {
|
|
position: relative;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-input {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
width: 630rpx;
|
|
display: block;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option {
|
|
/* margin-top: 24rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option .yourContact-option-item {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 24rpx;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option .yourContact-option-item:first-child {
|
|
padding-right: 38rpx;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option .yourContact-option-item:last-child {
|
|
padding-left: 38rpx;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option-unselected {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border: 1rpx #797979 solid;
|
|
border-radius: 50rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.appeal-yourContact .yourContact-option-selected {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 750rpx;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
padding: 0 30rpx;
|
|
height: 180rpx;
|
|
border-top: 2rpx solid #dbdbdb;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
z-index: 99;
|
|
}
|
|
|
|
.footer .footer-item {
|
|
flex: 1;
|
|
text-align: center;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
|
|
border-radius: 50rpx;
|
|
font-size: 36rpx;
|
|
color: #555555;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footer .footer-item:first-child {
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.footer .footer-item:last-child {
|
|
background-color: #333333;
|
|
color: #fff;
|
|
}
|
|
|
|
.g-right {
|
|
display: inline-block;
|
|
width: 24rpx;
|
|
height: 4rpx;
|
|
background: #fff;
|
|
line-height: 0;
|
|
font-size: 0;
|
|
vertical-align: middle;
|
|
transform: rotate(45deg);
|
|
border-radius: 5rpx;
|
|
}
|
|
|
|
.g-right:after {
|
|
content: "/";
|
|
display: block;
|
|
width: 24rpx;
|
|
height: 4rpx;
|
|
background: #fff;
|
|
transform: rotate(-90deg);
|
|
border-radius: 5rpx;
|
|
}
|
|
|
|
.cross {
|
|
background-color: rgba(189, 58, 47, 1);
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
padding: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
position: absolute;
|
|
top: -10rpx;
|
|
right: 32rpx;
|
|
}
|
|
|
|
.popup {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
z-index: 1001;
|
|
}
|
|
|
|
.popup-box {
|
|
background-color: #fff;
|
|
border-radius: 50rpx 50rpx 0 0;
|
|
width: 100vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 86rpx 30rpx;
|
|
}
|
|
|
|
.popup-box .popup-top {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.popup-box .popup-top-img {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.popup-box .submitted {
|
|
font-size: 40rpx;
|
|
font-weight: 650;
|
|
margin-top: 45rpx;
|
|
}
|
|
|
|
.popup-box .attention-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-color: #f2f2f2;
|
|
border-radius: 20rpx;
|
|
margin-top: 32rpx;
|
|
font-size: 28rpx;
|
|
color: #555555;
|
|
padding: 70rpx 0 60rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.popup-box .attention-box text:nth-child(2) {
|
|
margin-top: 35rpx;
|
|
margin-bottom: 55rpx;
|
|
}
|
|
|
|
/* .popup-box .attention-box .attention-btn {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 75rpx;
|
|
background-color: #333333;
|
|
border-radius: 20px;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
} */
|
|
|
|
/* .popup-box .attention-box .attention-btn .attention-btn-img {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-left: 14rpx;
|
|
} */
|
|
|
|
.skip {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
|
|
.skip text {
|
|
line-height: 30rpx;
|
|
position: relative;
|
|
margin-top: 48rpx;
|
|
color: #555555;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.skip text:not(:last-child):before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 40%;
|
|
background-color: rgba(98, 177, 255, 0.149);
|
|
}
|
|
|
|
.skip text:last-child {
|
|
color: #aaa;
|
|
font-size: 20rpx;
|
|
margin-top: 90rpx;
|
|
}
|
|
|
|
.popup .qrcode {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 50rpx;
|
|
box-shadow: 0px 0px 12rpx rgb(0 0 0 / 30%);
|
|
}
|
|
|
|
.popup .popup-hint {
|
|
color: #acacac;
|
|
font-size: 25rpx;
|
|
}
|
|
|
|
.yourContact-option-item-selected {
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
.popup-close {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
width: 330rpx;
|
|
text-align: center;
|
|
border-radius: 50rpx;
|
|
border: 2rpx solid #d0d0d0;
|
|
font-size: 28rpx;
|
|
margin-top: 55rpx;
|
|
}
|
|
|
|
.copy {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
|
|
padding: 28rpx;
|
|
position: absolute;
|
|
right: 28rpx;
|
|
}
|
|
|
|
.QRCode {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
z-index: 1001;
|
|
padding: 0 60rpx;
|
|
}
|
|
|
|
.QRCode .QRCode-img {
|
|
width: 100%;
|
|
height: 808rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.QRCode .QRCodeClose {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50rpx;
|
|
border: 2rpx solid #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 58rpx;
|
|
}
|
|
|
|
.QRCode .QRCodeClose-img {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.appeal-yourContact .addPictureBtn {
|
|
margin-top: 34rpx;
|
|
}
|
|
|
|
.appeal-yourContact .addPictureBtn-item {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.appeal-yourContact .cross {
|
|
top: 12rpx;
|
|
right: 25rpx;
|
|
}
|
|
|
|
.contactInformation-wechat-input {
|
|
display: flex;
|
|
border: 2rpx solid #d7d7d7;
|
|
border-radius: 20rpx;
|
|
margin-top: 34rpx;
|
|
}
|
|
|
|
.contactInformation-wechat-input .already-uploaded {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 1;
|
|
border-right: 2rpx solid #d7d7d7;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.contactInformation-wechat-input .already-uploaded image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.contactInformation-close {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
width: 82rpx;
|
|
}
|
|
|
|
.contactInformation-close image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.promptDialog {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
z-index: 1001;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.promptDialog .promptDialog-box {
|
|
width: 600rpx;
|
|
padding-top: 70rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.promptDialog .promptDialog-box .promptDialog-title {
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.promptDialog .promptDialog-box .promptDialog-content {
|
|
margin-top: 45rpx;
|
|
font-size: 30rpx;
|
|
line-height: 45rpx;
|
|
color: rgb(115, 115, 115);
|
|
padding: 0 60rpx 50rpx;
|
|
}
|
|
|
|
.promptDialog .promptDialog-box .promptDialog-btn {
|
|
height: 110rpx;
|
|
line-height: 110rpx;
|
|
text-align: center;
|
|
border-top: rgb(228, 228, 228) 2rpx solid;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.pageTextarea-numberwords {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
color: #aaa;
|
|
height: 40rpx;
|
|
line-height: 24rpx;
|
|
padding-right: 15rpx;
|
|
padding-bottom: 15rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
} |