$themeColor: #0859d6; .text-size-small { font-size: 12px; } .text-size-in { font-size: 16px; } .text-size-large { font-size: 18px; } .themeTextColor { color: $themeColor; } .backgroundThemeColor { background-color: $themeColor; } .items-justify-center { display: flex; align-items: center; justify-content: center; } .mar-20px { margin: 14px 20px; } .relatedAddButton { padding: 4px 10px; font-size: 12px; } .resetStyles { :deep(.van-field__label) { padding-left: 7.35px; } } /** * van-cell 样式重置 * 详情页面 cell 展示重置 */ .cellnormall { :deep(.van-cell) { padding: 0 0 14px 0; } :deep(.van-cell:after) { border: 0; } :deep(.van-cell__title) { flex: none; width: 86px; } }