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.
200 lines
3.9 KiB
Plaintext
200 lines
3.9 KiB
Plaintext
/**index.wxss**/
|
|
page {
|
|
height: 90vh;
|
|
}
|
|
.weui-grid__label {
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
.wdgd:active {
|
|
background-color: #ececec;
|
|
}
|
|
.display-flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.navigationbar {
|
|
background-color: var(--color-ysd);
|
|
}
|
|
.navigationbar text {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
color: #fff;
|
|
font-size: 18px;
|
|
}
|
|
.container {
|
|
padding: 10px;
|
|
}
|
|
.container .weui-panel {
|
|
border-radius: 8px;
|
|
}
|
|
.container .weui-panel::before {
|
|
display: none;
|
|
}
|
|
.container .weui-panel::after {
|
|
display: none;
|
|
}
|
|
.container .weui-panel .weui-panel__hd {
|
|
justify-content: space-between;
|
|
padding: 16px 16px 0;
|
|
color: #333;
|
|
font-weight: 400;
|
|
}
|
|
.container .weui-panel .weui-panel__hd view:first-child {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
.container .weui-panel .weui-panel__hd button {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
line-height: 22px;
|
|
color: #333;
|
|
}
|
|
.container .weui-panel .weui-panel__hd::after {
|
|
display: none;
|
|
left: 0 !important;
|
|
color: #f9f9f9;
|
|
}
|
|
.container .weui-panel .weui-panel__bd {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 20px 0;
|
|
}
|
|
.container .weui-panel .weui-panel__bd::after {
|
|
display: none;
|
|
}
|
|
.container .weui-panel .weui-panel__bd button {
|
|
background-color: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
.container .weui-panel .weui-panel__bd navigator > view,
|
|
.container .weui-panel .weui-panel__bd button > view {
|
|
/* height: 52px; */
|
|
width: 60px;
|
|
height: 64px;
|
|
/* margin: 0 22px; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* border-right: 1px solid #f5f5f5; */
|
|
}
|
|
.container .weui-panel .weui-panel__bd navigator > view image,
|
|
.container .weui-panel .weui-panel__bd button > view image {
|
|
width: 24px;
|
|
height: 24px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.container .weui-panel .weui-panel__bd navigator > view text,
|
|
.container .weui-panel .weui-panel__bd button > view text {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
color: #666;
|
|
margin-top: 12px;
|
|
}
|
|
.container .weui-panel .weui-panel__bd navigator > view:nth-child(2),
|
|
.container .weui-panel .weui-panel__bd button > view:nth-child(2) {
|
|
border-left: 1px solid #f3f3f3;
|
|
border-right: 1px solid #f3f3f3;
|
|
}
|
|
/* .townsman.weui-panel__bd {
|
|
justify-content: start !important;
|
|
} */
|
|
.tabbar {
|
|
display: flex;
|
|
position: fixed;
|
|
justify-content: space-between;
|
|
width: 100vw;
|
|
padding: 5px 30px;
|
|
box-sizing: border-box;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
}
|
|
.tabbar > view {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.tabbar > view view {
|
|
width: 20px;
|
|
height: 20px;
|
|
background-position: center center;
|
|
background-size: 100% 100%;
|
|
}
|
|
.quickapply {
|
|
position: relative;
|
|
height: 80px;
|
|
margin: 10px;
|
|
margin-bottom: 0;
|
|
/* background-color: #fff; */
|
|
overflow: hidden;
|
|
border-radius: 8px;
|
|
}
|
|
.quickapply button {
|
|
display: flex;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: #fff;
|
|
}
|
|
.quickapply button > view {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 50%;
|
|
padding: 20px 36px;
|
|
}
|
|
.quickapply button > view:first-child::after {
|
|
content: "";
|
|
width: 1px;
|
|
height: 48px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background-color: #eee;
|
|
}
|
|
.quickapply button > view .t-icon {
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
.quickapply button > view .info > view {
|
|
text-align: left;
|
|
line-height: 1.6;
|
|
}
|
|
.quickapply button > view .info > view:first-child {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|
|
.quickapply button > view .info > view:last-child {
|
|
font-size: 11px;
|
|
color: #999;
|
|
font-weight: 400;
|
|
}
|
|
.friendBar .container {
|
|
display: flex;
|
|
justify-content: start;
|
|
padding: 0 ;
|
|
}
|
|
.friendBar .container .sub {
|
|
flex: 25%;
|
|
padding: 16px 0;
|
|
text-align: center;
|
|
}
|
|
.friendBar .container .sub .t-icon{
|
|
margin-bottom: 6px;
|
|
}
|
|
.friendBar .container .sub view {
|
|
line-height: 1;
|
|
} |