123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- /* pages/teaching/teaching.wxss */
- @import '../../templates/nodata/nodata.wxss';
- .list{
- margin: 0 24rpx;
- padding: 0;
- color: #393939;
- font-size: 30rpx;
- }
- .list-items{
- border-bottom: 1rpx solid #D0D5E6;
- padding-bottom: 24rpx;
- }
- .list-items-img{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .list-items>view{
- display: inline-block;
- position: relative;
- left: 10rpx;
- bottom:0rpx;
- }
- .list-btn{
- margin-bottom: 100rpx;
- }
- .list-btn-items{
- position: relative;
- margin-top: 24rpx;
- display: inline-block;
- }
- .list-btn-text{
- background:rgba(255,100,101,0.2);
- border-radius:29rpx;
- font-size: 24rpx;
- color: #FF6465;
- margin-right: 34rpx;
- padding: 0 33rpx;
- text-align: center;
- line-height: 58rpx;
- }
- .list-btn-add{
- width:160rpx;
- height:58rpx;
- line-height: 58rpx;
- background:rgba(241,243,250,1);
- border-radius:29rpx;
- font-size: 24rrpx;
- color: #D0D5E6;
- display: inline-block;
- text-align: center;
- margin-top: 24rpx;
- }
- .list-btn-close{
- width: 34rpx;
- height: 34rpx;
- border-radius: 50%;
- position: absolute;
- right: 21rpx;
- top:-10rpx;
- }
- .list-save{
- background: #FF6465;
- position: fixed;
- bottom: 0;
- left: 0;
- text-align: center;
- height: 94rpx;
- line-height: 94rpx;
- font-size: 34rpx;
- color: #fff;
- width: 100%;
- }
- .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;
- }
- .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;
- }
- .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;
- }
- .list{
- /* margin: 125rpx 24rpx 0 24rpx; */
- padding: 0;
- font-size: 30rpx;
- color: #393939;
- }
- .list-items{
- text-align: left;
- padding: 32rpx 0;
- border-bottom: 1rpx solid #D0D5E6;
- }
|