2020-02-14 23:10:24 +08:00

56 lines
928 B
Plaintext

/* pages/index/index.wxss */
.title {
width:100%;
/* background-color: red; */
}
page {
/* background-image: url(http://www.powerrain.cn/qrcode/images/home.png); */
background-image: url(https://gss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/2934349b033b5bb5092b9c0d3bd3d539b700bc41.jpg);
background-size: 100% 100%;
}
.yiyan {
display: flex;
flex-direction: column;
align-items: center;
margin:0 auto;
width:90%;
margin-top:30rpx;
}
.yiyan .title {
font-size: 50rpx;
color: #fff;
text-align: center;
}
.yiyan .item {
/* text-indent:2em; */
margin-top:50rpx;
font-size: 40rpx;
color: #fff;
text-align: left;
}
.yiyan .creator {
margin-top:50rpx;
font-size: 30rpx;
color:#fff;
text-align: right;
width:100%;
}
.button {
position: fixed;
bottom: 150rpx;
display: flex;
align-items: center;
justify-content: center;
width:100%;
}
.btn {
width:70%;
}