shangjia1.1/pages/fiance/report/report.scss

83 lines
1.7 KiB
SCSS
Raw Normal View History

2024-11-08 14:33:35 +08:00
.wrapper {
margin-left: 0rpx;
margin-right: 0rpx;
margin-top: 0rpx;
}
.product-detail {
.head {
background: none;
height: auto;
.month {
padding: 20rpx 30rpx 0rpx 30rpx;
.text {
color: #555555;
font-weight: bold;
padding-top: 0 !important;
}
}
.data {
margin: 20rpx 30rpx 0rpx 20rpx;
color: #ffffff;
.container {
display: flex;
flex-direction: column;
justify-content: space-between;
background-image: url(http://yuledui.oss-cn-qingdao.aliyuncs.com/merch_manage/img/ledger_total_bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 40rpx;
.total {
font-size: 55rpx;
display: flex;
justify-content: space-between;
font-weight: 400;
}
.ordernum {
font-size: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
opacity: 0.8;
}
}
}
}
.list {
padding: 0rpx 30rpx 0rpx 30rpx;
.card {
width: 100%;
background-color: #ffffff;
border-radius: 20rpx;
box-shadow: 0px 4px 10px 0px rgba(183, 182, 182, 0.5);
padding: 30rpx 0rpx 0rpx 0rpx;
margin-top: 40rpx;
color: #333333;
.top {
padding: 0rpx 30rpx 10rpx;
width: 100%;
display: flex;
justify-content: center;
.icon {
padding-right: 20rpx;
padding-top: 8rpx;
}
.order-no {
width: 100%;
}
}
.content {
padding: 20rpx 30rpx;
color: #555555;
}
}
}
}
.bottom{
padding: 5%;
button:{
width: 80%;
}
}