style.less 995B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .box-content {
  2. background-color: #F8F8F8;
  3. height: 100vh;
  4. .View-box {
  5. margin: 30px 20px 0 20px;
  6. .myTravel{
  7. .slideview-content{
  8. margin:7.5px 0;
  9. }
  10. }
  11. .View-box-Card{
  12. background: #FFF;
  13. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  14. border-radius: 12px;
  15. padding: 40px 34px 40px 26px;
  16. line-height: 31.5px;
  17. font-weight: bold;
  18. color: #666;
  19. margin: 15px 10px;
  20. .travelName{
  21. font-size: 34px;
  22. color: #333;
  23. }
  24. .edit{
  25. width: 40px;
  26. height: 40px;
  27. }
  28. .bottom{
  29. display: flex;
  30. justify-content: space-between;
  31. .travelDay{
  32. margin-top: 40px;
  33. font-size: 28px;
  34. }
  35. .travelDate{
  36. margin-top: 40px;
  37. font-size: 24px;
  38. font-weight: 400;
  39. }
  40. }
  41. }
  42. .foot {
  43. font-size: 28px;
  44. color: #c0c8d3;
  45. margin: 40px 0;
  46. text-align: center;
  47. }
  48. }
  49. }