123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- .toploginbox{
- display: block;
- width: 100%;
- height: 235rpx;
- background-color: #556CF1;
- box-sizing: border-box;
- padding-top: 12rpx;
- }
- .toploginbox view{
- margin-left: 30rpx;
- }
- .loginbox{
- display:block;
- width:690rpx;
- background: #FFFFFF;
- box-shadow: 0px 3rpx 13rpx rgba(0, 0, 0, 0.16);
- opacity: 1;
- border-radius: 18rpx;
- overflow: hidden;
- margin: -98rpx auto 0;
- position: relative;
- z-index: 1;
- padding: 50rpx 0 30rpx;
- }
- .logininput{
- display:block;
- width: 630rpx;
- height: 110rpx;
- background: #FFFFFF;
- box-shadow: 0px 3rpx 13rpx rgba(0, 0, 0, 0.16);
- border-radius: 10rpx;
- margin:40rpx auto 0;
- text-align:left;
- }
- input{
- display: block;
- width: 100%;
- height: 100%;
- line-height: 110rpx;
- padding-left: 30rpx;
- box-sizing: border-box;
- }
- .downimg{
- display: block;
- width: 16rpx;
- height: 30rpx;
- position: absolute;
- top: 40rpx;
- right: 30rpx;
- transform: rotateZ(90deg);
- }
- .downorg{
- display: block;
- width: 16rpx;
- height: 30rpx;
- position: absolute;
- top: 40rpx;
- right: 30rpx;
- }
- .noticemsg{
- margin: 30rpx 0 0 30rpx;
- }
- .loginbtn{
- display: block;
- width: 690rpx;
- height: 110rpx;
- background: #556CF1;
- border-radius: 10rpx;
- margin:100rpx auto 0;
- line-height: 110rpx;
- }
- .layerbox{
- display: block;
- width:100%;
- height:100%;
- position:fixed;
- top:0;
- left:0;
- z-index:99;
- background:rgba(0,0,0,0.45);
- }
- .selectdepart{
- display: block;
- width:100%;
- background:#fff;
- position:absolute;
- left:0;
- bottom:0;
- z-index:100;
- padding-top:170rpx;
- /* max-height: 80%; */
- /* overflow: auto; */
- padding-bottom:40rpx;
- padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
- padding-bottom: calc(env(safe-area-inset-bottom)) !important;
- }
- .dapartbox{
- display: block;
- width: 100%;
- max-height: 800rpx;
- overflow: auto;
- }
- .departitbox{
- display: block;
- width: 100%;
- height: 90rpx;
- border-bottom: 2rpx solid #e7e7e7;
- line-height: 88rpx;
- top: 0;
- left: 0;
- }
- .departitbox .cancle{
- top:0;
- left:00rpx;
- z-index:100;
- line-height: 88rpx;
- padding:0 10rpx;
- }
- .departitbox .sure{
- top:0;
- right:00rpx;
- z-index:100;
- line-height: 88rpx;
- padding:0 10rpx;
- }
- .userorgbox{
- display: block;
- width: 100%;
- height: 80rpx;
- overflow-x: auto;
- overflow-y: hidden;
- border-bottom: 2rpx solid #e7e7e7;
- line-height: 78rpx;
- white-space: nowrap;
- background-color: #fff;
- position: absolute;
- top: 90rpx;
- left: 0;
- }
- .userorgbox view{
- padding: 0 25rpx;
- }
- radio .wx-radio-input.wx-radio-input-checked {
- border-color: #28A1FF;
- background: #28A1FF;
- }
- .noworg{
- color: #00A2EA;
- position:relative;
- }
- .noworg:before{
- content:' ';
- display:block;
- width: 90rpx;
- height: 3rpx;
- background: #00A2EA;
- position:absolute;
- left: 50%;
- margin-left: -45rpx;
- bottom: 0;
- }
|