yuminge-app/yun-min-program-plugin-master/packageB/member/business_card/CardVisit/CardVisit.wxss

256 lines
4.5 KiB
Plaintext

.card_visit {
padding-bottom: 64px;
}
button {
position: fixed;
bottom: 5px;
}
.savebtn-style {
background-color: #50a6f9 !important;
}
.card_visit .img_box {
width: 690rpx;
margin: 30rpx auto 320rpx auto;
padding: 20rpx;
background: #fff;
}
.card_visit .img_box .banner {
width: 100%;
height: 320rpx;
background: #f2f2f2;
border-radius: 16rpx;
overflow: hidden;
}
.card_visit .img_box .banner image {
width: 100%;
height: 100%;
}
.card_visit .img_box .header {
display: flex;
margin: 32rpx 0;
position: relative;
}
.card_visit .img_box .header .img {
width: 120rpx;
height: 120rpx;
border-radius: 60rpx;
overflow: hidden;
background: #f2f2f2;
margin-right: 20rpx;
}
.card_visit .img_box .header .img image {
width: 100%;
height: 100%;
}
.card_visit .img_box .header .name {
width: 490rpx;
text-align: left;
}
.card_visit .img_box .header .name .name_a {
width: 100%;
font-weight: bold;
font-size: 18px;
line-height: 60rpx;
}
.card_visit .img_box .header .name .name_b {
line-height: 60rpx;
font-size: 14px;
color: #8c8c8c;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.card_visit .img_box .header .fire {
position: absolute;
right: 0;
line-height: 60rpx;
color: #f15353;
font-size: 14px;
display: flex;
}
.card_visit .img_box .header .fire .card_img_a {
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/card_img_a.png") no-repeat center;
background-size: 56rpx;
width: 56rpx;
height: 56rpx;
}
.card_visit .img_box .header .fire .card_img_a::before {
content: "";
}
.canvas {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 999999rpx;
background-color: rgba(0, 0, 0, 0.3);
}
.card_visit .img_box .per_info {
text-align: left;
margin-top: 20rpx;
}
.card_visit .img_box .per_info .li {
line-height: 48rpx;
display: flex;
}
.card_visit .img_box .per_info .li .card_img_b {
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/card_img_b.png") no-repeat center;
background-size: 40rpx;
width: 56rpx;
height: 56rpx;
}
.card_visit .img_box .per_info .li .card_img_b::before {
content: "";
}
.card_visit .img_box .per_info .li .card_img_c {
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/card_img_c.png") no-repeat center;
background-size: 40rpx;
width: 56rpx;
height: 56rpx;
}
.card_visit .img_box .per_info .li .card_img_c::before {
content: "";
}
.card_visit .img_box .per_info .li .card_img_d {
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/card_img_d.png") no-repeat center;
background-size: 40rpx;
width: 56rpx;
height: 56rpx;
}
.card_visit .img_box .per_info .li .card_img_d::before {
content: "";
}
.card_visit .img_box .per_info .li .span {
font-size: 14px;
color: #999;
}
.card_visit .img_box .per_info .position .span {
-webkit-box-orient: vertical;
}
.card_visit .img_box .code_box {
margin-top: 80rpx;
display: flex;
align-items: center;
}
.card_visit .img_box .code_box .code {
width: 240rpx;
height: 240rpx;
background: #fff;
padding: 20rpx;
margin-right: 40rpx;
overflow: hidden;
}
.card_visit .img_box .code_box .code image {
width: 100%;
height: 100%;
}
.card_visit .img_box .code_box .code_text {
text-align: left;
font-size: 14px;
}
.card_visit .img_box .code_box .code_text .li {
line-height: 44rpx;
}
.card_visit .img_box .code_box .code_text .text_a .span {
color: #50a6f9;
}
.card_visit .img_box .code_box .code_text .text_c {
color: #8c8c8c;
font-size: 13px;
}
/* 加的 */
page {
background-color: #edeef2;
}
.poste_box {
width: 85%;
margin: auto;
margin-top: 50rpx;
background-color: #fff;
border: 1rpx solid #ddd;
box-shadow: 0 0 10px 5px #d8d7dd;
}
.savePoste {
background-color: #ff8427;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 30rpx;
color: #fff;
}
.saveTitle {
font-size: 25rpx;
color: #666;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 20rpx;
text-align: center;
}
.icon_btn {
width: 100%;
bottom: 0;
left: 0;
position: fixed;
/* height: 120rpx; */
background: #fff;
text-align: center;
display: flex;
justify-content: space-around;
}
.icon_btn .box {
width: 50%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 20rpx 0;
position: relative;
}
.icon_btn image {
width: 80rpx;
height: 80rpx;
margin-bottom: 8rpx;
}