You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/myMember/index.wxss

157 lines
2.8 KiB
Plaintext

/* pages/myMember/index.wxss */
page {
height: 100vh;
display: flex;
flex-direction: column;
}
.container {
/* flex: 1; */
max-height: calc(100vh - 110px);
background-color: #fff;
border-radius: 8px;
overflow: hidden;
/* margin-top: 10px; */
}
.box {
overflow: hidden;
background-color: #fff;
padding: 0 10px;
}
.build {
padding: 0 10px;
box-shadow: 0px 2px 4px 0px #d0d0d0;
border-radius: 8px;
background-color: #eee;
}
.subset .left {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.subset {
display: flex;
justify-content: space-between;
/* padding: 16px 0px; */
height: 56px;
line-height: 56px;
/* border-bottom: 1px solid #0000000f; */
font-size: 14px;
}
.subset .name {
display: flex;
align-items: center;
justify-content: start;
/* width: 222px; */
box-sizing: border-box;
min-width: 100px;
color: #333;
}
.subset .name .t-icon {
width: 66px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
margin-right: 24px;
}
.subset .tel {
display: flex;
/* align-items: center; */
color: #666;
}
.subset .edit,
.subset .delete {
color: #666;
text-decoration: underline;
}
.creatorBox {
height: 215px;
}
.addMember {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
/* height: 84px; */
/* display: flex; */
/* justify-content: flex-end; */
align-items: center;
border-radius: 8px;
padding: 14px 16px 34px 16px;
background-color: #fff;
box-sizing: border-box;
}
.management {
/* height: 38px; */
padding-right: 6px;
text-align: right;
/* line-height: 38px; */
}
.bt1 {
border-top: 1px solid #eee;
}
.agencyName {
height: 52px;
line-height: 52px;
padding: 0 10px;
background-color: #fff;
text-align: center;
border-radius: 8px;
/* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.09); */
}
.right {
position: absolute;
right: 20px;
}
.titlelist1 {
/* display: flex; */
/* position: sticky; */
box-sizing: border-box;
/* justify-content: space-between; */
border-bottom: 1px solid #eee;
padding: 0px;
line-height: 2;
/* padding-bottom: 8px; */
font-size: 15px;
background-color: #fff;
/* top: 0px;
left: 0; */
/* width: calc(100%); */
z-index: 999;
}
.weui-tabs-bar__item {
font-size: 18px;
padding: 12px 10px;
padding-bottom: 0;
}
.weui-tabs-bar__item .activelist {
font-weight: bold;
color: var(--color-be) !important;
border-bottom-color: var(--color-be) !important;
}
swiper {
display: none;
}
.groupBox {
height: 194px;
}
.groupInput {
width: 268px;
height: 36px;
left: 50%;
text-align: left;
position: relative;
transform: translateX(-50%);
padding-left: 12px;
border-radius: 4px;
border: 1px solid #ddd;
}
.groupBtn {
position: absolute;
bottom: 0;
width: 100%;
}