dk-number-input.wxss 453 B

12345678910111213141516171819202122232425262728
  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. text-align:var(--center--) !important;
  25. }