262 lines
4.9 KiB
SCSS
262 lines
4.9 KiB
SCSS
.wrapper {
|
|
margin-left: 0rpx;
|
|
margin-right: 0rpx;
|
|
margin-top: 0rpx;
|
|
}
|
|
.recharge-card {
|
|
font-weight: bold;
|
|
color: #ff6600;
|
|
}
|
|
/deep/.u-subsection__item__text {
|
|
font-size: 24rpx !important;
|
|
}
|
|
.withDraw {
|
|
background: none;
|
|
height: auto;
|
|
margin: 60rpx 0 40rpx 0;
|
|
.background-card,
|
|
.front-card {
|
|
min-height: 180rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.background-card {
|
|
background-color: #ffffff;
|
|
box-shadow: 0px 4px 10px 0px rgba(183, 182, 182, 0.5);
|
|
}
|
|
.front-card {
|
|
display: flex;
|
|
margin-top: -220rpx;
|
|
position: relative;
|
|
margin-left: 20rpx;
|
|
margin-right: 20rpx;
|
|
background-color: #faf0e3;
|
|
padding: 5rpx 20rpx;
|
|
min-height: 250rpx;
|
|
line-height: 40rpx;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #ed6d00;
|
|
.left {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
.desc {
|
|
font-size: 24rpx;
|
|
color: #82848a;
|
|
}
|
|
}
|
|
.right {
|
|
width: 8%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: right;
|
|
.status {
|
|
font-weight: 550;
|
|
font-size: 35rpx;
|
|
color: #ed6d00;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/deep/.u-icon__icon {
|
|
font-size: 40rpx !important;
|
|
color: #5c5f63 !important;
|
|
}
|
|
/deep/.u-search__content {
|
|
border-radius: 106px !important;
|
|
height: 68rpx !important;
|
|
}
|
|
/deep/.u-search__action--active {
|
|
margin-left: 20rpx !important;
|
|
text-align: start !important;
|
|
width: 100rpx !important;
|
|
}
|
|
.product-detail {
|
|
.head {
|
|
background: white;
|
|
height: auto;
|
|
padding: 15rpx;
|
|
width: auto !important;
|
|
.datepicker {
|
|
text-align: left;
|
|
font-weight: 599;
|
|
font-size: 28rpx;
|
|
.pikertext {
|
|
margin-right: 15rpx;
|
|
}
|
|
}
|
|
.title {
|
|
padding: 0rpx 30rpx 0rpx 30rpx;
|
|
background-color: #ffffff;
|
|
text-align: center;
|
|
padding-top: 20rpx;
|
|
}
|
|
.month {
|
|
padding: 30rpx;
|
|
.text {
|
|
color: #555555;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.data {
|
|
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: 42rpx;
|
|
.total {
|
|
font-size: 35rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-weight: 599;
|
|
.mdselect {
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
.ordernum {
|
|
font-size: 25rpx;
|
|
padding-top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
opacity: 0.8;
|
|
}
|
|
.bottom-count-tr {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.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: 18rpx;
|
|
color: #333333;
|
|
.top {
|
|
padding: 0rpx 18rpx 0 18rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.icon {
|
|
.image {
|
|
margin-top: 5rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
}
|
|
.order-no {
|
|
.no {
|
|
color: #333333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.time {
|
|
font-size: 24rpx;
|
|
color: #82848a;
|
|
}
|
|
}
|
|
.price {
|
|
.orderprice {
|
|
font-weight: bold;
|
|
}
|
|
text-align: right;
|
|
.text {
|
|
color: #ed6d00;
|
|
}
|
|
.count {
|
|
margin-top: 15rpx;
|
|
}
|
|
.nopay {
|
|
color: red;
|
|
}
|
|
}
|
|
}
|
|
.content {
|
|
padding: 10rpx 30rpx 0 30rpx;
|
|
color: #555555;
|
|
.detail {
|
|
display: flex;
|
|
white-space: normal;
|
|
font-size: 24rpx;
|
|
padding: 10rpx 0;
|
|
justify-content: space-between;
|
|
.item {
|
|
padding-right: 10rpx;
|
|
}
|
|
}
|
|
.price {
|
|
margin-top: 20rpx;
|
|
text-align: right;
|
|
font-size: 30rpx;
|
|
.total,
|
|
.real-price {
|
|
font-size: 35rpx;
|
|
color: #ed6d00;
|
|
}
|
|
.refund-price {
|
|
color: crimson;
|
|
}
|
|
}
|
|
}
|
|
.reckon-view {
|
|
padding: 20rpx 30rpx;
|
|
margin-top: -5rpx;
|
|
}
|
|
.refundText {
|
|
display: inline-block;
|
|
}
|
|
.refund-btn {
|
|
margin-top: 20rpx;
|
|
}
|
|
.bottom {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom-left-radius: 20rpx;
|
|
border-bottom-right-radius: 20rpx;
|
|
padding: 20rpx 30rpx;
|
|
.btn-memo,
|
|
.btn-detail {
|
|
border-width: 1rpx;
|
|
border-style: solid;
|
|
border-color: #ed6d00;
|
|
width: 160rpx;
|
|
text-align: center;
|
|
border-radius: 60rpx;
|
|
color: #ed6d00;
|
|
letter-spacing: 5rpx;
|
|
height: 50rpx;
|
|
padding-top: 5rpx;
|
|
}
|
|
.bottom-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
.remarktext {
|
|
color: gray;
|
|
margin-right: 5rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|