detail.wxss 728 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. page{
  2. background-color: #F5F5F5;
  3. }
  4. .input-class{
  5. text-align: left !important;
  6. height: 100px !important;
  7. }
  8. .van-field__label{
  9. color: #2E3853 !important;
  10. }
  11. .van-cell__title{
  12. color: #2E3853 !important;
  13. }
  14. .inputStyle{
  15. white-space:nowrap !important;
  16. }
  17. .van-cell__value{
  18. color: #95A8CB !important;
  19. }
  20. .van-field__input{
  21. color: #95A8CB !important;
  22. }
  23. .van-field__word-limit{
  24. color: #95A8CB !important;
  25. }
  26. .bottom-class-1{
  27. background:#fff;
  28. position:fixed;
  29. bottom:0;
  30. width:100%;
  31. height: 182rpx;
  32. border-top:1px solid #efefef;
  33. z-index: 7;
  34. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  35. border-radius: 30rpx 30rpx 0rpx 0rpx;
  36. }