subject.wxss 987 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* pages/subject/subject.wxss */
  2. .top{
  3. padding: 12px;
  4. }
  5. .top text{
  6. position: relative;
  7. width:60px;
  8. height:28px;
  9. border-radius:16px;
  10. border:1px solid rgba(153,153,153,1);
  11. text-align: center;
  12. line-height: 28px;
  13. float: right;
  14. position: relative;
  15. top: -3px;
  16. }
  17. .count{
  18. top:13px;
  19. position: absolute;
  20. /* top: 55px; */
  21. right: 85px;
  22. color: #358BFF;
  23. text-align: right;
  24. }
  25. .content{
  26. padding: 0 12px;
  27. transition: all .3s linear;
  28. }
  29. .num{
  30. margin: 12px 0;
  31. }
  32. .num image{
  33. width: 38px;
  34. position: relative;
  35. top: 2px;
  36. }
  37. .ques{
  38. margin-bottom: 120rpx;
  39. }
  40. .ans view{
  41. margin-bottom: 24px;
  42. padding-left: 10px;
  43. }
  44. .btn{
  45. position: fixed;
  46. width: 100%;
  47. left: 0;
  48. z-index: 9;
  49. bottom: 80rpx;
  50. display: flex;
  51. justify-content: space-between;
  52. padding: 0 24px;
  53. }
  54. .btn text{
  55. width:100px;
  56. height:40px;
  57. background:rgba(212,230,255,1);
  58. border-radius:31px;
  59. display: block;
  60. text-align: center;
  61. line-height: 40px;
  62. }
  63. .btn .hide{
  64. visibility: hidden;
  65. }