apply.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. page{
  2. padding: 0 35rpx;
  3. }
  4. view{
  5. line-height: 56rpx;
  6. }
  7. .tab view{
  8. line-height: 90rpx;
  9. text-align: center;
  10. width: 50%;
  11. display: inline-block;
  12. font-size: 30rpx;
  13. position: relative;
  14. }
  15. .tab .act{
  16. font-weight: bold;
  17. }
  18. .act text{
  19. position: absolute;
  20. width: 64rpx;
  21. height: 6rpx;
  22. top: 100%;
  23. left: 0;
  24. right: 0;
  25. margin: auto;
  26. background: rgba(217, 75, 36, 1);
  27. }
  28. .intro{
  29. font-size: 32rpx;
  30. line-height: 56rpx;
  31. margin-top: 30rpx;
  32. }
  33. .title{
  34. font-size: 40rpx;
  35. line-height: 56rpx;
  36. font-weight: bold;
  37. margin: 50rpx 0 15rpx;
  38. }
  39. .date{
  40. font-size: 32rpx;
  41. line-height: 56rpx;
  42. }
  43. .title1{
  44. font-size: 32rpx;
  45. margin-bottom: 8rpx;
  46. }
  47. .date text{
  48. /* color: rgba(233, 0, 1, 1); */
  49. display: block;
  50. }
  51. .info{
  52. font-size: 32rpx;
  53. color: #666;
  54. margin-top: 8rpx;
  55. }
  56. .apply:not([size='mini']){
  57. background: #D94B24;
  58. color: #fff;
  59. width: 100%;
  60. margin: 48rpx auto 0;
  61. height: 88rpx;
  62. line-height: 88rpx;
  63. padding: 0;
  64. font-size: 32rpx;
  65. border-radius: 8rpx;
  66. }
  67. scroll-view{
  68. height: calc(100vh - 250rpx);
  69. }
  70. .change{
  71. color: #D94B24;
  72. /* font-size: 28rpx; */
  73. text-decoration: underline;
  74. display: inline;
  75. }