Files
AGuestSaas/pages/welcome/index.wxss

34 lines
628 B
Plaintext

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
*/
.welcome-img{
width: 100%;
vertical-align: top;
}
.footer-btn{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 50rpx 50rpx 80rpx;
background: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.5));
z-index: 99;
}
.footer-btn button[size="default"]{
width: 100%;
height: 90rpx;
line-height: 90rpx;
padding: 0;
border-radius: 0;
background: white;
color: #0b0041;
font-size: 32rpx;
}