activity.wxss 440 B

123456789101112131415161718192021222324252627282930313233343536
  1. .container {
  2. background-color: #fff;
  3. }
  4. .img{
  5. width:100%;
  6. }
  7. .EndTime{
  8. font-size:28rpx;
  9. font-weight: 400;
  10. text-align: center;
  11. }
  12. .text1{
  13. font-size:24rpx;
  14. text-align: center;
  15. }
  16. .panel1{
  17. width:560rpx;
  18. height:90rpx;
  19. background-color: #F0F0F0;
  20. border-radius: 10rpx;
  21. margin:30rpx 0 20rpx 0;
  22. }
  23. .panel11{
  24. font-size:36rpx;
  25. color:#787878;
  26. }
  27. .panel12{
  28. font-size:36rpx;
  29. color:#0071EF;
  30. text-decoration: underline;
  31. }