lod.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .lod-bar {
  6. background-image: linear-gradient(rgb(218, 235, 255) 0%, rgb(255, 255, 255) 40.6%);
  7. padding-top: 5%;
  8. }
  9. .lod-bar-y {
  10. height: 230px;
  11. border-radius: 0px 0px 80% 0px;
  12. }
  13. .lod-logo {
  14. width: 243px;
  15. height: 200px;
  16. background: url(../images/logo3.png) no-repeat;
  17. background-size: 70%;
  18. background-position-x: center;
  19. background-position-y: center;
  20. margin: 0 auto;
  21. }
  22. .lod-ma30 {
  23. margin-top: 30px;
  24. }
  25. .lod-wj {
  26. overflow: hidden;
  27. margin: 50px 36px;
  28. color: #a9a9a9;
  29. font-size: 14px;
  30. }
  31. .lod-sj {
  32. position: absolute;
  33. bottom: 0px;
  34. height: 100px;
  35. width: 100%;
  36. }
  37. .lod-qq {
  38. background: url(../images/qq.png) no-repeat;
  39. background-size: 25px;
  40. height: 35px;
  41. background-position-x: right;
  42. }
  43. .lod-wx {
  44. background: url(../images/wx.png) no-repeat;
  45. background-size: 30px;
  46. height: 35px;
  47. background-position-x: center;
  48. }
  49. .lod-wb {
  50. background: url(../images/wb.png) no-repeat;
  51. background-size: 30px;
  52. height: 35px;
  53. background-position-x: left;
  54. }