guanyuan.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .img-response{
  2. display: block;
  3. margin: 0 auto;
  4. max-width: 100%;
  5. }
  6. .demonstrate-box{
  7. display: flex;
  8. height: 100%;
  9. padding:0 0 60px 0;
  10. box-sizing: border-box;
  11. flex-direction: column;
  12. }
  13. .top{
  14. padding:0 30px;
  15. padding-top: 20px;
  16. }
  17. .top .subtitle{
  18. color:#111111;
  19. font-size:16px;
  20. font-weight: bold;
  21. }
  22. .top .center{
  23. text-align: center;
  24. }
  25. .top .subhead{
  26. margin-top: 5px;
  27. font-size:12px;
  28. font-family:PingFangSC-Ultralight,PingFang SC;
  29. color:#797979;
  30. line-height:17px;
  31. }
  32. .top .time-box{
  33. display: flex;
  34. height: 20px;
  35. align-items: center;
  36. margin-top: 8px;
  37. }
  38. .top .time-box .text{
  39. display: flex;
  40. height: 20px;
  41. align-items: center;
  42. color:#8D8D8D;
  43. font-size:12px;
  44. }
  45. .top .time-box img{
  46. width: 13px;
  47. height: 13px;
  48. margin-right: 6px;
  49. }
  50. .top .adr-box{
  51. display: flex;
  52. height: 20px;
  53. align-items: center;
  54. margin-top: 5px;
  55. }
  56. .top .adr-box .text{
  57. display: flex;
  58. height: 20px;
  59. align-items: center;
  60. color:#8D8D8D;
  61. font-size:12px;
  62. }
  63. .top .adr-box img{
  64. width: 13px;
  65. height: 13px;
  66. margin-right: 6px;
  67. }
  68. .main{
  69. margin-top: 14px;
  70. }
  71. .main .item-title{
  72. position: relative;
  73. font-size:14px;
  74. color:#111111;
  75. }
  76. .main .item-title .left-line{
  77. position: absolute;
  78. left: 0;
  79. top: 0;
  80. width:2px;
  81. height:20px;
  82. background:rgba(22,22,22,1);
  83. }
  84. .main .paragraph{
  85. line-height:24px;
  86. padding:0 30px;
  87. font-size:12px;
  88. color:#111111;
  89. padding-bottom: 10px;
  90. }
  91. .main .pic-box{
  92. padding:0 30px;
  93. padding-bottom: 18px;
  94. }
  95. .main .pic-box .pic{
  96. width: 100%;
  97. margin-top: 16px;
  98. }