index.wxss 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* pages/admin/index.wxss */
  2. .swiper {
  3. width: 750rpx;
  4. height: 100vh;
  5. }
  6. .swiper-item {
  7. width: 100%;
  8. height: 100%;
  9. position: relative;
  10. }
  11. .zp {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .jj {
  16. position: absolute;
  17. width: 100%;
  18. bottom: 0;
  19. height: 45vh;
  20. background-color: #00000090;
  21. color: #fff;
  22. font-size: 30rpx;
  23. padding: 20rpx;
  24. box-sizing: border-box;
  25. line-height: 1.5em;
  26. }
  27. .jj_content {
  28. text-indent: 2em;
  29. overflow: hidden;
  30. display: -webkit-box;
  31. -webkit-line-clamp: 5;
  32. -webkit-box-orient: vertical;
  33. text-overflow: ellipsis;
  34. }
  35. .zuopin_gongju_tool {
  36. display: flex;
  37. }
  38. .zuopin_gongju_item {
  39. flex: 1;
  40. text-align: center;
  41. padding: 1em 0;
  42. }
  43. .zuopin_gongju_btn {
  44. color: #000;
  45. height: 64rpx;
  46. line-height: 64rpx;
  47. width: 6em;
  48. margin: 0 auto;
  49. border: 1px solid #eee;
  50. border-radius: 2em;
  51. background-color: #eee;
  52. }
  53. .zuopin_gongju_btn_err {
  54. background-color: #ee0a24;
  55. border-color: #ee0a24;
  56. color: #fff;
  57. }