index.wxss 557 B

123456789101112131415161718192021222324252627282930
  1. /* 开发者 */
  2. .header{
  3. display: flex;
  4. align-items: center;
  5. line-height: 60rpx;
  6. font-size: 32rpx;
  7. background-color: #fff;
  8. }
  9. .section{
  10. margin-bottom: 50px;
  11. }
  12. .section picker::after{
  13. font-family: "cuIcon";
  14. display: block;
  15. content: "\e6a3";
  16. position: absolute;
  17. font-size: 34rpx;
  18. color: var(--grey);
  19. line-height: 100rpx;
  20. width: 60rpx;
  21. text-align: center;
  22. top: 0;
  23. bottom: 0;
  24. right: -20rpx;
  25. margin: auto;
  26. margin-top: auto;
  27. margin-right: auto;
  28. margin-bottom: auto;
  29. margin-left: auto;
  30. }