empAdd.wxss 820 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/empAdd/empAdd.wxss */
  2. @import "../../style/style";
  3. .bottomPlaceholder {
  4. height: 166rpx;
  5. }
  6. .btnGroup {
  7. padding: 24rpx;
  8. }
  9. .btnGroup .btn {
  10. width: 100%;
  11. height: 94rpx;
  12. line-height: 94rpx;
  13. font-size: 36rpx;
  14. color: #fff;
  15. background: #007dff;
  16. border-radius: 8rpx;
  17. }
  18. .chooseForm {
  19. padding: 0 24rpx;
  20. }
  21. .chooseLine {
  22. display: flex;
  23. align-items: center;
  24. padding-left: 14rpx;
  25. }
  26. .chooseLine+.chooseLine {
  27. border-top: solid #f5f5f5 1rpx;
  28. }
  29. .chooseLine .iconfont {
  30. margin-right: 28rpx;
  31. font-size: 36rpx;
  32. color: #bcb6c3;
  33. }
  34. .chooseLine .icon-selected {
  35. color: #007dff;
  36. }
  37. .chooseLine .text {
  38. flex: 1;
  39. width: 0;
  40. display: block;
  41. height: 98rpx;
  42. line-height: 98rpx;
  43. font-size: 28rpx;
  44. font-weight: 450;
  45. overflow: hidden;
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. }