/* pages/index-guest/index-guest.wxss */ page { background-color: #F0F4F7; } .body { background-size: 100% 100%; z-index: -99; width: 100%; height: 50%; padding-top: 78rpx; } .login-info { margin-left: 33rpx; font-size: 38rpx; color: #FFFFFF; } .username { max-width: 350rpx; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .role-name { font-size: 24rpx; background-color: #FFFFFF20; border-radius: 20rpx; padding: 9rpx 15rpx; margin-left: 11rpx; color: #ffffff; } .app-bottom { color: #FFFFFF60; font-size: 22rpx; margin-top: 25rpx; } .next { background: none; box-sizing: border-box; background-size: 100% 100%; margin: 0 36rpx; height: 260rpx; position: relative; top: -250rpx; display: flex; flex-direction: column; align-items: center; padding-top: 40rpx; padding-bottom: 21rpx; } .line-row { color: #EC6D27; font-size: 50rpx; } .next-line { height: 2rpx; background-color: #BD927D30; width: 50%; margin-top: 15rpx; } image.next-line { width: 70%; margin-top: 15rpx; z-index: 10; } .next-row-org { margin-top: 33rpx; font-size: 32rpx; color: #8C441C; } .next-row-time { margin-top: 12rpx; font-size: 22rpx; color: #8C441C60; } .second-part { width: 100%; padding: 30rpx; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; margin-top: -260rpx; } .curr-meeting { width: 90%; height: 180rpx; margin-top: 20rpx; border-radius: 20rpx; background-color: #ffffff; padding: 30rpx; } .curr-time { font-size: 32rpx; border-bottom: solid 1rpx #EBE8E3; padding-bottom: 20rpx; } .curr-row { margin-top: 20rpx; } .row-title { color: #999999; font-size: 28rpx; } .row-value { margin-left: 13rpx; font-size: 28rpx; } .next-meeting { background: none; box-sizing: border-box; background-size: 100% 100%; margin: 0 36rpx; height: 260rpx; position: relative; top: -250rpx; display: flex; flex-direction: column; /* align-items: flex-start; */ justify-content: flex-start; padding-top: 35rpx; padding-bottom: 25rpx; } .next-title { box-sizing: border-box; /* width: 80%; */ /* margin-left: 10%; */ display: flex; flex-direction: row; align-items: center; text-align: center; justify-content: center; } .next-title .line { width: 25%; height: 1rpx; background-color: #29191A33; } .next-title text { margin: 0 25rpx; } .next-row { margin-top: 12rpx; margin-bottom: 12rpx; font-size: 26rpx; margin-left: 42rpx; display: flex; align-items: center; justify-content: flex-start; } .next-row .next-title { color: #B7B7B7; font-size: 26rpx; } .next-row .next-content { font-size: 26rpx; } .bottmo-module { width: 100%; margin-top: 30rpx; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; } .light { height: 140rpx; width: 32%; margin-right: 15rpx; /* margin-top: 15rpx; */ background: #fff; line-height: 140rpx; border-radius: 10rpx; display: inline-flex; align-items: center; text-align: center; } .light image { width: 70rpx; height: 70rpx; margin-left: 15rpx; } .light text { font-size: .8em; margin-left: 10rpx; } .big { height: 290rpx; width: 32%; background: #fff; text-align: center; border-radius: 10rpx; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; } .big image { width: 70rpx; height: 70rpx; } .big text { font-size: .8em; margin-top: 10rpx; } .inspection { box-sizing: border-box; width: 100%; padding: 20rpx; display: flex; align-items: center; justify-content: center; border-radius: 20rpx; background-color: #FFFFFF; } .inspection-left { width: 48%; height: 145rpx; line-height: 145rpx; color: #FFFFFF; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } .inspection-left image { height: 68rpx; width: 60rpx; } .inspection-left text { margin-left: 15rpx; } .inspection-right { width: 48%; height: 145rpx; line-height: 145rpx; color: #fff; margin-left: 26rpx; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } .inspection-right image { height: 76rpx; width: 70rpx; } .inspection-right text { margin-left: 15rpx; } .bottmo-module.bottom { width: 100%; margin-top: -140rpx; display: flex; flex-direction: row; justify-content: flex-start; }