123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- /**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: 50%;
- display: inline-flex;
- padding: 28rpx 0;
- text-align: center;
- flex-direction: row
- }
- .entrance button.item {
- float: left;
- }
- .entrance .item image {
- width: 80rpx;
- height: 80rpx;
- display: block;
- margin-left: 1rpx;
- margin-bottom: 18rpx;
- flex-shrink: 0;
- }
- .entrance .item text {
- font-size: 46rpx;
- display: block;
- color: rgba(104, 107, 120, 1);
- line-height: 34rpx;
- font-family: sans-serif
- }
- .sonlabel{
- margin-left: 10rpx;
- padding-left: 10rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .sonlabel>text:first-child {
- font-size: 42rpx;
- color: rgb(1, 1, 12);
- line-height: 50rpx;
- font-weight: bold;
- font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
- }
- .sonlabel>text:last-child {
- font-size: 30rpx !important;
- margin-top: 10rpx;
- padding-top: 10rpx;
- padding-left: 10rpx;
- margin-left: 10rpx;
- color: rgba(47, 61, 103, 0.404);
- line-height: 20rpx;
- font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
- }
|