微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. main-title{
  34. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  35. color: #ffffff;
  36. font-size: 18rpx;
  37. padding: 10rpx 0;
  38. text-align: center;
  39. }
  40. .main-box{
  41. background: #ffffff;
  42. padding: 20rpx;
  43. width: 94%;
  44. margin: 0 auto;
  45. border-radius: 10rpx;
  46. box-shadow: 0px 5rpx 5rpx rgba(0, 0, 0, 0.16);
  47. margin-top: 20rpx;
  48. }
  49. .main-box block{
  50. float: right;
  51. }
  52. .title{
  53. padding: 10rpx calc(3% + 20px);
  54. color : #07c160;
  55. margin-top:30rpx;
  56. font-size:30rpx;
  57. }
  58. .table-box>view{
  59. display: flex;
  60. justify-content: space-between;
  61. border-bottom: 1rpx solid #ecebeb;
  62. line-height: 80rpx;
  63. }
  64. .table-box text{
  65. line-height: 80rpx;
  66. }