微信小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

104 rindas
1.7 KiB

  1. /* pages/apply/index.wxss */
  2. .inComeUnit{
  3. border:1rpx solid #ddd;
  4. width:90%;
  5. margin:0 auto;
  6. }
  7. .top{
  8. display: flex;
  9. width: 94%;
  10. margin: 0 auto;
  11. background-color: #ffffff;
  12. border-radius: 10rpx;
  13. margin-top: 3vw;
  14. overflow: hidden;
  15. }
  16. .top view{
  17. padding: 40rpx 15rpx;
  18. align-items: center;
  19. justify-content: center;
  20. position: relative;
  21. }
  22. .top image{
  23. position: absolute;
  24. width: 94%;
  25. }
  26. .top-title{
  27. flex: 1;
  28. text-align: center;
  29. }
  30. .top-tit{
  31. color: #fff;
  32. }
  33. .rules:before{
  34. content:'*';
  35. color:red;
  36. }
  37. main-title{
  38. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  39. color: #ffffff;
  40. font-size: 18rpx;
  41. padding: 10rpx 0;
  42. text-align: center;
  43. }
  44. .main-box{
  45. background: #ffffff;
  46. padding: 20rpx;
  47. width: 94%;
  48. margin: 10rpx auto;
  49. border-radius: 10rpx;
  50. box-shadow: 0px 5rpx 5rpx rgba(0, 0, 0, 0.16);
  51. }
  52. .main-box block{
  53. float: right;
  54. }
  55. .title{
  56. padding: 10rpx calc(3% + 20px);
  57. color : #07c160;
  58. margin-top:30rpx;
  59. font-size:30rpx;
  60. }
  61. .table-box{
  62. display: flex;
  63. flex-direction: row;
  64. }
  65. .table-box text{
  66. line-height: 55rpx;
  67. }
  68. .work_plan{
  69. padding: 40rpx 32.5rpx 30rpx;
  70. display: flex;
  71. justify-content:space-between
  72. }
  73. .work_plan .menu_item{
  74. height: 60rpx;
  75. width: 180rpx;
  76. background-color: #fff;
  77. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  78. border-radius: 60rpx;
  79. line-height: 60rpx;
  80. text-align: center;
  81. font-size: 32rpx;
  82. position: relative;
  83. margin-right: 16rpx;
  84. padding:0 10rpx;
  85. display: inline-block;
  86. }
  87. .work_plan .menu_item.active{
  88. background-color: #5bae78;
  89. color: #fff;
  90. }
  91. .remind{
  92. height: 30rpx;
  93. background: #e90101;
  94. color: #fff;
  95. font-size: 26rpx;
  96. position: absolute;
  97. line-height: 30rpx;
  98. padding:0 10rpx;
  99. border-radius: 50%;
  100. top: -10rpx;
  101. right: -10rpx;
  102. }