enter.wxss 596 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .panelBottom{
  2. width: 100%;
  3. background-color: #F2F2F2;
  4. height:230rpx;
  5. position: fixed;
  6. bottom: 0;
  7. justify-content: flex-start;
  8. }
  9. .panelBottom1{
  10. justify-content: flex-start;
  11. width: 100%;
  12. margin-top: 30rpx;
  13. }
  14. .cb{
  15. margin: 0 10rpx 0 40rpx;
  16. }
  17. .panelBottom11{
  18. font-size:24rpx;
  19. font-weight: 400;
  20. }
  21. .panelBottom12{
  22. font-size:24rpx;
  23. font-weight: 500;
  24. text-decoration:underline;
  25. }
  26. .btn{
  27. width:730rpx;
  28. height:110rpx;
  29. background-color:#F57C00;
  30. border-radius: 20rpx;
  31. text-align: center;
  32. line-height: 110rpx;
  33. font-size:48rpx;
  34. color:#fff;
  35. margin-top: 30rpx;
  36. }