detail.wxss 1.2 KB

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