index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .art-header{
  2. position: relative;
  3. width: 100%;
  4. }
  5. .art-img{
  6. width: 100%;
  7. height: 219px;
  8. }
  9. .art-title{
  10. position: absolute;
  11. bottom: 36px;
  12. left: 8px;
  13. font-size: 16px;
  14. }
  15. .art-source {
  16. position: absolute;
  17. bottom: 8px;
  18. font-size: 14px;
  19. right: 8px;
  20. }
  21. .art-content{
  22. padding-top: 10px;
  23. background-color: #FFF;
  24. line-height: 1.5;
  25. }
  26. .header-title{
  27. text-align : center;
  28. margin : 0 auto;
  29. font-size : 50rpx;
  30. font-weight: bold;
  31. }
  32. .auto-title{
  33. margin-top : 10rpx;
  34. margin-left : 16rpx;
  35. font-weight: bold;
  36. }
  37. .auto-text{
  38. margin-top : 10rpx;
  39. margin-left : 16rpx;
  40. margin-right : 16rpx;
  41. font-size : 30rpx;
  42. }
  43. .firstTableStyle{
  44. hegiht:800px;
  45. font-size:35px;
  46. }
  47. .table{
  48. border:1px solid #dadada;
  49. border-right:0;
  50. border-bottom: 0;
  51. width: 98%;
  52. margin-left: 1%;
  53. }
  54. .tr{
  55. width:100%;
  56. display: flex;
  57. justify-content: space-between;
  58. }
  59. .th,.td{
  60. padding: 10px;
  61. border-bottom: 1px solid #dadada;
  62. border-right: 1px solid #dadada;
  63. text-align: center;
  64. width: 100%;
  65. }
  66. .th1,.th2,.td1,.td2{
  67. width: 40%;
  68. }
  69. .th{
  70. font-weight: 800;
  71. background-color: #b66242;
  72. font-size: 28rpx;
  73. color: #330e0e;
  74. }
  75. .td{
  76. font-size: 20rpx;
  77. }
  78. .caption{
  79. font-size:35rpx;
  80. }
  81. .auto-image{
  82. height:300rpx;
  83. }
  84. .pAimage{
  85. width:400px;
  86. }