yuminge-app/yun-min-program-plugin-master/packageD/member/myOrder/refund/refund.wxss

161 lines
3.1 KiB
Plaintext

/* pages/member/refund/refund.wxss */
.refund .prompt {
line-height: 60rpx;
padding: 0 28rpx;
font-size: 24rpx;
color: #8c8c8c;
}
.refund .explain{
background-color: #fff;
}
.refund .explain .span {
padding-top:20rpx;
text-align: left;
padding-left: 28rpx;
}
.refund .explain textarea {
border: none;
background-color: #fafafa;
width: 100%;
height: 148rpx;
border-radius: 4rpx;
padding: 12rpx;
line-height: 40rpx;
color: #8c8c8c;
font-size: 24rpx;
}
.refund .button {
color: #fff;
background-color: #f15353;
display: block;
width: 90%;
height: 92rpx;
margin: 30rpx auto;
text-align: center;
line-height: 92rpx;
font-size: 32rpx;
position: relative;
border-radius: 20px;
}
.return-cause .h1 {
line-height: 90rpx;
text-align: center;
font-size: 28rpx;
border-bottom: solid 2rpx #e2e2e2;
}
.return-cause .ul {
padding: 20rpx 28rpx 0 28rpx;
}
.return-cause .ul .li {
line-height: 72rpx;
}
.return-goods {
padding: 32rpx 32rpx 0;
margin-bottom: 32rpx;
background: #fff;
}
.return-goods .return-goods-item {
display: flex;
padding-bottom: 32rpx;
}
.return-goods .return-goods-item .goods-img {
width: 150rpx;
height: 150rpx;
}
.return-goods .return-goods-item .goods-img image {
width: 150rpx;
height: 150rpx;
}
.return-goods .return-goods-item .goods-content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 150rpx;
padding-left: 20rpx;
}
.return-goods .return-goods-item .goods-content .goods-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 28rpx;
color: #2c2c2c;
}
.return-goods .return-goods-item .goods-content .goods-options {
font-size: 20rpx;
color: #666;
}
.return-goods .return-goods-item .goods-content .goods-price {
font-size: 22rpx;
color: #f14e4e;
}
.recovery-info {
padding: 16rpx 28rpx;
background: #fff;
border-bottom: 1px solid #ddd;
}
.recovery-info .recovery-itme {
display: flex;
padding: 10rpx 0;
margin-bottom: 10rpx;
}
.recovery-info .recovery-itme .recovery-text {
padding-right: 16rpx;
}
.recovery-info .recovery-itme .recovery-content {
flex: 1;
}
.recovery-info .recovery-itme .recovery-content .inputs{
display: flex;
justify-content: flex-end;
align-items: center;
}
.recovery-info .recovery-itme .recovery-content .inputs .input-item{
display: flex;
align-items: center;
}
.recovery-info .recovery-itme .recovery-content .inputs .input-item input{
width: 90rpx;
height: 64rpx;
padding:0 10rpx;
text-align: center;
font-size: 24rpx;
color: #555555;
border-radius: 6rpx;
box-sizing: border-box;
border: solid 1rpx #eeeeee;
background: #F9F9F9;
}
.recovery-info .recovery-itme .recovery-content .inputs .input-item .unit{
display: flex;
height: 16rpx;
transform: translateY(-6px);
margin-left: 12rpx;
font-size: 24rpx;
color: #555555;
}
.recovery-info .recovery-itme .recovery-content .inputs .ride{
display: flex;
align-items: center;
padding-left: 16rpx;
padding-right: 18rpx;
color: #555555;
}
.w-7 .van-cell__title{
max-width: 7.2em!important;
}