123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .content{
- background-color: #F2F2F2;
- padding: 20rpx;
- }
- Page {
- width: 100%;
- height: 100%;
- background-color: #F2F2F2;
- }
- .info_title{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- align-items: center;
- height: 80rpx;
- margin-bottom: 3rpx;
- font-weight: 600;
- background-color: #fff;
- padding-left: 20rpx;
- }
- .info{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- align-items: center;
- background-color: #fff;
- height: 80rpx;
- border-radius: 10rpx;
- margin-bottom: 3rpx;
- padding-left:20rpx
- }
- .info_left{
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: center;
- width: 180rpx;
- height: 60rpx;
- }
- .info_left_1{
- color: red;
- margin-right:10rpx;
- height: 60rpx;
- line-height: 60rpx;
- }
- .info_left_2{
- font-size: 28rpx;
- height: 60rpx;
- line-height: 60rpx;
- }
- .info_right{
- width: 470rpx;
- height: 60rpx;
- margin-left: 20rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .info_right_picker{
- width: 440rpx;
- height: 60rpx;
- margin-left: 20rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .info_right_picker_v{
- width: 440rpx;
- height: 60rpx;
- }
- .placeholder{
- font-size: 28rpx;
- color: #c2c6da;
- }
- .next-gray{
- width: 8px;
- height: 14px;
- }
- .bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- position: fixed;
- background-color: #f2f2f2;
- border-radius: 10rpx;
- height: 100rpx;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- z-index: 999;
- }
- .save{
- background-color: #FF8364;
- color: #fff;
- width: 710rpx;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 10rpx;
- }
- .sex-info{
- width: 110px;
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- }
- .sex-info-man,.sex-info-woman{
- width: 40px;
- background-color: #D4D4D4;
- color: #000000;
- text-align: center;
- border-radius: 4px;
- font-size: 12px;
- line-height: 24px;
- height: 24px;
- margin-left: 10px;
- }
- .sex-info-active{
- background-color: #FF8364!important;
- color: #fff;
- }
|