/* pages/order/confirmOrder/confirmOrder.wxss */ .address{ width: 650rpx; height: 176rpx; background: #F7F7F7; border-radius: 30rpx; margin: 64rpx auto; box-shadow: 0 0 10rpx 10rpx #F0F0F0; display: flex; align-items: center; justify-content: space-around; } .address .addressInfo{ width: 60%; } .address .userInfo{ display: flex; justify-content: space-between; } .address .icon{ width: 100rpx; } .address .more{ width: 30rpx; transform: rotate(180deg); } /* 订单信息 */ .orderInfo{ margin-top: 60rpx; } .orderInfo .info{ width: 650rpx; line-height: 60rpx; padding: 10rpx 0; background: #F7F7F7; margin: 0 auto 16rpx auto; border-radius: 10rpx; } .orderInfo .info view{ overflow: hidden; } .orderInfo .info .title{ margin-left: 20rpx; } .orderInfo .info .value{ margin-right: 100rpx; float: right; } .orderInfo .info .input{ margin-right: 100rpx; margin-top: 8rpx; float: right; } /* 确认订单 */ .submit{ width: 657rpx !important; line-height: 105rpx; padding: 0; background: #FED279; border-radius: 10rpx; font-weight: 500; }