company-param-setting.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .font {
  2. font-family: PingFang HK;
  3. font-size: 30rpx;
  4. font-weight: 400;
  5. line-height: 40rpx;
  6. letter-spacing: 0em;
  7. text-align: left;
  8. }
  9. /**底部的样式*/
  10. .bottom-class {
  11. position: fixed;
  12. bottom: 20rpx;
  13. width: 100%;
  14. align-items: center;
  15. justify-content: center;
  16. border-top: 2rpx solid #efefef;
  17. z-index: 2;
  18. display: flex;
  19. }
  20. /**底部保存按钮的样式*/
  21. .save-button-class {
  22. width: 640rpx;
  23. background: #3E69F6 !important;
  24. border-radius: 15rpx !important;
  25. color: #fff !important;
  26. font-size: 16px !important;
  27. font-weight: 500 !important;
  28. }
  29. /**card的外部样式*/
  30. .dk-card-outer-class {
  31. margin: 10px 32rpx 10px 32rpx;
  32. margin-top: 10px;
  33. border-radius: 15rpx;
  34. box-shadow: 2px 2px 5px #e5e5e6;
  35. }
  36. /**card的样式*/
  37. .dk-card-class {
  38. background: #FFFFFF;
  39. box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
  40. border-radius: 15rpx !important;
  41. padding: 5rpx;
  42. margin-bottom: 10rpx;
  43. }
  44. /**红色label**/
  45. .red-label,
  46. .red-label>view {
  47. color: #E4002B !important;
  48. font-style: normal;
  49. font-weight: bold;
  50. font-size: 14px;
  51. }
  52. .nomal-label,
  53. .nomal-label>view {
  54. color: #95A8CB !important;
  55. font-size: 14px;
  56. }
  57. /**普通label*/
  58. .nomal-label .van-field__label {
  59. color: #95A8CB !important;
  60. font-size: 14px !important;
  61. }
  62. /**普通label*/
  63. .nomal-label {
  64. color: #95A8CB !important;
  65. font-size: 14px !important;
  66. }
  67. /**cell值颜色**/
  68. .dk-cell-value-class {
  69. text-align: right !important;
  70. font-size: 13px !important;
  71. color: #95A8CB !important;
  72. font-weight: normal;
  73. }
  74. /**cell空值颜色**/
  75. .dk-cell-value-empty-class {
  76. text-align: right !important;
  77. font-size: 13px !important;
  78. color: #95A8CB !important;
  79. }
  80. /**cell值颜色**/
  81. .dk-cell-value-class-switch {
  82. text-align: right !important;
  83. font-size: 14px !important;
  84. color: #3b3b3b !important;
  85. font-weight: normal;
  86. display: flex;
  87. width: 100%;
  88. padding: 0 30rpx;
  89. margin: 15rpx 0;
  90. }
  91. .label-class {
  92. min-width: 15em !important;
  93. }