.info{ background-color: #F8F9FA; padding: 15rpx; height: 100%; .info_card{ background-color: #ffffff; } } .title{ display: flex; justify-content: center; font-size: 20px; font-weight: 600; padding: 40rpx 0; } .info_item{ padding: 15rpx 40rpx; font-weight: 400; font-size: 16px; } .medicines_table{ border-top: 1px rgba(221, 221, 221, 1) dashed; border-bottom: 1px rgba(221, 221, 221, 1) dashed; padding: 50rpx 0rpx; margin: 50rpx 0rpx; .table_th{ background-color: #F5F7FA; } }