start.wxss
598 字节
/* pages/start/start.wxss */
page{
width:100%;
height: 100%;
}
.page{
width:100%;
height: 100%;
position: relative;
overflow: hidden
}
.information{
width: 56%;
height: 60rpx;
margin:279rpx auto 0;
}
.information image{
width: 100%;
height: 60rpx;
}
.color{
width:425rpx;
height:88rpx;
background:rgba(249,145,21,1);
box-shadow:0px 15rpx 30rpx 0px rgba(249,145,21,0.6);
border-radius:44rpx;
margin:642rpx auto 0;
line-height: 88rpx;
color:#fff
}