| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-809c9d48 {
- display: flex;
- flex-direction: column;
- padding: 0 20rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .img_bg.data-v-809c9d48 {
- position: absolute;
- top: -70rpx;
- right: 0;
- width: 589rpx;
- height: 320rpx;
- pointer-events: none;
- }
- .container .identity.data-v-809c9d48 {
- margin: 20rpx 0 40rpx 0;
- color: #808080;
- font-size: 28rpx;
- }
- .container .box.data-v-809c9d48 {
- display: flex;
- margin-bottom: 30rpx;
- height: 120rpx;
- }
- .container .box .box_img.data-v-809c9d48 {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .container .box .box_info.data-v-809c9d48 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- margin-left: 22rpx;
- }
- .container .box .box_info .info_name.data-v-809c9d48 {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- }
- .container .box .box_info .info_name .info_type.data-v-809c9d48 {
- margin-left: 15rpx;
- padding: 0 14rpx;
- height: 37rpx;
- line-height: 37rpx;
- font-size: 20rpx;
- color: #0061ff;
- border: 1rpx solid #0061ff;
- border-radius: 6rpx;
- background-color: #d9e7ff;
- }
- .container .box .box_info .info_phone.data-v-809c9d48 {
- color: #808080;
- font-size: 28rpx;
- }
- .container .box .box_btn.data-v-809c9d48 {
- display: flex;
- justify-content: center;
- align-items: center;
- align-self: center;
- margin-left: auto;
- width: 140rpx;
- height: 68rpx;
- color: #fff;
- font-size: 28rpx;
- border-radius: 10rpx;
- background-color: #0061ff;
- }
- .container .mb-50.data-v-809c9d48 {
- margin-bottom: 50rpx;
- }
|