.red { color: #F01740; } .grey { color: #666666; } .title { font-weight: Medium; font-size: 36rpx; color: #222222; } .text-large { font-size: 36rpx; } .text { font-size: 30rpx; } .text-left { text-align: left; } .text-small { font-size: 24rpx; /* word-break: keep-all; */ } .flex { display: flex; } .justify-between { justify-content: space-between; } .flex-aligin-center { display: flex; align-items: center; } .flex-1 { flex: 1; } .flex-grow-1 { flex-grow: 1; } .fixed-bottom { position: fixed; bottom: 0; left: 0; right: 0; } .w-100 { width: 100%; } .h-100 { height: 100%; } .page-section { margin: 20rpx; border-radius: 20rpx; background-color: #ffffff; } .page-section-spacing { padding: 20rpx; } .spacing-small { padding: 10rpx; } .ellipsis { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .ellipsis-2 { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .detail-tags { width: 100%; margin: 8rpx 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .goods-tags { width: 100%; margin: 8rpx 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .form { display: flex; flex-wrap: wrap; } .form .col-12 { width: 50%; } .form-item { width: 100%; margin: 20rpx 0; } .form-item .form-label { font-size: 28rpx; margin: 20rpx; color: #666666; } .form-item .form-label .required { font-size: 40rpx; vertical-align: middle; } .form-item .form-field { padding: 10rpx; } .form-item .form-field .form-input { padding: 10rpx; border: 0.5px solid #eee; border-radius: 10rpx; } .form-item .form-field .form-input-num { width: 200rpx; } .tag-wrapper { display: flex; align-items: center; } .tag-wrapper .add-btn { width: auto; } .tag-wrapper .tags { flex: 1; display: flex; flex-wrap: wrap; } .tag-wrapper .tags .tag { margin: 10rpx; } .footer { margin-bottom: 100rpx; padding: 20rpx; }