mini-system-examination-signup/pages/index/index.wxss
dong_bo0602 19bde1b78c 0608
2022-06-08 16:49:02 +08:00

136 lines
2.3 KiB
Plaintext

/**index.wxss**/
.userinfo-container {
position: absolute;
top: 50%;
transform: translate(0,-75%);
z-index: 10;
display: flex;
min-height: 100rpx;
justify-content: space-between;
align-items: center;
padding: 30rpx 0rpx 30rpx 30rpx;
}
.page-content {
margin-top: -100rpx;
position: relative;
display: flex;
min-height: 100rpx;
align-items: center;
width: 100%;
flex-direction: column;
align-content: center;
align-self: center;
}
.page-function {
width: 95%;
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: center; */
padding: 20rpx;
background-color: white;
border: 10;
border-radius: 10rpx;
flex-wrap: nowrap;
overflow-x: auto;
}
.userinfo-icon {
font-variant: small-caps;
margin: 0;
padding: 0;
display: inline-flex;
text-align: center;
justify-content: center;
align-items: center;
background-color: #ccc;
color: var(--white);
white-space: nowrap;
position: relative;
width: 128rpx;
height: 128rpx;
background-size: cover;
background-position: center;
vertical-align: middle;
font-size: 1.5em;
border: 3rpx solid #177ee6;
}
.funcation-item {
flex-shrink: 0;
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.funcation-item image {
width: 110rpx;
height: 110rpx;
}
.userinfo-content {
position: absolute;
left: 146rpx;
width: calc(100% - 96rpx - 60rpx - 120rpx - 20rpx);
line-height: 1.6em;
margin-left: 10px;
}
.page-list {
display: flex;
width: 100%;
background-color: white;
margin-top: 20rpx;
justify-content: space-between;
}
.showmore {
display: flex;
align-items: center;
margin-right: 24rpx;
color: #999;
font-size: 26rpx;
}
.page-list-content {
display: flex;
width: 95%;
flex-direction: column;
background-color: white;
margin-top: 20rpx;
padding: 10rpx;
min-height: 800rpx;
}
.page-list-tab {
color: black;
font-size: medium;
border-bottom-width: 5rpx;
border-bottom-style: solid;
border-bottom-color: blue;
}
.page-list-tab-sel {
color: blue;
font-size: medium;
}
.org-text {
padding-left:35rpx;
position: relative;
}
.org-text image{
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
width: 30rpx;
height: 30rpx;
z-index: 100;
}
.org-title{
margin-bottom: 15rpx;
}