index.wxss 559 B

1234567891011121314151617181920212223242526272829303132333435
  1. /**index.wxss**/
  2. .wrap_nr{
  3. position: absolute;
  4. top: 50%;
  5. left: 50%;
  6. transform: translate(-50%,-50%);
  7. }
  8. .logo_tu{
  9. width: 240rpx;
  10. height: 347rpx;
  11. display: block;
  12. margin: 0 auto;
  13. /* background: #D54C43; */
  14. }
  15. .desc{
  16. padding-top: 30rpx;
  17. text-align: center;
  18. font-size: 30rpx;
  19. color: #000000;
  20. }
  21. .custom_btn{
  22. width: 405rpx;
  23. height: 98rpx;
  24. padding: 0;
  25. margin: 0;
  26. margin-top: 50rpx;
  27. font-weight: normal;
  28. background: #295C56;
  29. border-radius: 10rpx;
  30. font-size: 28rpx;
  31. color: #ffffff;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. }