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/workBench/index.wxss

288 lines
5.6 KiB
Plaintext

/**index.wxss**/
page {
1 year ago
height: 90vh;
}
.weui-grid__label {
1 year ago
font-size: 14px;
color: #666;
}
.wdgd:active {
1 year ago
background-color: #ececec;
}
.display-flex {
1 year ago
display: flex;
align-items: center;
}
.navigationbar {
1 year ago
background-color: var(--color-ysd);
}
.navigationbar text {
1 year ago
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-size: 18px;
}
.container {
1 year ago
padding: 10px;
}
.container .weui-panel {
1 year ago
border-radius: 8px;
}
.container .weui-panel::before {
1 year ago
display: none;
}
.container .weui-panel::after {
1 year ago
display: none;
}
.container .weui-panel .weui-panel__hd {
1 year ago
justify-content: space-between;
padding: 16px 16px 0;
color: #333;
font-weight: 400;
}
.container .weui-panel .weui-panel__hd view:first-child {
1 year ago
font-size: 16px;
line-height: 22px;
}
.container .weui-panel .weui-panel__hd button {
1 year ago
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 {
1 year ago
display: none;
left: 0 !important;
color: #f9f9f9;
}
.container .weui-panel .weui-panel__bd {
1 year ago
display: flex;
justify-content: space-around;
padding: 20px 0;
}
.container .weui-panel .weui-panel__bd::after {
1 year ago
display: none;
}
.container .weui-panel .weui-panel__bd button {
1 year ago
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 {
1 year ago
/* 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 {
1 year ago
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 {
1 year ago
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) {
1 year ago
border-left: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
}
/* .townsman.weui-panel__bd {
justify-content: start !important;
} */
.tabbar {
1 year ago
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 {
1 year ago
display: flex;
flex-direction: column;
align-items: center;
}
.tabbar > view view {
1 year ago
width: 20px;
height: 20px;
background-position: center center;
background-size: 100% 100%;
}
.quickapply {
1 year ago
position: relative;
height: 80px;
margin: 10px;
margin-bottom: 0;
/* background-color: #fff; */
overflow: hidden;
border-radius: 8px;
}
.quickapply button {
1 year ago
display: flex;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-color: #fff;
}
.ii-icon {
1 year ago
font-size: 24px;
color: #333;
}
.quickapply button > view {
1 year ago
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 50%;
padding: 20px 10px;
}
.quickapply button > view:first-child::after {
1 year ago
content: "";
width: 1px;
height: 48px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background-color: #eee;
}
.quickapply button > view .t-icon {
1 year ago
width: 38px;
height: 38px;
}
.quickapply button > view .info > view {
1 year ago
text-align: left;
line-height: 1.6;
}
.quickapply button > view .info > view:first-child {
1 year ago
font-size: 16px;
font-weight: bold;
}
.quickapply button > view .info > view:last-child {
1 year ago
font-size: 12px;
color: #666;
font-weight: 400;
}
.friendBar .container {
1 year ago
display: flex;
justify-content: start;
1 year ago
padding: 0;
}
.friendBar .container .sub {
flex: 25%;
padding: 16px 0;
text-align: center;
}
1 year ago
.friendBar .container .sub .t-icon {
margin-bottom: 6px;
}
.friendBar .container .sub view {
line-height: 1;
}
.balanceBox {
1 year ago
border-radius: 8px;
margin-bottom: 10px;
overflow: hidden;
margin-top: 10px;
}
.balanceBox .myaBill {
1 year ago
display: flex;
justify-content: space-between;
align-items: center;
height: 48px;
padding: 0 10px 0 16px;
background-color: #fff;
}
.balanceBox .myaBill .icon-gengduo11 {
1 year ago
color: #999;
font-size: 12px;
}
.container .userbalance {
1 year ago
display: flex;
justify-content: space-between;
align-items: center;
/* padding: 16px; */
border-radius: 8px 8px 0 0;
/* width: 355px; */
/* height: 96px; */
box-sizing: border-box;
color: #fff;
background-color: #fff;
}
.container .userbalance > navigator {
1 year ago
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-around;
padding: 16px 0 16px 16px;
}
.container .userbalance > view > view:last-child {
1 year ago
font-size: 26px;
}
.balanceinfo {
1 year ago
display: flex;
justify-content: start;
flex-direction: row;
align-items: center;
}
.balanceinfo > view:last-child {
1 year ago
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.rightbox {
1 year ago
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
}
.rightbox > view:last-child {
1 year ago
width: 12px;
height: 12px;
/* margin-left: 8px; */
}
.userbalance > navigator {
1 year ago
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-around;
padding: 16px 0 16px 16px;
}
.gbr {
border-right: 0.1px solid #eee;
}
.centerSet {
display: flex;
justify-content: center;
align-items: center;
}