library.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /* parents/pages/library/library.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.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. .search-cancel{
  68. color: #00B7FF;
  69. font-size: 30rpx;
  70. margin: auto;
  71. }
  72. .header {
  73. /* background: #FAFAFA; */
  74. padding: 24rpx 40rpx;
  75. }
  76. .section-position-add{
  77. margin: 24rpx 30rpx;
  78. padding: 24rpx 30rpx;
  79. background:rgba(255,255,255,1);
  80. box-shadow:0px 2px 29px 2px rgba(0, 0, 0, 0.1);
  81. border-radius:18px;
  82. }
  83. .section-flex-blue{
  84. font-size:34rpx;
  85. font-family:PingFang SC;
  86. font-weight:800;
  87. color:rgba(0,183,255,1);
  88. }