| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- /* 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;
- }
|