Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.wxss 711B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .footer {
  2. display: flex;
  3. justify-content: space-around;
  4. position: fixed;
  5. bottom: 0;
  6. z-index: 99;
  7. box-sizing: border-box;
  8. width: 750rpx;
  9. padding: 20rpx 20rpx;
  10. background-color: #ffffff;
  11. }
  12. .footer-btn {
  13. width: 30%;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. padding: 6rpx 0;
  18. border-radius: 8rpx;
  19. background-color: rgba(103, 149, 255, 1);
  20. color: #ffffff;
  21. font-size: 24rpx;
  22. }
  23. .footer-btn-front {
  24. background: gray;
  25. font-size: 18rpx;
  26. font-weight: 400;
  27. color: #FFFFFF;
  28. }
  29. .footer-btn-save {
  30. background: #3670F5;
  31. font-size: 18rpx;
  32. font-weight: 400;
  33. color: #FFFFFF;
  34. }
  35. .footer-btn-reset {
  36. font-size: 18rpx;
  37. font-weight: 400;
  38. color: #FFFFFF;
  39. }