teaching.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* pages/teaching/teaching.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. .list{
  4. margin: 0 24rpx;
  5. padding: 0;
  6. color: #393939;
  7. font-size: 30rpx;
  8. }
  9. .list-items{
  10. border-bottom: 1rpx solid #D0D5E6;
  11. padding-bottom: 24rpx;
  12. }
  13. .list-items-img{
  14. width: 80rpx;
  15. height: 80rpx;
  16. border-radius: 50%;
  17. }
  18. .list-items>view{
  19. display: inline-block;
  20. position: relative;
  21. left: 10rpx;
  22. bottom:0rpx;
  23. }
  24. .list-btn{
  25. margin-bottom: 100rpx;
  26. }
  27. .list-btn-items{
  28. position: relative;
  29. margin-top: 24rpx;
  30. display: inline-block;
  31. }
  32. .list-btn-text{
  33. background:rgba(255,100,101,0.2);
  34. border-radius:29rpx;
  35. font-size: 24rpx;
  36. color: #FF6465;
  37. margin-right: 34rpx;
  38. padding: 0 33rpx;
  39. text-align: center;
  40. line-height: 58rpx;
  41. }
  42. .list-btn-add{
  43. width:160rpx;
  44. height:58rpx;
  45. line-height: 58rpx;
  46. background:rgba(241,243,250,1);
  47. border-radius:29rpx;
  48. font-size: 24rrpx;
  49. color: #D0D5E6;
  50. display: inline-block;
  51. text-align: center;
  52. margin-top: 24rpx;
  53. }
  54. .list-btn-close{
  55. width: 34rpx;
  56. height: 34rpx;
  57. border-radius: 50%;
  58. position: absolute;
  59. right: 21rpx;
  60. top:-10rpx;
  61. }
  62. .list-save{
  63. background: #FF6465;
  64. position: fixed;
  65. bottom: 0;
  66. left: 0;
  67. text-align: center;
  68. height: 94rpx;
  69. line-height: 94rpx;
  70. font-size: 34rpx;
  71. color: #fff;
  72. width: 100%;
  73. }
  74. .position-input-container {
  75. position: fixed;
  76. top: 0;
  77. left: 0;
  78. justify-content: space-between;
  79. align-items: center;
  80. border-bottom: solid 1rpx #E6E6E6;
  81. background: #fff;
  82. width: 100%;
  83. background: #F1F3FA;
  84. }
  85. .position-input-search {
  86. background: #fff;
  87. border: 1rpx solid #E6E6E6;
  88. border-radius: 16rpx;
  89. margin: 24rpx 30rpx;
  90. flex: 1;
  91. padding: 10rpx 30rpx;
  92. }
  93. .position-input-search image {
  94. width: 30rpx;
  95. height: 30rpx;
  96. vertical-align: middle;
  97. margin-right: 20rpx;
  98. }
  99. .position-input-search input {
  100. font-size: 26rpx;
  101. display: inline-block;
  102. color: #333;
  103. vertical-align: middle;
  104. }
  105. .position-input-button {
  106. margin: 34rpx 36rpx;
  107. font-size: 34rpx;
  108. color: #393939;
  109. }
  110. .position-list-nodata {
  111. display: flex;
  112. flex-direction: column;
  113. justify-content: center;
  114. align-items: center;
  115. padding: 240rpx 0rpx;
  116. }
  117. .position-list-nodata image {
  118. width: 120rpx;
  119. height: 136rpx;
  120. }
  121. .position-list-nodata text {
  122. margin-top: 20rpx;
  123. font-size: 30rpx;
  124. color: #8489A3;
  125. line-height: 58rpx;
  126. }
  127. .position-input-placeholder{
  128. color: #8489A3;
  129. font-size: 24rpx;
  130. }
  131. .list{
  132. /* margin: 125rpx 24rpx 0 24rpx; */
  133. padding: 0;
  134. font-size: 30rpx;
  135. color: #393939;
  136. }
  137. .list-items{
  138. text-align: left;
  139. padding: 32rpx 0;
  140. border-bottom: 1rpx solid #D0D5E6;
  141. }