detail.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. .table{
  43. border:1px solid #dadada;
  44. border-right:0;
  45. border-bottom: 0;
  46. width: 98%;
  47. margin-left: 1%;
  48. }
  49. .tr{
  50. width:100%;
  51. display: flex;
  52. justify-content: space-between;
  53. }
  54. .th,.td{
  55. padding: 10px;
  56. border-bottom: 1px solid #dadada;
  57. border-right: 1px solid #dadada;
  58. text-align: center;
  59. width: 100%;
  60. }
  61. .th1,.th2,.td1,.td2{
  62. width: 40%;
  63. }
  64. .th{
  65. font-weight: 800;
  66. background-color: #b66242;
  67. font-size: 28rpx;
  68. color: #330e0e;
  69. }
  70. .td{
  71. font-size: 20rpx;
  72. background:#b3ccff;
  73. }
  74. .caption{
  75. font-size:35rpx;
  76. }