add.wxss 961 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. page {
  2. background-color: white;
  3. }
  4. .input-class {
  5. text-align: left !important;
  6. height: 100px !important;
  7. }
  8. .van-field__label {
  9. color: #1B365D !important;
  10. }
  11. .van-field__placeholder {
  12. color: #95A8CB !important;
  13. }
  14. .van-cell__value {
  15. color: #95A8CB !important;
  16. }
  17. .van-icon van-icon-arrow {
  18. color: #95A8CB !important;
  19. }
  20. .van-field__input{
  21. color: #1B365D !important;
  22. }
  23. /* 列表展示 */
  24. .table-show {
  25. margin: 10px 32rpx 10px 32rpx;
  26. margin-top: 10px;
  27. border-radius: 15rpx;
  28. box-shadow:2px 2px 5px #e5e5e6;
  29. }
  30. /* 列表展示 */
  31. .table-show-detail {
  32. background: #FFFFFF;
  33. box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
  34. border-radius: 15rpx;
  35. }
  36. .botton-class{
  37. background:#fff;
  38. position:fixed;
  39. bottom:0;
  40. width:100%;
  41. height: 182rpx;
  42. border-top:1px solid #efefef;
  43. z-index: 7;
  44. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  45. border-radius: 30rpx 30rpx 0rpx 0rpx;
  46. }