69 lines
1.2 KiB
Plaintext
69 lines
1.2 KiB
Plaintext
/* pages/show/show.wxss */
|
|
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%;
|
|
}
|
|
|
|
|
|
.main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width:80%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.money {
|
|
width:80%;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
|
|
.qrcode {
|
|
width:90%;
|
|
margin-top:50rpx;
|
|
}
|
|
|
|
.user {
|
|
margin-top: 50rpx;
|
|
font-size: 50rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.title {
|
|
font-size: 40rpx;
|
|
color: #fff;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.imageBox {
|
|
margin-top: 50rpx;
|
|
height:100rpx;
|
|
width:90%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.imageBox>view {
|
|
height:100rpx;
|
|
width:120rpx;
|
|
/* background-image: url(http://www.powerrain.cn/qrcode/images/money.png); */
|
|
background-image: url(https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/b64543a98226cffc74a50341b4014a90f703eab2.jpg);
|
|
background-size: cover;
|
|
/* background: red; */
|
|
}
|
|
|
|
.imageBox .wx {
|
|
background-position-x:-14rpx;
|
|
}
|
|
|
|
.imageBox .al {
|
|
background-position-x:-141rpx;
|
|
}
|
|
|
|
.imageBox .qq {
|
|
background-position-x:-270rpx;
|
|
} |