select.wxss 821 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .select {
  2. background-color: #f4f4f4;
  3. min-height: 100vh;
  4. }
  5. .select .addQrcode-list {
  6. height: 120rpx;
  7. display: flex;
  8. justify-content: space-between;
  9. padding: 15rpx;
  10. border-bottom: 1rpx solid #dcdcdc;
  11. font-size: 24rpx;
  12. }
  13. .select .addQrcode-list .fr {
  14. line-height: 120rpx;
  15. color: #0066CC;
  16. }
  17. .select .select-title {
  18. height: 60rpx;
  19. line-height: 100rpx;
  20. display: flex;
  21. justify-content: space-between;
  22. padding: 0 30rpx;
  23. font-size: 28rpx;
  24. }
  25. .select .menu {
  26. background-color: #fff;
  27. display: flex;
  28. }
  29. .select .menu view {
  30. width: 50%;
  31. text-align: center;
  32. height: 100rpx;
  33. line-height: 100rpx;
  34. }
  35. .select .menu view.active {
  36. color: #fff;
  37. }
  38. .select .menu view.active ._span {
  39. color: #333333;
  40. border-bottom: 2px solid #487CFF;
  41. padding: 16rpx;
  42. height: 100rpx;
  43. line-height: 100rpx;
  44. }