app.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* 字体颜色 */
  2. .main_green {
  3. color: #A4D099;
  4. }
  5. .main_bg_green {
  6. background-color: #A4D099;
  7. }
  8. .main_black {
  9. color: #333333;
  10. }
  11. /* 以前连接设备的 */
  12. .deviceRoter .roterps {
  13. padding: 0 66rpx;
  14. }
  15. .deviceRoter .roterps .devicePic {
  16. padding: 100rpx 0 50rpx;
  17. display: flex;
  18. justify-content: center;
  19. }
  20. .deviceRoter .roterps .devicePic image {
  21. width: 512rpx;
  22. }
  23. .deviceRoter .roterps>text {
  24. font-size: 32rpx;
  25. color: #353533;
  26. line-height: 44rpx;
  27. }
  28. .deviceRoter .roterps .qx {
  29. margin-top: 24rpx;
  30. display: flex;
  31. height: 44rpx;
  32. align-items: center;
  33. }
  34. .deviceRoter .roterps .qx text {
  35. font-size: 32rpx;
  36. color: #6547A3;
  37. line-height: 44rpx;
  38. font-weight: bold;
  39. }
  40. .deviceRoter .roterps .qx image {
  41. height: 28rpx;
  42. margin-left: 20rpx;
  43. }
  44. .deviceRoter .subBtn {
  45. position: absolute;
  46. bottom: 60rpx;
  47. left: 0;
  48. width: 100vw;
  49. display: flex;
  50. justify-content: center;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. .deviceRoter .subBtn .btn {
  55. width: 520rpx;
  56. height: 80rpx;
  57. background: #6547A3;
  58. border-radius: 45rpx;
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. font-size: 36rpx;
  63. color: #fff;
  64. }
  65. .deviceRoter .subBtn .notRoter {
  66. margin-top: 24rpx;
  67. display: flex;
  68. height: 44rpx;
  69. align-items: center;
  70. }
  71. .deviceRoter .subBtn .notRoter text {
  72. font-size: 24rpx;
  73. color: #353535;
  74. line-height: 44rpx;
  75. }
  76. .deviceRoter .subBtn .notRoter image {
  77. height: 20rpx;
  78. margin-left: 20rpx;
  79. }