|
@@ -1001,9 +1001,9 @@
|
|
|
|
|
|
.msg-goods {
|
|
.msg-goods {
|
|
display: flex;
|
|
display: flex;
|
|
- padding: 20rpx 10rpx;
|
|
|
|
|
|
+ padding: 10rpx;
|
|
background-color: #f0f0f0;
|
|
background-color: #f0f0f0;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ border-radius: 20rpx 0rpx 20rpx 20rpx;
|
|
|
|
|
|
.image {
|
|
.image {
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
@@ -1062,7 +1062,7 @@
|
|
|
|
|
|
.button {
|
|
.button {
|
|
text-align: right;
|
|
text-align: right;
|
|
- margin: 1rpx 0;
|
|
|
|
|
|
+ margin: 5rpx 0 10rpx 0;
|
|
|
|
|
|
text {
|
|
text {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
@@ -1077,9 +1077,9 @@
|
|
|
|
|
|
.msg-order {
|
|
.msg-order {
|
|
width: 460rpx;
|
|
width: 460rpx;
|
|
- padding: 20rpx 10rpx;
|
|
|
|
|
|
+ padding: 10rpx;
|
|
background-color: #f0f0f0;
|
|
background-color: #f0f0f0;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ border-radius: 20rpx 0rpx 20rpx 20rpx;
|
|
|
|
|
|
.order_1 {
|
|
.order_1 {
|
|
display: flex;
|
|
display: flex;
|