index.wxss 354 B

12345678910111213141516171819202122232425262728
  1. .intro {
  2. margin: 30px;
  3. text-align: center;
  4. }
  5. .text {
  6. font-size: 32rpx;
  7. font-family: PingFangSC-Medium, PingFang SC;
  8. font-weight: 500;
  9. color: #000;
  10. }
  11. .hours {
  12. display: flex;
  13. align-items: center;
  14. justify-content: space-around
  15. }
  16. .hours image {
  17. width: 48rpx;
  18. height: 48rpx;
  19. }
  20. .indicator {
  21. background: rgba(255, 202, 224, 0.5);
  22. }