apply.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pages/apply/apply.wxss */
  2. page{
  3. background: #F4F7F9;
  4. }
  5. .nope{
  6. text-align: center;
  7. color: #999;
  8. font-size: 36rpx;
  9. padding: 20px 0;
  10. }
  11. .content{
  12. padding: 12px;
  13. padding-bottom: 60px;
  14. }
  15. .list{
  16. background: #fff;
  17. padding: 12px;
  18. box-shadow:0px 2px 12px 0px rgba(0,0,0,0.08);
  19. border-radius:4px;
  20. margin-bottom: 12px;
  21. position: relative;
  22. }
  23. .title{
  24. color: #222;
  25. font-weight: 600;
  26. font-size: 32rpx;
  27. margin-bottom: 12px;
  28. }
  29. .title text{
  30. display: block;
  31. color: #358BFF;
  32. font-size: 28rpx;
  33. font-weight: 400;
  34. }
  35. .title .signup_count{
  36. color: #E85546;
  37. font-size: 28rpx;
  38. font-weight: 400;
  39. }
  40. .info text{
  41. display: block;
  42. color: #222;
  43. line-height: 25px;
  44. }
  45. .status{
  46. float: right;
  47. }
  48. .status text{
  49. display: block;
  50. color: #E85546;
  51. text-align: right;
  52. }
  53. .study{
  54. width:88px;
  55. height:32px;
  56. background:rgba(53,139,255,1);
  57. border-radius:16px;
  58. color: #fff;
  59. text-align: center;
  60. line-height: 32px;
  61. position: absolute;
  62. bottom: 12px;
  63. right: 12px;
  64. }
  65. .post{
  66. display: block;
  67. height:48px;
  68. background:rgba(53,139,255,1);
  69. border-radius:4px;
  70. color: #fff;
  71. text-align: center;
  72. line-height: 48px;
  73. margin-top: 50px;
  74. position: fixed;
  75. bottom: 5px;
  76. width: calc(100% - 24px);
  77. }