149 lines
2.5 KiB
CSS
149 lines
2.5 KiB
CSS
page {
|
|
background-color: #f6f7fb;
|
|
padding-bottom: 60rpx;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
.searchBox {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20rpx;
|
|
/* margin-top: 35rpx; */
|
|
justify-content: space-between;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.searchBox_add {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.searchBox_add image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.container {
|
|
background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_pointbg.png);
|
|
background-size: 750rpx 423rpx;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.text1 {
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.text2 {
|
|
font-size: 60rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
|
|
.total {
|
|
width: 205rpx;
|
|
height: 55rpx;
|
|
background: #E05734;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 46rpx;
|
|
}
|
|
|
|
.text3 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
padding-left: 26rpx;
|
|
}
|
|
|
|
.text3 span {
|
|
color: #FF370B;
|
|
}
|
|
|
|
.orderList {
|
|
margin-top: 13rpx;
|
|
}
|
|
|
|
.orderItem {
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
width: 710rpx;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
margin-bottom: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.row_label {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.row_con2 {
|
|
font-size: 36rpx;
|
|
color: #FF370B;
|
|
}
|
|
.row_con4 {
|
|
font-size: 36rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.row_label2 {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 13rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.line {
|
|
width: 100%;
|
|
height: 1rpx;
|
|
background-color: #EBEBEB;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
|
|
.row_con {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
|
|
.row_con image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
} |