start.acss 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .box{
  2. background: #fff;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. bottom: 0;
  8. }
  9. .title{
  10. font-size: 32rpx;
  11. color: #222;
  12. padding: 20rpx 0;
  13. text-align: center
  14. }
  15. .content{
  16. padding: 0 30rpx;
  17. }
  18. .c_top{
  19. padding: 70rpx 0 60rpx 0;
  20. font-size: 30rpx;
  21. }
  22. .c_top view:nth-child(1){
  23. text-align: center;
  24. font-size: 44rpx;
  25. margin-bottom: 16rpx;
  26. }
  27. .c_top view:nth-child(2){
  28. text-align: center;
  29. }
  30. .c_main image{
  31. width: 30rpx;
  32. height: 30rpx;
  33. margin-right: 20rpx;
  34. box-sizing: border-box
  35. }
  36. .c_text{
  37. font-size: 28rpx;
  38. }
  39. .c_footer{
  40. padding: 50rpx 0 60rpx 0;
  41. }
  42. .c_footer image{
  43. width: 100%;
  44. height: 350rpx;
  45. }
  46. .btn{
  47. background-color: #26A2FF;
  48. border-radius: 10rpx;
  49. position: fixed;
  50. z-index: 2;
  51. bottom: 140rpx;
  52. left: 30rpx;
  53. right: 30rpx;
  54. }
  55. .openApp{
  56. text-align: center;
  57. position: fixed;
  58. z-index: 2;
  59. bottom: 70rpx;
  60. left: 30rpx;
  61. right: 30rpx;
  62. }
  63. .text_f{
  64. font-size: 24rpx;
  65. text-align: center;
  66. }