index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* pages/appointReplace/index.wxss */
  2. page {
  3. --cell-vertical-padding: 12rpx;
  4. /* --cell-horizontal-padding: 0; */
  5. --cell-background-color: transparent;
  6. }
  7. .container{
  8. padding-bottom: 120rpx;
  9. }
  10. .bottomBtn{
  11. padding-top: 20rpx;
  12. text-align: right;
  13. }
  14. .bottomBtn button {
  15. margin-left: 0 !important;
  16. }
  17. .orderLoadBox > .title {
  18. height: 100rpx;
  19. line-height: 100rpx;
  20. font-weight: bold;
  21. font-size: 40rpx;
  22. color: #14284A;
  23. text-align: center;
  24. background: linear-gradient(180deg, #D4E1F6 0%, #FFFFFF 100%);
  25. }
  26. .orderLoadBox .dialogUser {
  27. height: 50vh;
  28. padding-top: 30rpx;
  29. }
  30. .orderLoadBox .dialogUser .saleItem {
  31. width: 700rpx;
  32. margin: 0 auto 30rpx;
  33. padding-bottom: 20rpx;
  34. border-bottom: 1px solid #eee;
  35. }
  36. .orderLoadBox .dialogUser .saleItem .title {
  37. font-size: 36rpx;
  38. display: flex;
  39. justify-content: space-between;
  40. }
  41. .orderLoadBox .dialogUser .saleItem .time {
  42. margin-top: 10rpx;
  43. color: #666;
  44. font-size: 24rpx;
  45. }
  46. /* 表单根据内容自动调整高度 */
  47. .radioHeight .radioHeightBx {
  48. width: 100%;
  49. }
  50. radio-group {
  51. text-align: right;
  52. }
  53. .fieldAutoHeight .van-field__body,.fieldAutoHeight .van-field__control {
  54. height: auto !important;
  55. text-align: left;
  56. line-height: 30px;
  57. }
  58. .radioHeight .van-field__body {
  59. height: 28px;
  60. line-height: 25px;
  61. }