myarticles.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .panelNull{
  2. margin-top: 410rpx;
  3. font-size: 28rpx;
  4. color: #C1E1C1;
  5. }
  6. .textNull1{
  7. font-weight: 400;
  8. font-size: 24rpx;
  9. margin-top: 10rpx;
  10. }
  11. .panel1{
  12. width:710rpx;
  13. background: #1E1E1E;
  14. border-radius: 20rpx;
  15. margin-bottom: 20rpx;
  16. color: #C1E1C1;
  17. position: relative;
  18. }
  19. .text01{
  20. align-self: start;
  21. margin: 30rpx 0 0 30rpx;
  22. font-size: 24rpx;
  23. }
  24. .panel11{
  25. width: 100%;
  26. justify-content: flex-start;
  27. margin: 30rpx 0;
  28. }
  29. .panelLine{
  30. width: 5rpx;
  31. height: 83rpx;
  32. background-color: #C1E1C1;
  33. margin: 0 25rpx 0 30rpx;
  34. }
  35. .panel111{
  36. align-items: flex-start;
  37. }
  38. .text02{
  39. font-weight: 400;
  40. font-size: 24rpx;
  41. }
  42. .text03{
  43. font-size: 36rpx;
  44. white-space: nowrap;
  45. width:620rpx;
  46. overflow-x: hidden;
  47. }
  48. .panel12{
  49. width: 670rpx;
  50. height:90rpx;
  51. background: #002F24;
  52. border-radius: 10rpx;
  53. margin: 0 0 20rpx 0;
  54. }
  55. .text04{
  56. font-weight: 400;
  57. font-size: 28rpx;
  58. width: 610rpx;
  59. margin: 20rpx 0;
  60. }
  61. .panelBtn{
  62. border-radius: 10rpx;
  63. background-color: #002F24;
  64. position: absolute;
  65. top:20rpx;
  66. right:20rpx;
  67. }
  68. .btn1{
  69. width:154rpx;
  70. line-height:53rpx;
  71. font-size: 24rpx;
  72. color: #FFFFFF;
  73. text-align: center;
  74. }
  75. .btn2{
  76. width:90rpx;
  77. height:53rpx;
  78. }
  79. .sysIcon_a13{
  80. width: 2rpx;
  81. height:14rpx;
  82. }
  83. .sysIcon_a14{
  84. width: 20rpx;
  85. height:22rpx;
  86. }