new_teacher.wxss 860 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/new_teacher/new_teacher.wxss */
  2. .list {
  3. background: #fff;
  4. /* border-bottom: solid 1rpx #f4f4f4; */
  5. padding:0 30rpx;
  6. }
  7. .li {
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. padding: 35rpx 0;
  12. /* border-bottom: solid 1rpx #f4f4f4; */
  13. }
  14. .li-label {
  15. font-size: 30rpx;
  16. color: #393939;
  17. }
  18. .li-content {
  19. text-align: right;
  20. }
  21. .li-contents {
  22. text-align: right;
  23. width: 50rpx;
  24. height: 38rpx;
  25. }
  26. .input-placeholder,
  27. .li-input {
  28. /* background: #bfbfbf; */
  29. font-size: 28rpx;
  30. color: #7e7e7e;
  31. }
  32. .li-label-star{
  33. color: #FF6465
  34. }
  35. .ul{
  36. padding: 25rpx 0;
  37. }
  38. .li-tips{
  39. background:rgba(219,219,219,1);
  40. border-radius:10rpx;
  41. padding: 15rpx 40rpx;
  42. font-size: 30rpx;
  43. color: #fff;
  44. text-align: center;
  45. display: inline-block;
  46. margin: 20rpx 10rpx 20rpx 0;
  47. }
  48. .li-tips-active{
  49. background: #FF6465 !important;
  50. }