apply.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. }
  50. .info{
  51. font-size: 32rpx;
  52. color: #666;
  53. margin-top: 8rpx;
  54. }
  55. .apply:not([size='mini']){
  56. background: #D94B24;
  57. color: #fff;
  58. width: 100%;
  59. margin: 48rpx auto 0;
  60. height: 88rpx;
  61. line-height: 88rpx;
  62. padding: 0;
  63. font-size: 32rpx;
  64. border-radius: 8rpx;
  65. }
  66. scroll-view{
  67. height: calc(100vh - 250rpx);
  68. }