86 lines
1.5 KiB
Plaintext

page {
background-color: #f0f2fd;
}
.orderMsg {
background-color: #fff;
padding: 10rpx;
width: 90%;
margin: 0 auto;
margin-top: 20rpx;
border-radius: 20rpx;
overflow: hidden;
}
.Tit {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-left: 30rpx;
margin-top: 20rpx;
}
.func {
display: flex;
flex-wrap: wrap;
margin-top: 46rpx;
}
.funcItem {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 400;
font-size: 26rpx;
color: #222222;
width: 25%;
margin-bottom: 50rpx;
}
.funcItem image {
height: 54rpx;
margin-bottom: 15rpx;
}
.orderMsgBox {
display: flex;
/* align-items: center; */
align-items: stretch;
justify-content: space-between;
margin-top: 30rpx;
}
.orderMsgBox_left {
width: 48%;
background-color: #edf6fd;
border-radius: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.orderMsgBox_right {
width: 48%;
border-radius: 20rpx;
border: 1rpx solid #000;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10rpx 0;
}
.orderMsgBox_right span{
margin-top: 20rpx;
}
.orderMsgBox_left1 {
text-align: center;
margin-bottom: 20rpx;
}
.orderMsgBox_left2 {
text-align: center;
}