123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .container {
- background-color: #F7F7F7;
- min-height: 1200rpx;
- letter-spacing: 3rpx;
- .head-img {
- height: 200rpx;
- display: flex;
- justify-content: space-between;
- background-color: #fff;
- padding: 0 50rpx;
- margin-bottom: 20rpx;
- .title {
- height: 200rpx;
- line-height: 200rpx;
- }
- .info {
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- margin-top: 25rpx;
- >image {
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- }
- }
- }
- .user-name,
- .sex,
- .birth,
- {
- display: flex;
- justify-content: space-between;
- height: 100rpx;
- background-color: #fff;
- position: relative;
- padding: 0 50rpx;
- .title,
- .info {
- line-height: 100rpx;
- }
- .info {
- text-align: right;
- color: #707070;
- >input {
- height: 100%;
- }
- }
- .icon {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 38rpx;
- right: 15rpx;
- }
- }
- .submit {
- width: 90%;
- height: 100rpx;
- margin: 10rpx auto;
- background-color: #DF3361;
- color: #fff;
- font-size: 17px;
- line-height: 100rpx;
- text-align: center;
- letter-spacing: 2rpx;
- position: fixed;
- bottom: 20rpx;
- left: 5%;
- }
- }
|