123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- .container{
- padding: 0;
- margin: 0;
- }
- page{
- background: #f1f1f1;
- }
- /* 筛选按钮 */
- .select-view {
- height: 60rpx;
- line-height: 60rpx;
- background: #cc6031;
- color: #FFF;
- text-align: center;
- font-size: 36rpx;
- position: fixed;
- width: 750rpx;
- z-index: 3;
- }
- .height-view {
- height: 60rpx;
- }
- .select-box {
- position: fixed;
- background: #FFF;
- top: -240rpx;
- width: 750rpx;
- height: 300rpx;
- font-size: 32rpx;
- z-index: 2;
-
- }
- .change-time{
- display: flex;
- margin-top: 40rpx;
- }
- .section{
- display: flex;
- padding-top: 40rpx;
- }
- .section view{
- line-height: 60rpx;
- }
- .picker{
- margin: 0 10rpx;
- padding: 0 20rpx;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 5rpx;
- font-weight: 600;
- }
- .select-title{
- height: 140rpx;
- line-height: 140rpx;
- margin-left: 25rpx;
- width: 240rpx;
- text-align: center;
- }
- .select-box-bg{
- background: #333;
- opacity: 0;
- z-index: 1;
- height: 100%;
- width: 100%;
- top: 60rpx;
- position: fixed;
- }
- .search-btn-view{
- display: flex;
- width: 400rpx;
- margin: 20rpx auto;
- }
- .search-btn-view view{
- margin: 0 auto;
- }
- .search-btn{
- height: 60rpx;
- line-height: 60rpx;
- width: 150rpx;
- border-radius: 10rpx;
- background: #cc6031;
- text-align: center;
- color: #FFF;
- }
- .reset-btn{
- height: 60rpx;
- line-height: 60rpx;
- width: 150rpx;
- border-radius: 10rpx;
- background: #f1f1f1;
- text-align: center;
- color: #666;
- }
- /* end */
- /* 日期选择 */
- .week-view{
- width: 700rpx;
- padding: 25rpx;
- background: #FFF;
- }
- .week-list{
- width: 700rpx;
- display: flex;
- }
- .week-box{
- height: 90rpx;
- width: 90rpx;
- border-radius: 100rpx;
- font-size:24rpx;
- text-align: center;
- margin: 0 auto;
- }
- .weekDay{
- margin-top: 10rpx;
- }
- .cur-week{
- background: #cc6031;
- color:#FFF;
- }
- /* end */
- /* 校区列表 */
- .school-box{
- padding: 25rpx;
- border-bottom: 20rpx solid #eee;
- background: #FFF;
- }
- .school-title,.school-dis,.school-addr,.school-tel,.class-box,.class-get-view{
- display: flex;
- }
- .school-title{
- height: 60rpx;
- }
- .disImg{
- width: 40rpx;
- height: 40rpx;
- margin-right: 10rpx;
- }
- .disImg image{
- height: 100%;
- width: 100%;
- }
- .school-name{
- width: 500rpx;
- font-size: 36rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .school-dis{
- margin-left: auto;
- font-size: 32rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .school-addr,.school-tel{
- height: 60rpx;
- line-height: 60rpx;
- color: #999;
- }
- .address,.telNum{
- width: 600rpx;
- }
- .showMore{
- width: 32rpx;
- height: 32rpx;
- margin-left: auto;
- padding-top: 7rpx;
- }
- .showMore image,.getTel image{
- height: 100%;
- width: 100%;
- }
- .getTel{
- width: 40rpx;
- height: 40rpx;
- margin-left: auto;
- padding-top: 10rpx;
- }
- .class-get-view{
- margin-left: auto;
- }
- .class-time{
- width: 350rpx;
- }
- .class-get-view{
- max-width: 350rpx;
- }
- .class-get-btn{
- color: #FFF;
- background: #cc6031;
- border-radius: 10rpx;
- width: 90rpx;
- text-align: center;
- }
- .class-box{
- height: 60rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- color: #999;
- margin: 20rpx 0;
- }
- .class-none{
- height: 60rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- color: #999;
- }
- .class-stu-num{
- margin-right: 10rpx;
- }
- .curSchool image{
- transform: rotate(90deg);
- }
- /* end */
- /* loading */
- .loading {
- height: 200rpx;
- line-height: 100rpx;
- background: #f1f1f1;
- color: #999;
- text-align: center;
- }
- /* end */
|