activity.wxss 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. .text3{
  17. font-size:32rpx;
  18. text-align: center;
  19. font-weight: 400;
  20. }
  21. .panel1{
  22. width:560rpx;
  23. height:90rpx;
  24. background-color: #F0F0F0;
  25. border-radius: 10rpx;
  26. margin:30rpx 0 20rpx 0;
  27. }
  28. .panel11{
  29. font-size:36rpx;
  30. color:#787878;
  31. }
  32. .panel12{
  33. font-size:36rpx;
  34. color:#0071EF;
  35. text-decoration: underline;
  36. }
  37. .btn {
  38. font-size: 36rpx;
  39. width: 560rpx;
  40. height: 90rpx;
  41. border-radius: 10rpx;
  42. text-align: center;
  43. line-height: 90rpx;
  44. color: #1E1E1E;
  45. background-color: #FFDD0C;
  46. margin: 30rpx 0 20rpx 0;
  47. }
  48. .panelNone{
  49. position: fixed;
  50. top:0;
  51. background-color: #F0F0F0;
  52. z-index: 100;
  53. }
  54. .text2 {
  55. font-size:48rpx;
  56. margin-top: 462rpx;
  57. }