teaching.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/teaching/teaching.wxss */
  2. .list{
  3. margin: 0 24rpx;
  4. padding: 0;
  5. color: #393939;
  6. font-size: 30rpx;
  7. }
  8. .list-items{
  9. border-bottom: 1rpx solid #D0D5E6;
  10. padding-bottom: 24rpx;
  11. }
  12. .list-items-img{
  13. width: 80rpx;
  14. height: 80rpx;
  15. border-radius: 50%;
  16. }
  17. .list-items>view{
  18. display: inline-block;
  19. position: relative;
  20. left: 10rpx;
  21. bottom:28rpx;
  22. }
  23. .list-btn{
  24. margin-bottom: 100rpx;
  25. }
  26. .list-btn-items{
  27. position: relative;
  28. margin-top: 24rpx;
  29. display: inline-block;
  30. }
  31. .list-btn-text{
  32. background:rgba(255,100,101,0.2);
  33. border-radius:29rpx;
  34. font-size: 24rpx;
  35. color: #FF6465;
  36. margin-right: 34rpx;
  37. padding: 0 33rpx;
  38. text-align: center;
  39. line-height: 58rpx;
  40. }
  41. .list-btn-add{
  42. width:160rpx;
  43. height:58rpx;
  44. line-height: 58rpx;
  45. background:rgba(241,243,250,1);
  46. border-radius:29rpx;
  47. font-size: 24rrpx;
  48. color: #D0D5E6;
  49. display: inline-block;
  50. text-align: center;
  51. margin-top: 24rpx;
  52. }
  53. .list-btn-close{
  54. width: 34rpx;
  55. height: 34rpx;
  56. border-radius: 50%;
  57. position: absolute;
  58. right: 21rpx;
  59. top:-10rpx;
  60. }
  61. .list-save{
  62. background: #FF6465;
  63. position: fixed;
  64. bottom: 0;
  65. left: 0;
  66. text-align: center;
  67. height: 94rpx;
  68. line-height: 94rpx;
  69. font-size: 34rpx;
  70. color: #fff;
  71. width: 100%;
  72. }