12345678910111213141516171819202122 |
- .select_title {
- font-size: 60rpx;
- line-height: 60rpx;
- color: #000000;
- text-align: center;
- margin: 180rpx 0 116rpx;
- font-weight: 500;
- }
- .select-box{
- display: flex;
- justify-content: space-around;
- text-align: center;
- font-size: 36rpx;
- color: #000000;
- padding: 0 70rpx;
- }
- .select_icon{
- width: 204rpx;
- height: 204rpx;
- background: #e1e1e1;
- border-radius: 50%;
- }
|