select.wxss 372 B

12345678910111213141516171819202122
  1. .select_title {
  2. font-size: 60rpx;
  3. line-height: 60rpx;
  4. color: #000000;
  5. text-align: center;
  6. margin: 180rpx 0 116rpx;
  7. font-weight: 500;
  8. }
  9. .select-box{
  10. display: flex;
  11. justify-content: space-around;
  12. text-align: center;
  13. font-size: 36rpx;
  14. color: #000000;
  15. padding: 0 70rpx;
  16. }
  17. .select_icon{
  18. width: 204rpx;
  19. height: 204rpx;
  20. background: #e1e1e1;
  21. border-radius: 50%;
  22. }