submitOrder.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .u-cell__body--large.data-v-913eaa32 {
  2. padding: 48rpx 0 !important;
  3. box-sizing: border-box;
  4. }
  5. page {
  6. background-color: #F4F4F4;
  7. font-size: 30rpx;
  8. }
  9. .checkbox {
  10. display: flex;
  11. padding: 30rpx;
  12. }
  13. .checkbox .text {
  14. margin-left: 10rpx;
  15. font-size: 26rpx;
  16. }
  17. .top {
  18. margin-top: 32rpx;
  19. padding: 10rpx 30rpx;
  20. display: flex;
  21. align-items: center;
  22. margin-bottom: 20rpx;
  23. }
  24. .top .image {
  25. margin-right: 20rpx;
  26. }
  27. .top .image image {
  28. width: 180rpx;
  29. height: 110rpx;
  30. }
  31. .suborder {
  32. position: relative;
  33. margin-top: 30rpx;
  34. padding: 48rpx 30rpx;
  35. background-color: #fff;
  36. border-radius: 0px 56rpx 0px 0px;
  37. height: calc(100vh - 323rpx);
  38. box-sizing: border-box;
  39. }
  40. .suborder .name {
  41. margin-bottom: 48rpx;
  42. }
  43. .suborder .contract {
  44. margin-top: 50rpx;
  45. }
  46. .suborder .time {
  47. position: absolute;
  48. left: 0;
  49. bottom: 75rpx;
  50. width: 100%;
  51. background-color: #F4F4F4;
  52. border-radius: 16rpx 16rpx 0px 0px;
  53. display: flex;
  54. padding: 24rpx 0rpx 24rpx 30rpx;
  55. }
  56. .navbar {
  57. margin-top: 104rpx;
  58. display: flex;
  59. justify-content: space-between;
  60. align-items: center;
  61. bottom: 0;
  62. left: 0;
  63. position: fixed;
  64. width: 100%;
  65. height: 104rpx;
  66. background: #1E9F6A;
  67. border-radius: 16rpx 16rpx 0px 0px;
  68. color: #ffffff;
  69. }
  70. .navbar .navbar-item {
  71. width: 50%;
  72. text-align: center;
  73. }
  74. .navbar .want {
  75. border-left: 1rpx solid #FFFFFF;
  76. }