onlinePost.wxss 813 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* pages/onlinePost/onlinePost.wxss */
  2. page{
  3. background: #F4F7F9;
  4. }
  5. .content{
  6. margin: 12px 0;
  7. }
  8. .step{
  9. padding: 12px;
  10. }
  11. .step1{
  12. line-height: 25px;
  13. min-height: 80vh;
  14. background: #fff;
  15. padding: 12px;
  16. }
  17. .step1 view{
  18. font-size: 32rpx;
  19. font-weight: 600;
  20. text-align: center;
  21. margin-bottom: 12px;
  22. }
  23. .step .btn{
  24. width:100%;
  25. height:48px;
  26. background:rgba(53,139,255,1);
  27. border-radius:4px;
  28. display: block;
  29. line-height: 48px;
  30. text-align: center;
  31. color: #fff;
  32. margin-top: 20px;
  33. }
  34. .step2 view{
  35. height: 110px;
  36. line-height: 110px;
  37. padding: 0 20px;
  38. background:rgba(255,255,255,1);
  39. border-radius:7px;
  40. margin-bottom: 20px;
  41. position: relative;
  42. font-weight: 600;
  43. }
  44. .step2 image{
  45. width: 100px;
  46. position: absolute;
  47. top: 0;
  48. bottom: 0;
  49. right: 20px;
  50. margin: auto;
  51. }