mathematics.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* pages/art/art.wxss */
  2. .art {
  3. width: 100%;
  4. padding: 0 15rpx;
  5. box-sizing: border-box;
  6. }
  7. .material,
  8. .works,
  9. .share {
  10. width: 100%;
  11. margin: 20rpx 0;
  12. border-radius: 25rpx;
  13. padding: 20rpx 0;
  14. box-sizing: border-box;
  15. background: #fff;
  16. position: relative;
  17. }
  18. .this-week {
  19. display: flex;
  20. padding: 0 25rpx;
  21. box-sizing: border-box;
  22. }
  23. .this-week image {
  24. width: 86rpx;
  25. height: 86rpx;
  26. }
  27. .lesson-name {
  28. display: flex;
  29. flex-direction: column;
  30. margin: 8rpx 16rpx;
  31. }
  32. .lesson-name text:nth-child(1) {
  33. height: 38rpx;
  34. font-size: 32rpx;
  35. font-weight: 600;
  36. }
  37. .lesson-name text:nth-child(2) {
  38. height: 30rpx;
  39. margin-top: 10rpx;
  40. font-size: 24rpx;
  41. color: #C3C3C3;
  42. }
  43. /* 答疑讨论 */
  44. .questions {
  45. padding-bottom: 28rpx;
  46. }
  47. .questions .head {
  48. padding:20rpx 0;
  49. position: relative;
  50. }
  51. .dian {
  52. position: absolute;
  53. right: 45rpx;
  54. top: 40rpx;
  55. width: 20rpx;
  56. height: 20rpx;
  57. border-radius: 50%;
  58. background: #FD025F;
  59. }
  60. /* 标题定位到顶部 */
  61. .adsorb {
  62. position: fixed;
  63. left: 0;
  64. top: 72rpx;
  65. }
  66. /* 定位图片 */
  67. .questions-one {
  68. position: fixed;
  69. right: 20rpx;
  70. bottom: 30rpx;
  71. width: 100rpx;
  72. height: 100rpx;
  73. border-radius: 50%;
  74. }
  75. .questions-one image {
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .upload-one {
  80. position: fixed;
  81. right: 20rpx;
  82. bottom: 150rpx;
  83. width: 100rpx;
  84. height: 100rpx;
  85. border-radius: 50%;
  86. }
  87. .upload-one image {
  88. width: 100%;
  89. height: 100%;
  90. }
  91. .row {
  92. position: absolute;
  93. right: 0;
  94. top: 0;
  95. width: 32rpx;
  96. height: 32rpx;
  97. text-align: center;
  98. line-height: 32rpx;
  99. color: #fff;
  100. background: #F73861;
  101. font-size: 24rpx;
  102. border-radius: 50%;
  103. }