12345678910111213141516171819202122232425262728293031323334353637 |
- .birthday_title {
- font-size: 60rpx;
- line-height: 60rpx;
- color: #000000;
- text-align: center;
- margin: 180rpx 0 116rpx;
- font-weight: 500;
- }
- .birthday-box {
- width: 480rpx;
- height: 78rpx;
- line-height: 78rpx;
- font-size: 29rpx;
- color: #484848;
- padding-left: 50rpx;
- box-sizing: border-box;
- border-radius: 40rpx;
- border: 2rpx solid #A0A0A0;
- margin: 120rpx auto 0;
- position: relative;
- }
- .birthday-box .picker {
- position: relative;
- z-index: 10;
- width: 85%;
- box-sizing: border-box;
- }
- .picker_icon {
- width: 40rpx;
- height: 40rpx;
- top: 19rpx;
- position: absolute;
- right: 30rpx;
- }
|