activity.wxss 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }
  32. .btn {
  33. font-size: 36rpx;
  34. width: 560rpx;
  35. height: 90rpx;
  36. border-radius: 10rpx;
  37. text-align: center;
  38. line-height: 90rpx;
  39. color: #1E1E1E;
  40. background-color: #FFDD0C;
  41. margin: 30rpx 0 20rpx 0;
  42. }
  43. .panelNone{
  44. position: fixed;
  45. top:0;
  46. background-color: #F0F0F0;
  47. z-index: 100;
  48. }
  49. .text2 {
  50. font-size:48rpx;
  51. margin-top: 462rpx;
  52. }