birthday.wxss 593 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .birthday_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. .birthday-box {
  10. width: 480rpx;
  11. height: 78rpx;
  12. line-height: 78rpx;
  13. font-size: 29rpx;
  14. color: #484848;
  15. padding-left: 50rpx;
  16. box-sizing: border-box;
  17. border-radius: 40rpx;
  18. border: 2rpx solid #A0A0A0;
  19. margin: 120rpx auto 0;
  20. position: relative;
  21. }
  22. .birthday-box .picker {
  23. position: relative;
  24. z-index: 10;
  25. width: 85%;
  26. box-sizing: border-box;
  27. }
  28. .picker_icon {
  29. width: 40rpx;
  30. height: 40rpx;
  31. top: 19rpx;
  32. position: absolute;
  33. right: 30rpx;
  34. }