dk-number-input.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .cover-view {
  2. width: 100%;
  3. height: 48rpx;
  4. opacity: 0;
  5. position: relative;
  6. /* left: 15%; */
  7. top: -48rpx;
  8. z-index: 10;
  9. background-color: blue;
  10. }
  11. /**人民币符号的字体*/
  12. .sign-class{
  13. font-size: var(--fontSize--);
  14. color: var(--contentColor--);
  15. margin-right: 5rpx;
  16. margin-top:5rpx
  17. }
  18. .total_class{
  19. justify-content: center !important;
  20. }
  21. .input-class{
  22. display: flex;
  23. width: 100%;
  24. height: 46rpx;
  25. line-height: 46rpx;
  26. text-align:var(--center--) !important;
  27. }
  28. .input-title-class{
  29. color:var(--color--) !important;
  30. font-size:var(--fontSize--) !important;
  31. padding-left:var(--left--) !important;
  32. width: var(--width--) !important;
  33. font-weight: var(--fontWeight--) !important;
  34. height: var(--height--) !important;
  35. }
  36. .input_content-class{
  37. width:100% !important;
  38. padding-left:20rpx;
  39. display: flex;
  40. }
  41. /**cell值颜色**/
  42. .dk-cell-value-class {
  43. font-size:var(--fontSize--) !important;
  44. color:var(--inputColor--) !important;
  45. font-weight: var(--inputFontWeight--) !important;
  46. height: var(--height--) !important;
  47. }
  48. .dk-cell-value-class-input{
  49. font-size:var(--fontSize--) !important;
  50. color:var(--inputColor--) !important;
  51. font-weight: var(--inputFontWeight--) !important;
  52. width: 110rpx !important;
  53. height: var(--height--) !important;
  54. }
  55. .van-field__input--right {
  56. text-align: right !important;
  57. }
  58. .van-cell__title{
  59. margin-right: 0 !important;
  60. min-width: auto !important;
  61. }