xinelu-applet-ui/pagesB/cancel/cancel.scss
2023-09-27 16:20:09 +08:00

109 lines
2.1 KiB
SCSS

.app {
background-color: #F7F5F5;
height: 100vh;
width: 100%;
color: #000000;
padding-top: 20rpx;
.concent {
width: 95%;
height: 100%;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
margin: 0 auto;
.refund {
position: relative;
margin: 0 auto;
width: 95%;
height: 100rpx;
font-family: Source Han Sans CN;
border-bottom: 1rpx solid #E6E6E6;
span:nth-child(1) {
line-height: 100rpx;
display: inline-block;
margin-left: 3%;
font-size: 30rpx;
font-weight: 500;
color: #333333;
}
span:nth-child(2) {
color: #F44B2F;
position: absolute;
display: inline-block;
top: 53%;
transform: translateY(-50%);
right: 15%;
font-size: 20rpx;
}
span:nth-child(3) {
position: absolute;
color: #F44B2F;
display: inline-block;
top: 50%;
transform: translateY(-50%);
right: 10%;
}
span:nth-child(4) {
color: #F44B2F;
position: absolute;
display: inline-block;
top: 53%;
transform: translateY(-50%);
right: 5%;
font-size: 20rpx;
}
}
.reason {
position: relative;
margin: 0 auto;
width: 95%;
height: 100rpx;
font-family: Source Han Sans CN;
.reasondata {
position: relative;
display: block;
font-size: 30rpx;
font-weight: 500;
color: #333333;
margin-left: 3%;
margin-top: 4%;
}
.textarea {
position: relative;
top: 21%;
left: 3%;
letter-spacing: 0.2em;
::v-deep .uni-textarea-textarea{
font-size: 28rpx;
}
::v-deep .uni-textarea-compute, .uni-textarea-line, .uni-textarea-placeholder, .uni-textarea-textarea{
font-size: 28rpx;
}
font-size: 30rpx;
}
}
.bottom{
position: absolute;
width: 496rpx;
height: 61rpx;
background: #26A888;
border-radius: 5rpx;
text-align: center;
line-height: 61rpx;
color: #FFFFFF;
left: 50%;
transform: translateX(-50%);
bottom: 4%;
font-size: 31rpx;
}
}
}