app.wxss 507 B

12345678910111213141516171819202122232425262728293031
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. }
  11. .Theglobalbackground{
  12. width: 100%;
  13. min-height: 100vh;
  14. background: #efeff7;
  15. }
  16. .time_information {
  17. margin: 0 auto;
  18. width: 94%;
  19. height: auto;
  20. position: relative;
  21. top: 20rpx;
  22. }
  23. .time{
  24. margin:0 auto;
  25. width:94%;
  26. font-size: 25rpx;
  27. position: relative;
  28. top: 30rpx;
  29. text-align: right;
  30. color: #ccc;
  31. }