news-pages.component.css 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .newsPages-w{
  2. width: 100%;
  3. display: inline-block;
  4. }
  5. .newContent {
  6. width: 100%;
  7. padding: 20px 0;
  8. display: inline-block;
  9. border-bottom: 1px solid #ccc;
  10. }
  11. .imgNew-w {
  12. width: 100%;
  13. height: 200px;
  14. }
  15. .imgNew-w img {
  16. width: 100%;
  17. height: 200px;
  18. }
  19. .content {
  20. width: 100%;
  21. text-align: right;
  22. }
  23. .content h1{
  24. font-size: 20px;
  25. color: #888;
  26. }
  27. .content p {
  28. color: #bda380;
  29. font-size: 18px;
  30. margin: 10px 0;
  31. cursor: pointer;
  32. }
  33. .content p span {
  34. color: red;
  35. font-weight: bold;
  36. }
  37. .englishContent-w {
  38. direction: ltr;
  39. padding: 40px 0;
  40. }
  41. .englishContent-w h1 {
  42. font-size: 20px;
  43. color: #888;
  44. }
  45. englishContent-w p {
  46. color: #bda380;
  47. font-size: 18px;
  48. margin: 10px 0;
  49. cursor: pointer;
  50. }
  51. .contentPage-w {
  52. width: 95%;
  53. display: block;
  54. border-top: 0;
  55. margin: 0 auto;
  56. margin-bottom: 20px;
  57. padding: 10px 20px;
  58. background: rgba(255, 255, 255, 0.5);
  59. }