微信小程序
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.

33 regels
478 B

  1. /* pages/apply/index.wxss */
  2. .inComeUnit{
  3. border:1px 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: 10px;
  13. margin-top: 3vw;
  14. overflow: hidden;
  15. }
  16. .top view{
  17. padding: 18px 15px;
  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. }