start.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #eab86a;
  6. }
  7. .start-bg {
  8. display: block;
  9. width: 740rpx;
  10. margin: 0 auto;
  11. height: 740rpx;
  12. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/start.png');
  13. background-size: 100% 100%;
  14. }
  15. .start-height {
  16. height: 50rpx;
  17. }
  18. .start-bottom {
  19. position: absolute;
  20. bottom: 90rpx;
  21. left: 337rpx;
  22. }
  23. .popup {
  24. position: fixed;
  25. left: 50%;
  26. top: 300rpx;
  27. margin-left: -280rpx;
  28. width: 560rpx;
  29. height: 440rpx;
  30. background-color: #fff;
  31. border-radius: 10rpx;
  32. overflow: hidden;
  33. }
  34. .popup-title {
  35. text-align: center;
  36. line-height: 32rpx;
  37. font-size: 32rpx;
  38. padding-top: 30rpx;
  39. padding-bottom: 32rpx;
  40. color: #4c4c4c;
  41. font-weight: bold;
  42. }
  43. .popup-logobg {
  44. width: 110rpx;
  45. height: 110rpx;
  46. border-radius: 100%;
  47. background-color: #f7f7f7;
  48. margin: 0 auto;
  49. border:1rpx solid #cfcfcf;
  50. }
  51. .popup-image {
  52. display: block;
  53. width: 67rpx;
  54. height: 90rpx;
  55. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  56. background-size: 100% 100%;
  57. margin: 8rpx auto 0;
  58. }
  59. .popup-hint {
  60. display: block;
  61. font-size: 28rpx;
  62. color: #999999;
  63. text-align: center;
  64. line-height: 50rpx;
  65. padding-top: 20rpx;
  66. }
  67. .popup-bottom {
  68. border:0;
  69. border-radius: 0rpx;
  70. position: absolute;
  71. bottom: 0;
  72. width: 100%;
  73. height: 88rpx;
  74. line-height: 88rpx;
  75. left: 0;
  76. border-top: 1rpx solid #cccccc;
  77. text-align: center;
  78. font-size: 32rpx;
  79. color: #39a43c;
  80. }
  81. button::after{
  82. border: none;
  83. }