123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500 |
- .piano-list {
- width: 750rpx;
- }
- page{
- background: #f1f1f1;
- }
- .piano-box {
- padding: 20rpx 0;
- display: flex;
- justify-content: space-between;
- border-bottom: 20rpx solid #f1f1f1;
- background: #FFF;
- }
- .piano-box>view:last-child{
- width: 270rpx;
- text-align: center;
- }
- .piano-detail{
- width: 470rpx;
- }
- .piano-detail view {
- height: 60rpx;
- line-height: 60rpx;
- width: 470rpx;
- margin-left: 25rpx;
- font-size: 32rpx;
- }
- .piano-time {
- font-weight: 400;
- }
- .piano-date {
- height: 60rpx;
- line-height: 60rpx;
- font-size: 26rpx;
- color: #666;
- }
- .loading {
- height: 200rpx;
- line-height: 100rpx;
- background: #f1f1f1;
- color: #999;
- text-align: center;
- }
- .select-view {
- height: 60rpx;
- line-height: 60rpx;
- background: #005033;
- color: #FFF;
- text-align: center;
- font-size: 32rpx;
- position: fixed;
- width: 750rpx;
- z-index: 3;
- }
- .height-view {
- height: 60rpx;
- }
- .select-box {
- position: fixed;
- background: #FFF;
- top: -300rpx;
- 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;
- border: 1px solid #ccc;
- padding: 0 20rpx;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 5rpx;
- }
- .school-picker{
- border: none;
- background: #005033;
- color: #FFF;
- border-radius: 100rpx;
- }
- .select-title{
- height: 140rpx;
- line-height: 140rpx;
- margin-left: 25rpx;
- }
- .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: #005033;
- text-align: center;
- color: #FFF;
- }
- .reset-btn{
- height: 60rpx;
- line-height: 60rpx;
- width: 150rpx;
- border-radius: 10rpx;
- background: #f1f1f1;
- text-align: center;
- color: #666;
- }
- .select-box-bg{
- background: #333;
- opacity: 0;
- z-index: 1;
- height: 100%;
- width: 100%;
- top: 60rpx;
- position: fixed;
- }
- .getPiano{
- height: 48rpx;
- line-height: 48rpx;
- background: #005033;
- color: #FFF;
- text-align: center;
- padding: 15rpx;
- position: fixed;
- width: 300rpx;
- margin-left: 210rpx;
- border-radius: 100rpx;
- bottom: 20rpx;
- }
- .class-btn{
- color: #005033;
- border: 1px solid #005033;
- width: 200rpx;
- text-align: center;
- height: 60rpx;
- line-height: 60rpx;
- position: relative;
- top: 30rpx;
- left: 35rpx;
- border-radius: 50rpx;
- font-size: 28rpx;
- }
- .class-status{
- color: #999;
- text-align: center;
- height: 30rpx;
- line-height: 45rpx;
- position: relative;
- font-size: 26rpx;
- }
- .cancelList{
- border-color: #cc6031;
- color: #cc6031;
- }
- .rule-view{
- background: #cc6031;
- color: #FFF;
- width: 100rpx;
- line-height: 50rpx;
- text-align: center;
- border-radius: 100rpx 0 0 100rpx;
- position: fixed;
- bottom: 45rpx;
- right: 0;
- font-size: 24rpx;
- text-indent: 24rpx;
- }
- .rule-bg,.change-bg{
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- background: #333;
- opacity: 0.3;
- z-index: 4;
- }
- .rule-bg{
- z-index: 99;
- }
- .rule-box{
- position: fixed;
- top: 50%;
- margin-top: -465rpx;
- width: 650rpx;
- height: auto;
- left: 25rpx;
- background: #FFF;
- z-index: 100;
- overflow: auto;
- line-height: 1.8;
- color: #666;
- font-size: 20rpx;
- border: 25rpx solid #FFF;
- border-radius: 20rpx;
- }
- .rule-title{
- font-size: 36rpx;
- text-align: center;
- margin: 40rpx 20rpx 20rpx 20rpx;
- color: #333;
- }
- .close-rule{
- position: fixed;
- width: 60rpx;
- line-height: 60rpx;
- color: #333;
- text-align: center;
- border-radius: 60rpx;
- top: 50%;
- z-index: 5;
- margin-top: -425rpx;
- right: 70rpx;
- border: 1rpx solid #333;
- background: #FFF;
- }
- .close-change{
- position: absolute;
- width: 60rpx;
- line-height: 60rpx;
- color: #333;
- text-align: center;
- border-radius: 60rpx;
- z-index: 5;
- right: 25rpx;
- border: 1rpx solid #333;
- background: #FFF;
- }
- .change-btn{
- position: fixed;
- background: #005033;
- color: #FFF;
- font-size: 30rpx;
- width: 60rpx;
- padding: 20rpx 20rpx 20rpx 40rpx;
- bottom: 200rpx;
- right: 0;
- border-radius: 60rpx 0 0 60rpx;
- z-index: 98;
- }
- .change-view{
- position: absolute;
- background: #f8f8f8;
- width: 700rpx;
- padding: 26rpx;
- z-index: 5;
- height: 500rpx;
- }
- .changeStuBtn{
- width: 300rpx;
- margin: 80rpx auto 0;
- text-align: center;
- background: #005033;
- color: #FFF;
- line-height: 80rpx;
- font-size: 32rpx;
- border-radius: 100rpx;
- }
- .toDown{
- width: 32rpx;
- height: 32rpx;
- margin: 8rpx 0 0 20rpx;
- }
- .toDown image{
- width: 100%;
- height: 100%;
- }
- .section .picker{
- display: flex;
- }
- .stu-head{
- font-size: 48rpx;
- height: 99rpx;
- width: 99rpx;
- line-height: 99rpx;
- border-radius: 100rpx;
- border: 1rpx solid #ccc;
- text-align: center;
- margin: 40rpx 0 20rpx;
- }
- .stu-name{
- width: 100rpx;
- text-align: center;
- line-height: 50rpx;
- }
- .stu-box,.picker-box{
- /* margin-right: 40rpx; */
- margin: 0 auto;
- }
- .change-box{
- width: 700rpx;
- }
- .change-stu{
- display: flex;
- width: 500rpx;
- margin: 0 auto;
- overflow-x: auto;
- }
- .curStu{
- background: #005033;
- color: #FFF;
- border-color: #005033;
- }
- .top-view{
- display: flex;
- width: 700rpx;
- padding: 0 26rpx;
- line-height: 60rpx;
- background: #005033;
- color: #FFF;
- font-size: 32rpx;
- text-align: center;
- position: relative;
- z-index: 6;
- }
- .top-school{
- width: 300rpx;
- }
- .top-name,.top-date{
- width: 200rpx;
- position: relative;
- }
- .toDownImg{
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- top: 17rpx;
- margin-left: 20rpx;
- }
- .top-name image{
- position: absolute;
- left: 0;
- margin-left: 0;
- }
- .top-name{
- text-align: left;
- text-indent: 50rpx;
- }
- .change-btn-view{
- display: flex;
- width: 100%;
- }
- .removeStuBtn{
- background: #999;
- }
- /* 历史课程 */
- .select-view {
- height: 60rpx;
- line-height: 60rpx;
- background: #005033;
- color: #FFF;
- text-align: center;
- font-size: 32rpx;
- position: fixed;
- width: 750rpx;
- z-index: 3;
- }
- .height-view {
- height: 60rpx;
- }
- .select-box {
- position: fixed;
- background: #FFF;
- /* top: -300rpx; */
- width: 750rpx;
- min-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;
- }
- .select-title{
- height: 140rpx;
- line-height: 140rpx;
- margin-left: 25rpx;
- }
- .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: #005033;
- text-align: center;
- color: #FFF;
- }
- .reset-btn{
- height: 60rpx;
- line-height: 60rpx;
- width: 150rpx;
- border-radius: 10rpx;
- background: #f1f1f1;
- text-align: center;
- color: #666;
- }
- .select-box-bg{
- background: #333;
- opacity: 0;
- z-index: 1;
- height: 100%;
- width: 100%;
- top: 60rpx;
- position: fixed;
- }
- .type-view{
- display: flex;
- }
- .change-type{
- display: flex;
- line-height: 140rpx;
- margin-left: 20rpx;
- }
- /* .change-type view{
- height: 70rpx;
- margin-top: 35rpx;
- line-height: 70rpx;
- padding: 0 20rpx;
- margin-left: 20rpx;
- } */
- .curType{
- color: #FFF;
- background: #005033;
- border-color: #005033;
- }
- .toDown{
- width: 32rpx;
- height: 32rpx;
- margin-left: 30rpx;
- margin-top: 4rpx;
- }
- .toDown image{
- width: 100%;
- height: 100%;
- }
- .change-view{
- display: flex;
- border: none;
- line-height: 140rpx;
- font-size: 34rpx;
- }
- .toDownImg{
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- top: 17rpx;
- margin-left: 20rpx;
- }
- /* end */
|