123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /* pages/teacher_detail/teacher_detail.wxss */
- .ul{
- margin: 0
- }
- .ul-head{
- display: flex;
- justify-content: space-between;
- margin:30rpx;
- font-size: 40rpx;
- color: #121212;
- }
- .ul-head-info{
- padding: 0
- }
- .ul-head-info-img{
- width: 100rpx;
- height: 100rpx;
- border-radius: 100%;
- position: relative;
- bottom: 18rpx;
- }
- .ul-head-info-name{
- display: inline-block;
- margin: 30rpx;
- }
- .ul-head-info-phone{
- color: #666666;
- font-size: 28rpx;
- position: relative;
- top: 15rpx;
- }
- .ul-head-img{
- width: 44rpx;
- height: 44rpx;
- margin: auto 0;
- }
- .ul-class{
- color: #393939;
- font-size: 30rpx;
- margin: 24rpx;
- }
- .ul-class-sub{
- margin-right: 20rpx;
- font-weight:bold;
- }
- .ul-class-item{
- background: #DBDBDB;
- padding: 15rpx 40rpx;
- color: #Fff;
- border-radius:10rpx;
- margin: 0 10rpx;
- }
- .ul-class-item-info{
- background: #DBDBDB;
- padding: 15rpx;
- color: #Fff;
- border-radius:10rpx;
- margin: 0 10rpx;
- }
- .li-content-title{
- margin: 50rpx 24rpx 30rpx 24rpx;
- color: #121212;
- font-size: 30rpx;
- font-weight:bold;
- }
- .li-footer-image{
- width: 44rpx;
- height: 44rpx;
- margin-right: 15rpx;
- margin-left: 55rpx;
- }
- .li-noData{
- text-align: center;
- color: #7C819D;
- font-size: 28rpx;
- margin-top: 25%;
- }
- .li-noData-img{
- width: 196rpx;
- height: 213rpx;
- margin-bottom: 23rpx;
- }
- .li-noData-btn{
- width:180rpx;
- height:74rpx;
- border:2rpx solid rgba(255,100,101,1);
- border-radius:37rpx;
- text-align: center;
- line-height: 74rpx;
- color: #FF6465;
- font-size: 28rpx;
- margin:30rpx auto
- }
- .li-select-acrive{
- background: #FF6465;
- }
- .li-margin{
- justify-content: space-around !important;
- }
|