index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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: 50%;
  69. display: inline-flex;
  70. padding: 28rpx 0;
  71. text-align: center;
  72. flex-direction: row
  73. }
  74. .entrance button.item {
  75. float: left;
  76. }
  77. .entrance .item image {
  78. width: 80rpx;
  79. height: 80rpx;
  80. display: block;
  81. margin-left: 1rpx;
  82. margin-bottom: 18rpx;
  83. flex-shrink: 0;
  84. }
  85. .entrance .item text {
  86. font-size: 46rpx;
  87. display: block;
  88. color: rgba(104, 107, 120, 1);
  89. line-height: 34rpx;
  90. font-family: sans-serif
  91. }
  92. .sonlabel{
  93. margin-left: 10rpx;
  94. padding-left: 10rpx;
  95. display: flex;
  96. flex-direction: column;
  97. justify-content: space-between;
  98. }
  99. .sonlabel>text:first-child {
  100. font-size: 42rpx;
  101. color: rgb(1, 1, 12);
  102. line-height: 50rpx;
  103. font-weight: bold;
  104. font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
  105. }
  106. .sonlabel>text:last-child {
  107. font-size: 30rpx !important;
  108. margin-top: 10rpx;
  109. padding-top: 10rpx;
  110. padding-left: 10rpx;
  111. margin-left: 10rpx;
  112. color: rgba(47, 61, 103, 0.404);
  113. line-height: 20rpx;
  114. font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
  115. }