/* pages/studyHouse/studyHouse.wxss */ @import '../../templates/nodata/nodata.wxss'; .position-list { /* position: fixed; top: 0; left: 0; */ width: 100%; height: 100%; z-index: 99; background: #fff; overflow: scroll; -webkit-overflow-scrolling: touch; /* margin-top: 125rpx; */ } .position-li { padding: 30rpx 24rpx; border-bottom: solid 1rpx #E6E6E6; } .position-li:nth-last-of-type(1) { border-bottom: none; } .position-li-title { padding: 18rpx 30rpx; } .position-li-title-icon { width: 32rpx; height: 32rpx; margin-right: 8rpx; vertical-align: middle; } .position-li-title-icon-two { width: 28rpx; height: 34rpx; margin-right: 8rpx; vertical-align: middle; } .position-li-title text { font-size: 30rpx; color: #999999; vertical-align: middle; } .position-li-row { display: flex; justify-content: space-between; align-items: center; } .position-li-name { font-size: 30rpx; color: #333333; margin-bottom: 20rpx; max-width: 76%; } .position-li-text { font-size: 24rpx; color: #999999; margin-bottom: 20rpx; } .position-input-container { /* position: fixed; top: 0; left: 0; justify-content: space-between; */ align-items: center; border-bottom: solid 1rpx #E6E6E6; background: #fff; /* width: 100%; */ background: #F1F3FA; z-index: 1000; padding: 24rpx 30rpx } .position-input-search { background: #fff; border: 1rpx solid #E6E6E6; border-radius: 16rpx; /* margin: 24rpx 30rpx; */ flex: 1; padding: 10rpx 30rpx; } .position-input-search image { width: 30rpx; height: 30rpx; vertical-align: middle; margin-right: 20rpx; } .position-input-search input { font-size: 26rpx; display: inline-block; color: #333; vertical-align: middle; width: 88%; } .position-input-button { margin: 34rpx 36rpx; font-size: 34rpx; color: #393939; } .position-list-nodata { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 240rpx 0rpx; } .position-list-nodata image { width: 120rpx; height: 136rpx; } .position-list-nodata text { margin-top: 20rpx; font-size: 30rpx; color: #8489A3; line-height: 58rpx; } .position-input-placeholder{ color: #8489A3; font-size: 24rpx; } .position-li-btn{ width:140rpx; height:50rpx; background:rgba(96,133,234,1); border-radius:25rpx; color: #fff; font-size: 24rpx; line-height: 50rpx; text-align: center; } .showModel{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.5; overflow: hidden; z-index: 1000; color: #fff; } .model-items{ margin: 74rpx 45rpx 0 45rpx; font-size: 30rpx; } .model{ z-index: 1001; position: fixed; top: 233rpx; margin: 0 30rpx; background: #fff; border-radius:30rpx; text-align: center; width: 92%; } .school-model{ z-index: 1001; position: fixed; bottom: 0; background: #fff; width: 100%; } .model-text{ color: #393939; font-size: 30rpx; text-align: center; margin: 95rpx 50rpx; } .model-list{ display: flex; justify-content: space-around; align-items: center; margin-bottom: 50rpx; margin-top: 80rpx; color: #8489A3; font-size: 34rpx; } .model-list-sure{ color: #FF6465; } .school-items{ width: 100%; height: auto; color: #393939; font-size: 24rpx; padding: 30rpx 0 } .school-items-title{ display: flex; justify-content: space-between; color: #393939; font-size: 30rpx; margin-bottom: 60rpx; padding: 0 30rpx; } .school-items-name{ padding: 23rpx 30rpx; } .school-active{ background: #FF6465; color: #fff; } .refuse{ margin-top: 20%; text-align: center; color: #8489A3; font-size: 24rpx; } .refuse-img{ width: 151rpx; height: 135rpx; } .refuse-text{ color: #393939; font-size: 30rpx; margin: 15rpx auto; } .refuse-btn{ width:220rpx; height:80rpx; border:2rpx solid rgba(220,220,220,1); border-radius:10rpx; text-align: center; line-height: 80rpx; margin: 70rpx auto; font-size: 24rpx; color: #8489A3; } .position-li-info{ text-align: center; color: #393939; font-size: 30rpx; font-weight: 600; } .position-li-title-img{ width: 172rpx; height: 158rpx; } .position-li-info-red{ color: #FF6465; font-size: 24rpx; font-weight: 600; margin: 20rpx 0 80rpx 0; } .position-li-info-btn{ width:250rpx; height:94rpx; line-height: 94rpx; color: #fff; text-align: center; background:rgba(255,100,101,1); border-radius:16rpx; font-size: 34rpx; font-weight: 600; margin: 100rpx auto; } .position-li-info-school{ height:98rpx; line-height: 98rpx; background:rgba(241,243,250,1); border-radius:24rpx; padding: 0 25rpx; color: #8489A3; font-size: 24rpx; font-weight: 600; text-align: left; margin:90rpx 24rpx ; }