organization.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .header{
  2. background: #fff;
  3. padding: 24rpx;
  4. position: sticky;
  5. top: 0;
  6. }
  7. .search{
  8. background-color: #f1f1f1;
  9. border-radius: 10rpx;
  10. padding:8rpx 10rpx;
  11. }
  12. .search input{
  13. background-color: #f1f1f1;
  14. font-size: 26rpx;
  15. }
  16. .search image{
  17. width: 30rpx;
  18. height: 30rpx;
  19. margin-left: 10rpx;
  20. }
  21. .li{
  22. background-color: #fff;
  23. }
  24. .img-left{
  25. margin: 0 28rpx;
  26. background-color: rgba(38, 162, 255, 0.1);
  27. padding: 10rpx;
  28. border-radius: 50%;
  29. width: 90rpx;
  30. height: 90rpx;
  31. text-align: center;
  32. box-sizing: border-box;
  33. }
  34. .img-tx{
  35. margin: 0 28rpx;
  36. }
  37. .img-left image{
  38. width: 50rpx;
  39. height: 50rpx;
  40. position: relative;
  41. top: 5rpx;
  42. }
  43. .img-right{
  44. width: 24rpx;
  45. height: 24rpx;
  46. margin-right: 28rpx;
  47. }
  48. .li-right{
  49. padding: 32rpx 0;
  50. }
  51. .logo{
  52. width: 100rpx;
  53. height: 100rpx;
  54. border-radius: 6rpx;
  55. margin-right: 20rpx;
  56. }
  57. .name{
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. white-space: nowrap;
  61. padding-right: 20rpx;
  62. }
  63. .title2{
  64. font-size: 24rpx;
  65. padding: 20rpx 28rpx;
  66. }
  67. .shu{
  68. padding:24rpx 28rpx;
  69. font-size: 28rpx;
  70. color: #26A2FF;
  71. padding-top: 0rpx;
  72. }
  73. .shu view:last-child{
  74. color: #ccc;
  75. }
  76. .footer{
  77. position: fixed;
  78. left: 0;
  79. right: 0;
  80. bottom: 0;
  81. background: rgba(245, 247, 250, 1);
  82. padding: 10rpx;
  83. /* border-top: 1px solid #f1f1f1; */
  84. }
  85. .footer view{
  86. border-radius: 6rpx;
  87. background: #fff;
  88. color: #26A2FF;
  89. height: 88rpx;
  90. text-align: center;
  91. line-height: 88rpx;
  92. border:1px solid #f1f1f1;
  93. }