| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- .identity__bg {
- width: 100%;
- min-height: 100%;
- background: #f3f3f3;
- }
- .identity__head {
- width: 100%;
- height: 248rpx;
- background-image: linear-gradient(180deg,
- #eab86a 0%,
- #d4932b 100%);
- }
- .identity__head image {
- display: block;
- width: 201rpx;
- height: 251rpx;
- margin: 0 auto;
- }
- .identity_wid {
- width: 100%;
- padding: 0 20rpx;
- box-sizing: border-box;
- }
- .identity_content {
- position: relative;
- width: 100%;
- background: #fff;
- padding: 54rpx 30rpx 38rpx;
- margin-top: 20rpx;
- box-sizing: border-box;
- }
- .identity_content .title {
- text-align: center;
- font-size: 28rpx;
- color: #7f93ae;
- margin-bottom: 54rpx;
- }
- .identity_name, .identity_number {
- width: 100%;
- height: 100rpx;
- background: #f6f9fd;
- border: 1rpx solid #e5e5e5;
- padding-left: 30rpx;
- padding-right: 20rpx;
- margin-bottom:30rpx;
- box-sizing: border-box;
- }
- .identity_name fl {
- float: left;
- }
- .identity_name text, .identity_number text{
- /*display: inline-block;*/
- float: left;
- width: 140rpx;
- line-height: 100rpx;
- font-size: 28rpx;
- color: #7f93ae;
- }
- .identity_name input {
- float: left;
- width: 160rpx;
- height: 100rpx;
- border: none;
- outline: none;
- font-size: 28rpx;
- color: #b8c6d9;
- }
- .identity_name .btn {
- float: right;
- width: 260rpx;
- height: 52rpx;
- background: #fff;
- border-radius: 26rpx;
- line-height: 52rpx;
- font-size: 24rpx;
- color: #eab86a;
- border: 1rpx solid #eab86a;
- box-sizing: border-box;
- text-align: center;
- margin-top: 24rpx;
- }
- .identity_number input {
- float: left;
- width: 440rpx;
- height: 100rpx;
- border: none;
- outline: none;
- font-size: 28rpx;
- color: #b8c6d9;
- }
- .identity_btn {
- width: 100%;
- height: 88rpx;
- background: #eab86a;
- border-radius: 8rpx;
- line-height: 88rpx;
- text-align: center;
- font-size: 28rpx;
- color: #ffffff;
- }
- .identity__img {
- position: absolute;
- width: 224rpx;
- height: 162rpx;
- right: 0;
- }
- .identity_headImg {
- width: 172rpx;
- height: 172rpx;
- margin: 0 auto 46rpx;
- }
- .identity_headImg image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .identity_content .info {
- font-size: 28rpx;
- color: #7f93ae;
- text-align: center;
- margin-bottom: 24rpx;
- }
|