articlecategory.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .container{
  2. background-color: #DAD2C1;
  3. color:#2E2E2E;
  4. }
  5. .panel1{
  6. width: 100%;
  7. height:98rpx;
  8. justify-content: flex-start;
  9. position: fixed;
  10. top:0;
  11. background-color: #DAD2C1;
  12. z-index: 20;
  13. }
  14. .btn{
  15. height: 58rpx;
  16. background: #3A3535;
  17. border-radius: 20rpx;
  18. padding: 0 20rpx;
  19. color:#F0F0F0;
  20. font-size: 24rpx;
  21. margin-right: 10rpx;
  22. border: 5rpx solid #3A3535;
  23. }
  24. .btn0{
  25. margin-left: 30rpx;
  26. }
  27. .btnSelected{
  28. background: #DAD2C1;
  29. border: 5rpx solid #3A3535;
  30. color:#3A3535;
  31. }
  32. .panel2{
  33. margin-top: 30rpx;
  34. width: 690rpx;
  35. min-height:549rpx;
  36. background-color: #fff;
  37. border-radius: 20rpx;
  38. justify-content: flex-start;
  39. align-items: flex-start;
  40. position: relative;
  41. }
  42. .img{
  43. width: 100%;
  44. height:360rpx;
  45. border-radius: 20rpx 20rpx 0 0;
  46. }
  47. .text01{
  48. width: 630rpx;
  49. margin: 30rpx 0 0 30rpx;
  50. font-size: 36rpx;
  51. }
  52. .text02{
  53. font-size: 24rpx;
  54. text-shadow: 0 3rpx 0 rgba(0,0,0,0.40);
  55. position: absolute;
  56. top:30rpx;
  57. left:30rpx;
  58. background: rgba(0,0,0,0.40);
  59. border-radius: 25rpx;
  60. color:#fff;
  61. padding: 8rpx 20rpx;
  62. }
  63. .text03{
  64. margin: 10rpx 0 0 30rpx;
  65. font-size: 36rpx;
  66. font-weight: 400;
  67. }
  68. .text04{
  69. width: 630rpx;
  70. margin: 30rpx 0 0 30rpx;
  71. font-size: 24rpx;
  72. font-weight: 400;
  73. }
  74. .text05{
  75. width: 650rpx;
  76. border-radius: 10rpx;
  77. min-height: 73rpx;
  78. margin: 10rpx 0 20rpx 20rpx;
  79. background-color: #F0EDE6;
  80. }
  81. .text051{
  82. width: 590rpx;
  83. margin: 20rpx 30rpx;
  84. font-size: 24rpx;
  85. font-weight: 400;
  86. background-color: #F0EDE6;
  87. }