This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/pages/order/refund/detail/detail.wxss

130 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
.container {
font-size: 28rpx;
color: rgb(78, 78, 78);
}
/* 顶部状态栏 */
.detail-header {
position: relative;
width: 100%;
height: 140rpx;
}
.detail-header .header-backdrop {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.detail-header .header-backdrop image {
display: block;
width: 750rpx;
height: 140rpx;
}
.header-state {
padding: 0 50rpx;
}
/* 商品详情 */
.detail-goods {
padding: 24rpx 20rpx;
}
.detail-goods .left .goods-image {
display: block;
width: 150rpx;
height: 150rpx;
}
.detail-goods .right {
padding-left: 20rpx;
}
.detail-order {
padding: 15rpx 20rpx;
font-size: 26rpx;
}
.detail-order .item {
margin-bottom: 10rpx;
}
.detail-order .item:last-child {
margin-bottom: 0;
}
/* 售后详情 */
.detail-refund {
padding: 15rpx 20rpx;
}
.detail-refund__row {
margin: 20rpx 0;
}
/* 申请凭证 */
.image-list {
margin-bottom: -15rpx;
}
.image-list .image-preview {
margin: 0 15rpx 15rpx 0;
float: left;
}
.image-list .image-preview image {
display: block;
width: 180rpx;
height: 180rpx;
}
.image-list .image-preview:nth-child(3n+0) {
margin-right: 0;
}
/* 商家收货地址 */
.detail-address {
padding: 20rpx 30rpx;
}
.address-details {
padding: 5rpx 0;
border-bottom: 1px solid #eee;
}
.detail-address__row {
margin: 15rpx 0;
}
.address-details .address-details__row {
margin: 10rpx 0;
}
/* 填写物流信息 */
.detail-express {
padding: 10rpx 30rpx;
}
.form-group {
height: 60rpx;
margin: 10rpx 0;
}
.form-group input {
height: 100%;
}
/* 提交按钮 */
.profile-btn {
margin-top: 60rpx;
}