zcmx.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* pages/zcmx/zcmx.wxss */
  2. .table_title {
  3. width: 70%;
  4. height: 100rpx;
  5. margin: 30rpx auto;
  6. text-align: center;
  7. line-height: 100rpx;
  8. color: #fff;
  9. /* background: rgb(182, 55, 55); */
  10. }
  11. .table_item {
  12. width: 95%;
  13. margin: 0 auto;
  14. }
  15. .col {
  16. width: 100%;
  17. height: 100rpx;
  18. /* text-align: center; */
  19. color: #666666;
  20. font-size: 20rpx;
  21. font-weight: bold;
  22. background: #DCF0FF;
  23. }
  24. .col_t {
  25. background: #2877E7;
  26. color: #fff;
  27. }
  28. .row_t {
  29. line-height: 100rpx;
  30. }
  31. .row {
  32. min-height: 80rpx;
  33. text-align: center;
  34. float: left;
  35. display:flex;
  36. text-align:center;
  37. align-items:center;
  38. justify-content:center;
  39. border-right: 1rpx #fff solid;
  40. display: -webkit-box;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. word-wrap: break-word;
  44. white-space: normal !important;
  45. -webkit-line-clamp: 3;
  46. -webkit-box-orient: vertical;
  47. }
  48. .orange {
  49. background-color: #FF842E;
  50. }
  51. .orange_d {
  52. background-color: #FFF4EB;
  53. }
  54. .page {
  55. width: 70%;
  56. height: 80rpx;
  57. margin: 25rpx auto;
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. }
  62. .turning {
  63. width: 120rpx;
  64. height: 60rpx;
  65. line-height: 60rpx;
  66. /* background: #3B77E6; */
  67. color: #fff;
  68. text-align: center;
  69. float: left;
  70. border-radius: 20rpx;
  71. }
  72. .pagenum {
  73. margin: 0 40rpx;
  74. min-width: 50rpx;
  75. height: 60rpx;
  76. border: 1px #c9c9c9 solid;
  77. float: left;
  78. text-align: center;
  79. line-height: 60rpx;
  80. }