/* pages/workbench/workbench.wxss */ .work_top { position: relative; overflow: hidden; text-align: center; height: 116rpx; width: 750rpx; z-index: 0; } .work_top_txt { line-height: 116rpx; text-align: center; color: #ffffff; font-size: 36rpx; position: absolute; height: 116rpx; width: 750rpx; top: 0; left: 0; z-index: 1; } .work_top_bg { position: absolute; height: 116rpx; width: 750rpx; top: 0; left: 0; z-index: 0; overflow: hidden; } .work_top_bg image { position: absolute; left: 0; top: 0; width: 762rpx; height: 116rpx; } .work_card { margin: 20rpx; border-radius: 16rpx; background-color: #ffffff; padding: 30rpx 24rpx; } .work_card_tit { border-left: 6rpx solid var(--color); padding: 0 0 0 10rpx; font-size: 28rpx; color: #242E42; line-height: 28rpx; } .work_list { display: flex; align-items: center; flex-wrap: wrap; padding: 30rpx 0 0 0; } .work_item { flex: none; text-align: center; width: 33%; margin: 14rpx 0; } .work_item .icon { width: 102rpx; height: 100rpx; } .work_card .iconJia,.work_card .iconJian{ width: 30rpx; height: 30rpx; position: absolute; top: 0; right: 0; z-index: 50; } .work_card .menuImage{ width: 102rpx; display: inline-block; position: relative; } .work_item text { font-size: 24rpx; color: #333333; line-height: 34rpx; } .cha_win { position: fixed; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 99; } .cha_win_con { position: fixed; left: 0; right: 0; bottom: 0; background: #ffffff; transition: all 0.2s ease; transform: translateY(300%); } .cha_btn_con_transform{ transform: translateY(0); } .cha_win_tit { text-align: center; line-height: 120rpx; font-size: 32rpx; color: #333333; } .cha_win_btn { display: flex; justify-content: flex-start; flex-wrap: wrap; } .cha_win_tit { text-align: center; line-height: 120rpx; font-size: 32rpx; color: #333333; position: relative; } .cha_win_tit view{ position: absolute; right: 30rpx; top: 0; font-size: 27rpx; color: #2D59E6; display: inline-block; } .cha_btn_item { width: 20%; /* flex: auto; */ text-align: center; padding-bottom: 15rpx; } .cha_btn_item image { width: 90rpx; height: 90rpx; } .cha_win_close { text-align: center; color: #999999; font-size: 50rpx; font-weight: 100; line-height: 120rpx; } .auth_win { position: fixed; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 3; display: flex; justify-content: center; align-items: center; } .auth_win_mid { width: 490rpx; background-color: #ffffff; border-radius: 8rpx; text-align: center; font-size: 30rpx; color: #333333; } .auth_win_txt { padding: 54rpx 92rpx; line-height: 42rpx; border-bottom: 1px solid #D8D8D8; } .auth_win_action { display: flex; justify-content: space-between; } .auth_win_btn { width: 50%; flex: auto; line-height: 80rpx; border-left: 1px solid #D8D8D8; } .auth_win_btn:first-child { border: none; } .prem_win { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center; z-index: 1; background-color: rgba(0, 0, 0, 0.48); } .prem_win_mid { width: 588rpx; height: 360rpx; text-align: center; border-radius: 24rpx; background: #ffffff; position: relative; } .prem_win_close { position: absolute; top: 40rpx; right: 45rpx; } .prem_win_tit { font-size: 35rpx; color: #222222; padding: 87rpx 0 50rpx 0; } .prem_win_inps { display: flex; justify-content: center; position: absolute; bottom: 113rpx; left: 0; right: 0; z-index: 0; } .prem_win_inps input { width: 60rpx; height: 60rpx; border: 1px solid #CCCCCC; margin: 0 6rpx; } .prem_win_inps input.prem_win_inps_vl { font-size: 20rpx; border: 1px solid var(--color); } .prem_win_inpt { height: 62rpx; opacity: 0; position: absolute; bottom: 113rpx; left: 0; right: 0; z-index: 1; color: transparent; } .info_text{ padding: 15rpx; display: flex; align-items: center; background: #FFFAF3; color: #A15D20; } .info_text image{ width: 30rpx; height: 30rpx; } .time{ padding: 25rpx 0; color: #333; border-bottom: 2.5rpx solid #f1f1f1; } .modalVal{ height: 120rpx; padding: 10rpx; word-break: break-all; border-bottom: 2.5rpx solid #f1f1f1; } .transportStatus text{ font-size: 32rpx; } .zan-dialog__mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; background: rgba(0, 0, 0, .3); /*设置阴影半透明背景如: background: rgba(0, 0, 0, 0.4);*/ display: none; } .zan-dialog__container { position: fixed; bottom: 0rpx; width: 100%; /* height: 350rpx; */ background: #fff; transform: translateY(300%); transition: all 0.4s ease; z-index: 12; z-index: 12; box-shadow: 0px 3px 3px 2px gainsboro; /*弹框的悬浮阴影效果,如不需要可注释该行*/ } .selectInfo{ height: 100%; display: flex; justify-content: space-around; align-items: center; } .selectInfo>view{ text-align: center; } .selectInfo image{ width: 90rpx; height: 90rpx; } .zan-dialog--show .zan-dialog__container { transform: translateY(0); } .zan-dialog--show .zan-dialog__mask { display: block; } .zan-dialog__mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; background: rgba(0, 0, 0, .3); /*设置阴影半透明背景如: background: rgba(0, 0, 0, 0.4);*/ display: none; } .zan-dialog__container { position: fixed; bottom: 0rpx; width: 100%; /* height: 350rpx; */ background: #fff; transform: translateY(300%); transition: all 0.4s ease; z-index: 12; z-index: 12; box-shadow: 0px 3px 3px 2px gainsboro; /*弹框的悬浮阴影效果,如不需要可注释该行*/ } .zan-dialog--show .zan-dialog__container { transform: translateY(0); } .zan-dialog--show .zan-dialog__mask { display: block; } .cha_win_tit { text-align: center; line-height: 100rpx; font-size: 32rpx; color: #333333; } .selectInfo{ height: 100%; display: flex; justify-content: space-around; align-items: center; } .selectInfo>view{ text-align: center; } .selectInfo image{ width: 70rpx; height: 70rpx; } .cha_win_close { text-align: center; color: #999999; font-size: 50rpx; font-weight: 100; line-height: 120rpx; }