index.wxss 583 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* 开发者 */
  2. .section{
  3. margin-bottom: 50px;
  4. }
  5. .section .title{
  6. font-size: 32rpx;
  7. }
  8. .section .cu-form-group{
  9. min-height: 80rpx;
  10. }
  11. .cu-form-group picker .picker{
  12. line-height: 80rpx;
  13. }
  14. .section .picker::after{
  15. font-family: "cuIcon";
  16. display: block;
  17. content: "\e6a3";
  18. position: absolute;
  19. font-size: 26rpx;
  20. color: #666;
  21. line-height: 80rpx;
  22. width: 60rpx;
  23. text-align: center;
  24. top: 0;
  25. bottom: 0;
  26. right: -18rpx;
  27. margin: auto;
  28. margin-top: auto;
  29. margin-right: auto;
  30. margin-bottom: auto;
  31. margin-left: auto;
  32. }
  33. .section .hide{
  34. display: none;
  35. }