123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /**index.wxss**/
- .home {
- background: rgba(250, 252, 255, 1);
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- }
- .unbind-box {
- text-align: center;
- margin-top: 60rpx;
- font-size: 28rpx;
- border-bottom: 1rpx solid rgba(113, 132, 255, 0.3);
- }
- .unbind-img {
- width: 510rpx;
- height: 440rpx;
- display: block;
- margin: 0 auto 94rpx;
- }
- .unbind-box text {
- margin: 0 auto 20rpx;
- color: #686b78;
- }
- .unbind-box button {
- color: #32c5ff;
- font-size: 28rpx;
- text-decoration: underline;
- margin-bottom: 64rpx;
- }
- .waterInfo .dashboard-wrap {
- margin: 40rpx 0 68rpx;
- }
- .waterInfo .info {
- width: calc(100% - 80rpx);
- padding: 30rpx 20px;
- position: relative;
- font-size: 28rpx;
- color: rgba(104, 107, 120, 1);
- line-height: 40rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 12rpx;
- clear: both;
- }
- .waterInfo .info view {
- display: flex;
- align-items: center;
- width: 50%;
- float: left;
- }
- .waterInfo .info .bottom {
- width: 100%;
- margin-top: 40rpx;
- }
- .waterInfo .info image {
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- margin-right: 20rpx;
- flex-shrink: 0;
- }
- .entrance {
- padding: 28rpx 0;
- clear: both;
- }
- .entrance .item {
- width: 33.33%;
- display: inline-block;
- padding: 28rpx 0;
- text-align: center;
- }
- .entrance button.item {
- float: left;
- }
- .entrance .item image {
- width: 80rpx;
- height: 80rpx;
- display: block;
- margin: auto;
- margin-bottom: 18rpx;
- flex-shrink: 0;
- }
- .entrance .item text {
- font-size: 24rpx;
- display: block;
- color: rgba(104, 107, 120, 1);
- line-height: 34rpx;
- }
|