You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
493 B

/* pages/overview/overview.wxss */
page {
background-color: rgb(242, 242, 245);
}
.box {
width: 672rpx;
height: 178rpx;
margin: 42rpx auto 21rpx;
background: #fff;
box-shadow: 0rpx 0rpx 10rpx #ccc;
border-radius: 8rpx;
}
.logo {
width: 90rpx;
height: 90rpx;
float: left;
margin: 48rpx 50rpx 0 50rpx;
}
.txt {
float: left;
line-height: 112rpx;
margin: 34rpx;
}
.right {
width: 32rpx;
height: 32rpx;
display: block;
float: right;
margin: 74rpx 40rpx;
}