dk-form.wxss 973 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /**card的外部样式*/
  2. .dk-card-outer-class{
  3. margin: 10px 32rpx 10px 32rpx;
  4. margin-top: 10px;
  5. border-radius: 15rpx;
  6. box-shadow:2px 2px 5px #e5e5e6;
  7. }
  8. /**card的样式*/
  9. .dk-card-class{
  10. background: #FFFFFF;
  11. box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
  12. border-radius: 15rpx !important;
  13. padding: 5rpx;
  14. margin-bottom: 10rpx;
  15. }
  16. /**红色label**/
  17. .red-label,
  18. .red-label>view {
  19. color: #E4002B !important;
  20. font-style: normal;
  21. font-weight: bold;
  22. font-size: 14px;
  23. }
  24. .readonly-label{
  25. color: #95A8CB !important;
  26. }
  27. .nomal-label{
  28. color: #002340 !important
  29. }
  30. /**cell值颜色**/
  31. .dk-cell-value-class {
  32. text-align: left !important;
  33. font-size: 13px !important;
  34. color: #002340 !important;
  35. font-weight: normal;
  36. }
  37. /**cell空值颜色**/
  38. .dk-cell-value-empty-class{
  39. text-align: left !important;
  40. font-size: 13px !important;
  41. color: #95A8CB !important;
  42. }
  43. .input-rows-class{
  44. text-align: left !important;
  45. height: 200rpx !important;
  46. }