info.wxss 562 B

12345678910111213141516171819202122232425262728293031
  1. .bj{
  2. width: 750rpx;
  3. height: 400rpx;
  4. background: linear-gradient(to bottom,#1e90ff,#ffffff);
  5. position: relative;
  6. }
  7. .title{
  8. color: #fff;
  9. font-size: 35rpx;
  10. position: absolute;
  11. bottom: 300rpx;
  12. width: 100%;
  13. text-align: center;
  14. }
  15. .home {
  16. font-size: 28rpx;
  17. box-shadow: 0px 3px 20px 0px rgba(32, 123, 242, 0.4);
  18. border-radius: 10px;
  19. position: absolute;
  20. left: 4%;
  21. top: 150rpx;
  22. background: #FFFFFF;
  23. padding-bottom: 60rpx;
  24. width: 92%;
  25. margin-bottom: 60rpx;
  26. }
  27. .tips{
  28. font-size: 30rpx;
  29. text-indent: 30rpx;
  30. line-height: 100rpx;
  31. }