index.scss 696 B

123456789101112131415161718192021222324252627282930
  1. /* pages/home/index.wxss */
  2. .page {
  3. position: relative;
  4. background-size: 100% 100%;
  5. background-repeat: no-repeat;
  6. background-image: url(https://cxzx.smcic.net/topic/tool/img/miniprogram/bg.jpg);
  7. padding-top: 86rpx;
  8. .title {
  9. width: 626rpx;
  10. height: 354rpx;
  11. margin: 0 auto;
  12. display: block;
  13. }
  14. .buttom{
  15. background-size: 100% 100%;
  16. background-repeat: no-repeat;
  17. background-image: url(https://cxzx.smcic.net/topic/tool/img/miniprogram/input.png);
  18. position: absolute;
  19. bottom: 180rpx;
  20. left: 50%;
  21. transform: translateX(-50%);
  22. color: #FFFFFF;
  23. text-align: center;
  24. padding: 18rpx 86rpx;
  25. font-size: 14px;
  26. font-weight: 500;
  27. }
  28. }