index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /**index.wxss**/
  2. .home {
  3. background: rgba(250, 252, 255, 1);
  4. position: absolute;
  5. left: 0;
  6. top: 0;
  7. right: 0;
  8. bottom: 0;
  9. }
  10. .unbind-box {
  11. text-align: center;
  12. margin-top: 60rpx;
  13. font-size: 28rpx;
  14. border-bottom: 1rpx solid rgba(113, 132, 255, 0.3);
  15. }
  16. .unbind-img {
  17. width: 510rpx;
  18. height: 440rpx;
  19. display: block;
  20. margin: 0 auto 94rpx;
  21. }
  22. .unbind-box text {
  23. margin: 0 auto 20rpx;
  24. color: #686b78;
  25. }
  26. .unbind-box button {
  27. color: #32c5ff;
  28. font-size: 28rpx;
  29. text-decoration: underline;
  30. margin-bottom: 64rpx;
  31. }
  32. .waterInfo .dashboard-wrap {
  33. margin: 40rpx 0 68rpx;
  34. }
  35. .waterInfo .info {
  36. width: calc(100% - 80rpx);
  37. padding: 30rpx 20px;
  38. position: relative;
  39. font-size: 28rpx;
  40. color: rgba(104, 107, 120, 1);
  41. line-height: 40rpx;
  42. background: rgba(255, 255, 255, 1);
  43. border-radius: 12rpx;
  44. clear: both;
  45. }
  46. .waterInfo .info view {
  47. display: flex;
  48. align-items: center;
  49. width: 50%;
  50. float: left;
  51. }
  52. .waterInfo .info .bottom {
  53. width: 100%;
  54. margin-top: 40rpx;
  55. }
  56. .waterInfo .info image {
  57. display: inline-block;
  58. width: 40rpx;
  59. height: 40rpx;
  60. margin-right: 20rpx;
  61. flex-shrink: 0;
  62. }
  63. .entrance {
  64. padding: 28rpx 0;
  65. clear: both;
  66. }
  67. .entrance .item {
  68. width: 33.33%;
  69. display: inline-block;
  70. padding: 28rpx 0;
  71. text-align: center;
  72. }
  73. .entrance button.item {
  74. float: left;
  75. }
  76. .entrance .item image {
  77. width: 80rpx;
  78. height: 80rpx;
  79. display: block;
  80. margin: auto;
  81. margin-bottom: 18rpx;
  82. flex-shrink: 0;
  83. }
  84. .entrance .item text {
  85. font-size: 24rpx;
  86. display: block;
  87. color: rgba(104, 107, 120, 1);
  88. line-height: 34rpx;
  89. }