@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .commodit_box { background-color: #FFF; border-radius: 10rpx; margin: 20rpx; padding: 20rpx; } .shop_title_box { font-size: 32rpx; font-weight: 600; } .medicine_box { display: flex; align-items: center; margin-top: 20rpx; } .box_Drug_information { flex: 1; height: 100%; display: flex; } .box_Product_picture { flex: none; width: 180rpx; height: 140rpx; background-color: #4CAF50; } .card_commodity { flex: 1; height: 100%; display: flex; margin-left: 20rpx; flex-direction: column; } .drug_title { font-size: 32rpx; font-weight: 600; } .drug_specification { font-size: 28rpx; margin: 10rpx 0rpx; color: #6B7280; } .money_symbol { display: flex; align-items: baseline; } .title_money { font-size: 28rpx; font-weight: 600; color: #f56c6c; } .money_num { font-size: 34rpx; font-weight: bold; color: #f56c6c; }