金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
976 B

  1. .exclusive-plan{
  2. background-color: #FFFFFF;
  3. .title{
  4. padding: 10px 15px 5px 15px;
  5. display: flex;
  6. justify-content: space-between;
  7. color: #000;
  8. align-items: center;
  9. span:nth-child(1) {
  10. font-size: 24px;
  11. font-weight: bold;
  12. line-height: 33px;
  13. display: inline-block;
  14. //padding-left: 6px;
  15. //border-left: 4px solid #E7031C;
  16. }
  17. span:nth-child(2) {
  18. font-size: 12px;
  19. display: flex;
  20. align-items: center;
  21. text{
  22. font-size: 15px;
  23. font-weight: 700;
  24. margin-left: 5px;
  25. }
  26. }
  27. }
  28. .content-plans{
  29. //padding:0px 0px 20px 0px;
  30. white-space: nowrap;
  31. overflow: auto;
  32. .item{
  33. display: inline-block;
  34. width:240px;
  35. height: 125px;
  36. margin: 5px;
  37. &:first-child {
  38. margin-left: 15px;
  39. }
  40. &:last-child {
  41. margin-right: 15px;
  42. }
  43. image{
  44. width: 100%;
  45. height: 100%;
  46. }
  47. }
  48. }
  49. }