template.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. font-weight: bold;
  35. }
  36. .auto-text{
  37. margin-top : 10rpx;
  38. margin-left : 16rpx;
  39. margin-right : 16rpx;
  40. font-size : 30rpx;
  41. }
  42. .firstTableStyle{
  43. hegiht:800px;
  44. font-size:35px;
  45. }
  46. .table{
  47. border:1px solid #dadada;
  48. border-right:0;
  49. border-bottom: 0;
  50. width: 98%;
  51. margin-left: 1%;
  52. }
  53. .tr{
  54. width:100%;
  55. display: flex;
  56. justify-content: space-between;
  57. }
  58. .th,.td{
  59. padding: 10px;
  60. border-bottom: 1px solid #dadada;
  61. border-right: 1px solid #dadada;
  62. text-align: center;
  63. width: 100%;
  64. }
  65. .th1,.th2,.td1,.td2{
  66. width: 40%;
  67. }
  68. .th{
  69. font-weight: 800;
  70. background-color: #b66242;
  71. font-size: 28rpx;
  72. color: #330e0e;
  73. }
  74. .td{
  75. font-size: 20rpx;
  76. }
  77. .caption{
  78. font-size:35rpx;
  79. font-weight: bold;
  80. }
  81. .auto-image{
  82. height:300rpx;
  83. }
  84. .viewimage {
  85. width:400px;
  86. height:240px;
  87. display:inline-block;
  88. overflow:hidden;
  89. }