order.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. page {
  2. background: #F5F5F5;
  3. }
  4. .order {
  5. background: #fff;
  6. margin-bottom: 20rpx;
  7. padding: 10rpx 30rpx;
  8. height: 400rpx;
  9. }
  10. .input {
  11. height: 80rpx;
  12. border-bottom: 1px solid #e5e5e5;
  13. }
  14. .input > view {
  15. display: inline-block;
  16. width: 170rpx;
  17. height: 80rpx;
  18. line-height: 80rpx;
  19. font-size: 34rpx;
  20. vertical-align: middle;
  21. }
  22. .input input , .input picker {
  23. display: inline-block;
  24. width: calc(100% - 180rpx);
  25. height: 80rpx;
  26. line-height: 80rpx;
  27. vertical-align: middle;
  28. }
  29. .input.textarea {
  30. border-bottom: 0px;
  31. }
  32. .input.textarea > view {
  33. height: 150rpx;
  34. vertical-align: top;
  35. }
  36. .textarea textarea {
  37. display: inline-block;
  38. width: calc(100% - 180rpx);
  39. height: 130rpx;
  40. vertical-align: top;
  41. padding: 20rpx 0 0 0;
  42. }
  43. .info {
  44. background: #fff;
  45. margin-bottom: 20rpx;
  46. }
  47. .title {
  48. padding: 28rpx 33rpx;
  49. color: #f00;
  50. border-bottom: 1px solid #e5e5e5;
  51. }
  52. .title image {
  53. width: 35rpx;
  54. height: 35rpx;
  55. margin-right: 15rpx;
  56. }
  57. .title image , .title text {
  58. vertical-align: middle;
  59. }
  60. .content {
  61. color: #333;
  62. font-size: 28rpx;
  63. line-height: 37rpx;
  64. padding: 40rpx 34rpx;
  65. }
  66. .pay {
  67. background: #fff;
  68. margin-bottom: 10rpx;
  69. height: 380rpx;
  70. }
  71. .pay view {
  72. text-align: center;
  73. }
  74. .text {
  75. padding: 46rpx 0 20rpx;
  76. color: #999;
  77. font-size: 32rpx;
  78. }
  79. .money {
  80. color: #000;
  81. font-size: 60rpx;
  82. margin: 0 0 60rpx 0;
  83. }
  84. .pay button {
  85. margin: 0 auto;
  86. width: 80%;
  87. color: #fff;
  88. background:#6b223e;
  89. font-size: 36rpx;
  90. }
  91. .detail {
  92. background: #fff;
  93. margin-bottom: 20rpx;
  94. color: #333;
  95. padding: 15rpx;
  96. }
  97. .detail > view {
  98. font-size: 32rpx;
  99. margin-bottom: 20rpx;
  100. }
  101. .detail > view > view:nth-child(1) {
  102. font-size: 36rpx;
  103. }
  104. .detail > view > view:nth-child(2) {
  105. margin-top: 15rpx;
  106. padding-left: 15rpx;
  107. line-height: 32rpx;
  108. }