apply.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. }
  78. .downloadInvoice{
  79. /* position:absolute; */
  80. /* bottom:15px;
  81. right:10px; */
  82. color:#358BFF;
  83. margin-bottom:10px;
  84. }