problem_list.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* pages/problem_list/problem_list.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. .pt {
  4. padding-top: 150rpx;
  5. }
  6. .pb {
  7. padding-bottom: 98rpx;
  8. }
  9. .fixed {
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. position: fixed;
  14. top: 0;
  15. width: 100%;
  16. height: 130rpx;
  17. background: rgba(255,255,255,1);
  18. padding-top: 20rpx;
  19. z-index: 99;
  20. }
  21. .fixed-left{
  22. border-right: 2px solid #000;
  23. border-top: 2px solid #000;
  24. height: 25rpx;
  25. width: 25rpx;
  26. transform: rotate(-135deg);
  27. -webkit-transform: rotate(-135deg);
  28. border-left: 2rpx solid transparent;
  29. border-bottom: 2rpx solid transparent;
  30. -moz-transform: rotate(-135deg);
  31. -ms-transform: rotate(-135deg);
  32. -o-transform: rotate(-135deg);
  33. /* margin: 74rpx 0 0 19rpx;
  34. display: inline-block; */
  35. position: fixed;
  36. top: 85rpx;
  37. left: 24rpx;
  38. }
  39. .fixed-items {
  40. margin-top: 28rpx;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. }
  45. .fixed-item {
  46. color: #393939;
  47. border-bottom: solid 1rpx rgba(255,100,101,0);
  48. padding: 13rpx 0;
  49. margin: 0 30rpx;
  50. font-size: 30rpx;
  51. font-weight: bold;
  52. line-height: 40rpx;
  53. transition: all .3s;
  54. }
  55. .fixed-item-active {
  56. color: rgba(255,100,101,1);
  57. border-bottom: solid 4rpx rgba(255,100,101,1);
  58. }
  59. .list{
  60. margin: 30rpx 0;
  61. padding: 0
  62. }
  63. .list-items{
  64. margin: 0 24rpx 20rpx 24rpx;
  65. padding: 30rpx 24rpx;
  66. color: #393939;
  67. font-size: 30rpx;
  68. background:rgba(241,243,250,1);
  69. border-radius:16rpx;
  70. }
  71. .list-items-logo{
  72. width: 34rpx;
  73. height: 37rpx;
  74. margin-right: 10rpx;
  75. }
  76. .list-items-chat{
  77. width: 27rpx;
  78. height: 26rpx;
  79. margin-left: 5rpx
  80. }
  81. .list-items-head{
  82. display: flex;
  83. justify-content: space-between
  84. }
  85. .list-items-head-text{
  86. color: #778ADC;
  87. font-size: 24rpx;
  88. }
  89. .list-items-img{
  90. width:100%;
  91. height:300rpx;
  92. border-radius:10rpx;
  93. position: relative;
  94. margin-top: 40rpx
  95. }
  96. .list-items-img-tips{
  97. position: absolute;
  98. top: -2rpx;
  99. right: -2rpx;
  100. width: 120rpx;
  101. height: 117rpx;
  102. }