136 lines
2.6 KiB
Plaintext
136 lines
2.6 KiB
Plaintext
/* pages/wode/wode.wxss */
|
|
.container {
|
|
padding:0;
|
|
align-items:center;
|
|
flex-direction:column;
|
|
justify-content:space-between;
|
|
}
|
|
.code-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center; /* 水平居中 */
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
background-color: rgb(0, 201, 77);
|
|
}
|
|
|
|
/* 文字样式:可选加粗、颜色、间距等 */
|
|
.tip-text {
|
|
font-size: 34rpx;
|
|
color: #ffffff;
|
|
margin-bottom: 20rpx; /* 与图片保持间距 */
|
|
text-align: center; /* 冗余保险,虽然 flex 已居中 */
|
|
}
|
|
|
|
.login {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* border: 3rpx solid rgb(110, 110, 110); */
|
|
width: 710rpx;
|
|
height: 150rpx;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx;
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.touxiangimg {
|
|
display: flex;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
.userinfo_name {
|
|
width: 500rpx;
|
|
height: 150rpx;
|
|
margin-left: 30rpx;
|
|
border-radius: 75rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.loginbtn {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.loginbtn[plain] {
|
|
color: #353535;
|
|
background-color: transparent;
|
|
border: 0px solid #353535;
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
.loginuserimg {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.functions1 {
|
|
border: 3rpx solid rgb(110, 110, 110);
|
|
width: 670rpx;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
|
padding: 20rpx;
|
|
}
|
|
.functions2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* border: 3rpx solid rgb(110, 110, 110); */
|
|
background-color: white;
|
|
width: 710rpx;
|
|
height: 100rpx;
|
|
border-radius: 20rpx;
|
|
margin: 8rpx 20rpx;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.jiantou {
|
|
font-size: 40rpx;
|
|
}
|
|
.zuobianwenzi {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.function001 {
|
|
height: 150rpx;
|
|
width: 75rpx;
|
|
|
|
padding: 10rpx 47rpx;
|
|
text-align: center;
|
|
align-items: center;
|
|
}
|
|
.functionimg001 {
|
|
width: 75rpx;
|
|
height: 75rpx;
|
|
}
|
|
|
|
.functionimg002 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.functiontext001 {
|
|
font-size: 25rpx;
|
|
}
|
|
.functionstools {
|
|
position: relative;
|
|
top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.version {
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
color: rgb(197, 197, 197);
|
|
font-size: 25rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|