Files
AGuestSaas/pages/user/companyMine/refundInfo/refundInfo.wxss
2020-12-29 17:16:53 +08:00

69 lines
1002 B
Plaintext

/* pages/user/companyMine/refundInfo/refundInfo.wxss */
.content {
padding: 120rpx 30rpx;
background-color: #fff;
}
.item {
display: flex;
flex-direction: row;
justify-content: start;
align-items: flex-start;
box-sizing: border-box;
}
.left {
width: 30rpx;
height: 30rpx;
background-color: #378fff;
border-radius: 50%;
position: relative;
top: 6rpx;
z-index: 3;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
box-sizing: border-box;
color: #fff;
font-size: 24rpx;
}
.right {
margin-left: 30rpx;
z-index: 3;
position: relative;
}
.title {
color: #333;
font-weight: 600;
font-size: 30rpx;
}
.time {
color: #999;
font-size: 24rpx;
margin-top: 6rpx;
}
.line {
background-color: #378fff;
height: 172rpx;
width: 1rpx;
position: relative;
left: -16rpx;
top: 6rpx;
z-index: 2;
opacity: 0.3;
}
.detail {
color: #666;
font-size: 24rpx;
margin-top: 10rpx;
}
.mt20 {
margin-top: 30rpx;
}