You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
2.4 KiB

Page{
background-color: #f4f4f4;
}
.amountBg{
height: 330rpx;
background:linear-gradient(to top,#e791a5,#e9ccd3);
display: flex;
flex-direction: row;
}
.img{
margin-left:60rpx;
margin-top:50rpx;
}
.account{
color: #ffffff;
margin-left: 30rpx;
margin-top: 68rpx;
}
.name{
font-size: 50rpx;
}
.manage_text{
font-size: 30rpx;
color: white;
margin-top: 10rpx;
border:2rpx solid #e9ccd3;
border-radius: 10rpx;
text-align: center;
}
.order{
width:92%;
height: 260rpx;
margin:0 auto;
background-color: #ffffff;
border-radius: 20rpx;
text-align: center;
margin-bottom: 40rpx;
margin-top: -80rpx;
display: flex;
flex-direction: column;
box-shadow:0rpx 8rpx 8rpx 3rpx rgb(221, 220, 220);
}
.order_text{
font-size: 44rpx;
color: gray;
margin-top: 20rpx;
text-align: left;
height:60rpx;
margin-left: 30rpx;
}
.cut{
opacity: 0.2;
height: 2rpx;
margin-top: 20rpx;
background-color: #000000;
}
.order_list{
display: flex;
flex-direction:row;
}
.desc{
color: gray;
width: 33%;
font-size: 30rpx;
}
.item{
background-color: #ffffff;
display: flex;
margin:0 auto;
flex-direction: row;
height: 100rpx;
align-items: center;
width: 92%;
margin-top: 20rpx;
border-radius: 20rpx;
box-shadow:0rpx 8rpx 8rpx 3rpx rgb(221, 220, 220);
}
.icon{
width: 100rpx;
text-align: center;
margin-top: 16rpx;
}
.itemname{
color: gray;
width: 40%;
font-size: 34rpx;
}
.hr{
height: 2rpx;
background-color: #000000;
width: 90%;
margin: 0 auto;
opacity: 0.2;
}
.remark{
font-weight: normal;
margin-top:10rpx;
}
.right{
color: #707075;
width: 5%;
text-align: right;
float: right;
}
.desc_img image{
margin-top: 16rpx;
width: 90rpx;
height: 90rpx;
}
.icon image{
height: 62rpx;
width: 62rpx
}
/* */
.section {
width: 690rpx;
margin: 80rpx auto;
border: 1rpx solid #eee;
border-radius: 10rpx;
box-shadow: 0 0 30rpx rgba(0, 0, 0, 0.2);
}
.section .list .row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 30rpx;
height: 100rpx;
border-bottom: 1rpx solid rgb(219, 196, 196);
}
.section .list .row:last-child {
border-bottom: 0;
}
.section .list .row .left {
display: flex;
align-items: center;
}
.section .list .row .left .text {
padding-left: 20rpx;
color: #666;
}
.section .list .row .right {
display: flex;
align-items: center;
}
.section .list .row .right .text {
font-size: 28rpx;
color: #aaa;
}
/* */