107 lines
1.4 KiB
Plaintext
107 lines
1.4 KiB
Plaintext
/* pages/create/create.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%;
|
|
}
|
|
|
|
.head {
|
|
width:100%;
|
|
}
|
|
|
|
.main {
|
|
height:auto;
|
|
width:95%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.title {
|
|
color: #fff;
|
|
font-size: 50rpx;
|
|
}
|
|
|
|
.main .tip {
|
|
color: #fff;
|
|
margin-top:30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.main .sccode {
|
|
height:300rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top:50rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main .sccode>view {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main .sccode .guide {
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.main .sccode button {
|
|
margin:0;
|
|
}
|
|
|
|
.main .sccode .alcode button {
|
|
background-color: #108ee9;
|
|
}
|
|
|
|
.info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top:50rpx;
|
|
}
|
|
|
|
.info .guide {
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
margin-bottom:30rpx;
|
|
}
|
|
|
|
.info .name_input {
|
|
margin-bottom: 30rpx;
|
|
color:#fff;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.info .node_input {
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.button {
|
|
position: fixed;
|
|
bottom: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width:100%;
|
|
}
|
|
|
|
.btn {
|
|
width:70%;
|
|
} |