confirm.wxss 450 B

123456789101112131415161718192021222324252627282930
  1. /* pages/order/confirm.wxss */
  2. .containertop{
  3. background-color:#12A273;
  4. width: 100%;
  5. height: 80px;
  6. }
  7. .containermiddle{
  8. width: 90%;
  9. margin: 0 auto;
  10. }
  11. .title {
  12. font-size: 18px;
  13. padding: 20px 0;
  14. text-align: center;
  15. }
  16. .btn-box {
  17. box-sizing: border-box;
  18. width: 100%;
  19. position: fixed;
  20. bottom: 20px;
  21. left: 0;
  22. z-index: 1;
  23. padding: 0 20px;
  24. }
  25. .van-tag {margin-right: 5px;}
  26. .btn-class {
  27. background-color: #12A273 !important;
  28. }