123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @charset "UTF-8";
- .wrap .info-wrap.data-v-44ded03a {
- background-color: #f8f8f8;
- padding-top: 36rpx;
- }
- .wrap .info-wrap .avatar-container.data-v-44ded03a {
- margin: 0 auto;
- width: 156rpx;
- height: 156rpx;
- background: rgba(255, 255, 255, 0.39);
- border: 2rpx solid #707070;
- border-radius: 50%;
- position: relative;
- overflow: hidden;
- margin-bottom: 36rpx;
- }
- .wrap .info-wrap .avatar-container .avatar.data-v-44ded03a {
- width: 156rpx;
- height: 156rpx;
- border-radius: 50%;
- display: block;
- }
- .wrap .info-wrap .avatar-container .edit.data-v-44ded03a {
- width: 100%;
- height: 42rpx;
- line-height: 42rpx;
- text-align: center;
- position: absolute;
- bottom: 0;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- background: rgba(0, 0, 0, 0.6);
- }
- .wrap .info-wrap .uni-list-item-custom.data-v-44ded03a {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 12rpx 15px;
- padding-left: 15px;
- border-bottom: 1px solid #e7e7e7;
- }
- .wrap .info-wrap .uni-list-item-custom .headline.data-v-44ded03a {
- font-size: 14px;
- color: #3b4144;
- overflow: hidden;
- }
- .wrap .uni-popup-dialog-wrap.data-v-44ded03a {
- margin-top: -180rpx;
- }
- .wrap .submit-BT.data-v-44ded03a {
- width: 424rpx;
- height: 72rpx;
- line-height: 72rpx;
- text-align: center;
- position: fixed;
- bottom: 120rpx;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- background: #3D90F4;
- border-radius: 42rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- z-index: 9;
- }
- .wrap .uni-popup-modal.data-v-44ded03a {
- width: 700rpx;
- background-color: #fff;
- box-shadow: 0 0 6rpx rgba(0, 0, 0, 0.6);
- border-radius: 16rpx;
- }
- .wrap .uni-popup-modal .uni-popup-title.data-v-44ded03a {
- color: #000;
- font-size: 32rpx;
- line-height: 1;
- text-align: center;
- padding: 30rpx 0;
- }
- .wrap .uni-popup-modal .uni-popup-content.data-v-44ded03a {
- padding: 20rpx 20rpx 80rpx;
- }
- .wrap .uni-popup-modal .handle-wrap .bt.data-v-44ded03a {
- display: inline-block;
- width: 50%;
- height: 80rpx;
- line-height: 60rpx;
- color: #333;
- font-size: 32rpx;
- text-align: center;
- }
- .wrap .uni-popup-modal .handle-wrap .bt.confirm.data-v-44ded03a {
- color: #007aff;
- }
|