School_library.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* parents/pages/library/library.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. @import '../../../templates/nodata/nodata.wxss';
  4. .section-label {
  5. padding: 24rpx 30rpx;
  6. }
  7. .section-icon {
  8. width: 34rpx;
  9. height: 34rpx;
  10. }
  11. .section-icon-two {
  12. width: 28rpx;
  13. height: 34rpx;
  14. }
  15. .section-text {
  16. font-size: 30rpx;
  17. color: #999;
  18. margin-left: 16rpx;
  19. }
  20. .section-list {
  21. padding-left: 30rpx;
  22. background: #fff;
  23. }
  24. .section-li {
  25. padding: 30rpx 30rpx 30rpx 0;
  26. border-bottom: solid 1rpx #e6e6e6;
  27. }
  28. .section-li:nth-last-of-type(1) {
  29. border-bottom: solid 1rpx transparent;
  30. }
  31. .section-row {
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. }
  36. .section-col {
  37. display: flex;
  38. flex-direction: column;
  39. justify-content: flex-start;
  40. align-items: flex-start;
  41. }
  42. .section-flex {
  43. flex: 1;
  44. }
  45. .section-title {
  46. font-size: 30rpx;
  47. color: #333;
  48. }
  49. .section-text {
  50. font-size: 24rpx;
  51. color: #999;
  52. }
  53. .section-context {
  54. font-size: 24rpx;
  55. color: #999;
  56. margin-top: 20rpx;
  57. }
  58. .section-button {
  59. background: rgba(255,255,255,1);
  60. border-radius: 40rpx;
  61. border: 1rpx solid rgba(0,183,255,1);
  62. font-size: 28rpx;
  63. color: rgba(0,183,255,1);
  64. padding: 16rpx 20rpx;
  65. margin-left: 20rpx;
  66. }
  67. .header {
  68. /* background: #FAFAFA; */
  69. padding: 24rpx 40rpx;
  70. }
  71. page{
  72. background: #fff
  73. }
  74. .search-cancel{
  75. color: #00B7FF;
  76. font-size: 30rpx;
  77. margin: auto;
  78. }
  79. .list-items-title{
  80. padding: 24rpx 30rpx;
  81. }