@import '/static/iconfont/fonts.wxss';
|
|
.box {
|
display: flex;
|
flex-direction: column;
|
width: 100%;
|
height: 100%;
|
}
|
|
.fix {
|
position: sticky;
|
top: 0;
|
left: 0;
|
right: 0;
|
width: 100%;
|
z-index: 1;
|
}
|
|
.navBarBox .navBar {
|
background-color:#fff;
|
height: 50px;
|
display: flex;
|
flex-direction: row;
|
justify-content: center;
|
align-items: center;
|
box-shadow: 4px 4px 12px rgba(150,150,150,.05);
|
}
|
|
.barText {
|
text-align: center;
|
width: 85%;
|
font-size: 16px;
|
font-weight: 600;
|
}
|
|
.statusBar {
|
background-color:lightgrey;
|
}
|
|
.m-p-15 {
|
width: 100%;
|
padding-top: 50rpx;
|
background-image: linear-gradient(#0f7ff9,skyblue);
|
}
|
|
.userInfo {
|
display: flex;
|
align-items: center;
|
width: calc(100% - 60px);
|
margin: 20rpx auto;
|
}
|
|
.info-l {
|
width: 150rpx;
|
height: 150rpx;
|
border-radius: 75rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
overflow: hidden;
|
margin-right: 20px;
|
border: 2px solid #fff;
|
box-sizing: border-box;
|
}
|
|
.info-l image {
|
width: calc(100% + 4px) !important;
|
height: calc(100% + 4px) !important;
|
}
|
|
.info-r {
|
color: #fff;
|
}
|
|
.info-n {
|
display: flex;
|
align-items: center;
|
font-size: 36rpx;
|
font-weight: bold;
|
margin-bottom: 10px;
|
}
|
|
.info-n text {
|
margin-right: 10px;
|
}
|
|
.info-id {
|
display: flex;
|
align-items: center;
|
}
|
|
.info-id text {
|
font-size: 24rpx;
|
color: #e6e6e6;
|
margin-left: 5px;
|
}
|
|
.card-list {
|
width: 100%;
|
margin: 20px 0;
|
}
|
|
.paper-card {
|
width: calc(100% - 40px);
|
margin: 0 auto 15px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
.menu-i, .menu-i-l {
|
background: rgba(255,255,255,1);
|
border-radius: 12px;
|
display: flex;
|
align-items: center;
|
box-shadow: 0 3px 8px rgba(150,150,150,.1);
|
justify-content: space-between;
|
padding: 18px 15px;
|
box-sizing: border-box;
|
}
|
|
.menu-i {
|
width: calc(50% - 5px);
|
}
|
|
.menu-i-l {
|
width: 100%;
|
}
|
|
.menu-l {
|
display: flex;
|
align-items: center;
|
font-size: 22rpx;
|
color: #999;
|
}
|
|
.menu-l view {
|
margin-left: 6px;
|
display: flex;
|
flex-direction: column;
|
align-items: flex-start;
|
}
|
|
.menu-l text {
|
font-size: 32rpx;
|
font-weight: bold;
|
color: #333;
|
}
|
|
.loginOut {
|
width: 100%;
|
position: fixed;
|
bottom: 90px;
|
display: flex;
|
justify-content: center;
|
}
|
|
.loginOut .loginBtn{
|
height: 96rpx !important;
|
line-height: 92rpx;
|
border: 2rpx solid rgba(255,255,255,.8);
|
letter-spacing: 10px;
|
box-shadow: 0 2px 4px rgba(0,0,0,.2);
|
background-image: linear-gradient(#41a2ff,#0f7ff9);
|
transition: box-shadow .15s ease !important;
|
font-size: 30rpx;
|
}
|
|
.loginBtn:active{
|
box-shadow: 0 2px 4px rgba(0,0,0,0);
|
background-image: linear-gradient(#0f7ff9,#41a2ff);
|
}
|
|
.modal-mask {
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
background: rgba(0, 0, 0, 0.5);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
z-index: 99999;
|
}
|
|
.modal-container {
|
width: 80%;
|
background: #fff;
|
border-radius: 12px;
|
overflow: hidden;
|
}
|
|
.modal-content {
|
padding: 24px;
|
}
|
|
.input-group {
|
margin-bottom: 20px;
|
}
|
|
.input-label {
|
margin-bottom: 8px;
|
font-size: 16px;
|
color: #333;
|
}
|
|
.input-group input {
|
width: 100%;
|
height: 40px;
|
border: 1px solid #ddd;
|
border-radius: 6px;
|
padding: 0 12px;
|
box-sizing: border-box;
|
position: relative;
|
}
|
|
.input-group input .iconfont {
|
position: absolute;
|
right: 20px;
|
top: 50%;
|
transform: translateY(-50%);
|
z-index: 9999;
|
color: #ccc
|
}
|
|
.button-group {
|
display: flex;
|
justify-content: space-between;
|
margin-top: 24px;
|
}
|
|
.button-group button {
|
flex: 1;
|
height: 80rpx;
|
font-size: 32rpx;
|
line-height: 80rpx;
|
margin: 0 8px;
|
border-radius: 6px;
|
}
|
|
.cancel-btn {
|
background: #f5f5f5;
|
color: #333;
|
margin-left: 0 !important;
|
}
|
|
.confirm-btn {
|
background: #2979ff;
|
color: #fff;
|
margin-right: 0 !important;
|
}
|