wenzhang.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/wenzhang/wenzhang.wxss */
  2. .search{
  3. margin-bottom: 20rpx;
  4. }
  5. .menu{
  6. width: 28%;
  7. background: #fff;
  8. display: inline-block;
  9. line-height: 64rpx;
  10. border-radius: 15rpx;
  11. margin-left: 2%;
  12. vertical-align: top;
  13. position: relative;
  14. }
  15. .picker{
  16. text-align: center;
  17. color: #999;
  18. font-size: 26rpx;
  19. }
  20. .list{
  21. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  22. /* border-radius: 20rpx; */
  23. display: flex;
  24. /* padding: 20rpx; */
  25. /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */
  26. /* margin: 0 20rpx 40rpx; */
  27. border-bottom: 1px solid #F0F0F0;
  28. padding: 28rpx 0;
  29. }
  30. .list image{
  31. width: 25%;
  32. height: 210rpx;
  33. }
  34. .list>view{
  35. width: 75%;
  36. padding-left: 20rpx;
  37. vertical-align: middle;
  38. }
  39. .list .title{
  40. margin-bottom: 20rpx;
  41. text-overflow: ellipsis;
  42. overflow: hidden;
  43. white-space: nowrap;
  44. }
  45. .list text{
  46. color: #999;
  47. display: block;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. display: -webkit-box;
  51. -webkit-line-clamp: 2;
  52. -webkit-box-orient: vertical;
  53. white-space: normal;
  54. font-size: 26rpx;
  55. }
  56. .ly{
  57. margin-bottom: 20rpx;
  58. }
  59. .ly text{
  60. display: block;
  61. color: #666;
  62. font-size: 22rpx;
  63. }
  64. .ly view{
  65. float: right;
  66. text-align: right;
  67. }
  68. .ly view text{
  69. font-size: 18rpx;
  70. }
  71. scroll-view{
  72. background: #fff;
  73. padding: 0 20rpx;
  74. border-radius: 18rpx;
  75. height: 100%;
  76. }
  77. .up{
  78. width: 0;
  79. height: 0;
  80. border: 10rpx solid transparent;
  81. border-top: 12rpx solid #999;
  82. display: inline-block;
  83. position: relative;
  84. top: 3px;
  85. }
  86. .drop_menu{
  87. background: #fff;
  88. box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2);
  89. position: absolute;
  90. width: 100%;
  91. right: 0;
  92. border-radius: 15rpx;
  93. z-index: 9;
  94. top: 70rpx;
  95. }
  96. .drop_menu text{
  97. display: block;
  98. line-height: 60rpx;
  99. text-align: center;
  100. color: #999;
  101. }
  102. .content{
  103. height: calc(100vh - 104rpx);
  104. }
  105. .more{
  106. text-align:center;
  107. color:#999;
  108. padding:10rpx 0;
  109. }