myarticles.wxss 1.3 KB

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