city_card/packagecard/sharePage/sharePage.wxss
2023-07-15 14:25:28 +08:00

585 lines
8.9 KiB
Plaintext
Executable File

page {
background: #f7f7f7;
}
.card-container {
box-sizing: border-box;
height: 0;
}
.share-btn {
background: #eee;
}
.card {
background: #fff;
box-sizing: border-box;
height: 0;
overflow: hidden;
position: relative;
width: 100%;
}
.area-box {
white-space: nowrap;
word-break: break-all;
}
.card-bgImg {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.person {
padding: 20rpx;
}
.dynamic-container {
background-color: #fff;
border-radius: 20rpx;
margin-top: -50rpx;
padding: 20rpx;
position: relative;
}
.dynamic-title image {
height: 30rpx;
margin-top: -4rpx;
vertical-align: middle;
width: 30rpx;
}
.catelog-title {
justify-content: space-between;
position: relative;
}
.catelog-title,.catelog-title .action {
align-items: center;
display: flex;
}
.catelog-title .action {
justify-content: center;
max-width: 100%;
padding-right: 30rpx;
}
.title {
background: #0054bd;
border-top-left-radius: 48rpx;
border-top-right-radius: 48rpx;
color: #fff;
display: inline-block;
font-size: 30rpx;
margin-bottom: -50rpx;
padding: 10rpx 60rpx 60rpx 10rpx;
position: relative;
}
.title text {
margin-left: 20rpx;
}
.column-box,.column-content {
background-color: #fff;
display: flex;
flex-direction: column;
width: 100%;
}
.column-content {
border-radius: 48rpx;
box-shadow: 0 2px 2px #f0f0f0;
padding: 10rpx 20rpx 40rpx;
z-index: 2;
}
.intro-title image,.serve-title image {
height: 30rpx;
margin-top: -4px;
vertical-align: middle;
width: 28rpx;
}
.person-content {
background: #fff;
border-radius: 20rpx;
color: #000;
font-size: 30rpx;
letter-spacing: 2rpx;
line-height: 40rpx;
margin-top: -30rpx;
padding: 20rpx;
position: relative;
word-break: break-all;
}
.company-title {
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
}
.company-title image {
height: 140rpx;
width: 140rpx;
}
.company-name {
align-items: center;
display: flex;
font-size: 34rpx;
height: 140rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 520rpx;
}
.company-content {
background: #fff;
border-radius: 20rpx;
margin-top: -30rpx;
padding: 20rpx;
position: relative;
}
.company-content image {
border-radius: 20rpx;
height: 300rpx;
width: 100%;
}
.company .person-content {
margin-top: 0;
}
.dynamic-title {
display: block;
margin: 0 auto;
width: 710rpx;
}
.dynamic-box {
background: #fff;
border-radius: 20rpx;
height: 400rpx;
margin-bottom: 20rpx;
overflow: hidden;
position: relative;
}
.dynamic-box image {
height: 400rpx;
width: 100%;
}
.dynamic-text {
background: rgba(0,0,0,.6);
bottom: 0;
color: #fff;
font-size: 30rpx;
left: 0;
line-height: 60rpx;
padding: 0 10rpx;
position: absolute;
right: 0;
}
.person-info {
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
padding-bottom: 20rpx;
}
.avatar {
border-radius: 50%;
height: 120rpx;
overflow: hidden;
width: 120rpx;
}
.avatar image {
height: 100%;
width: 100%;
}
.person-name {
width: 530rpx;
}
.name {
color: #000;
font-size: 32rpx;
margin: 15rpx 0 10rpx;
}
.time {
color: #b2b2b2;
}
.dynamic-content {
margin: 20rpx 0;
}
.dynamic-img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.dynamic-img image {
height: 160rpx;
margin-bottom: 10rpx;
margin-right: 2%;
width: 32%;
}
.dynamic-img image:nth-child(3n) {
margin-right: 0;
}
.dynamic-img-text {
background: rgba(0,0,0,.6);
bottom: 3rpx;
color: #fff;
font-size: 32rpx;
left: 0;
line-height: 70rpx;
padding: 0 20rpx;
position: absolute;
right: 0;
}
.dynamic-good {
display: flex;
justify-content: space-between;
margin: 10rpx 0;
}
.good-count {
color: #333;
font-size: 28rpx;
}
.good-btn image {
height: 40rpx;
vertical-align: top;
width: 40rpx;
}
.dynamic-reply {
background: #eee;
margin-top: 15rpx;
padding: 15rpx;
}
.reply {
color: #000;
font-size: 32rpx;
margin-bottom: 5rpx;
}
.reply-name {
display: inline;
font-weight: 700;
}
.dynamic-reply-input {
margin-top: 10rpx;
}
.dynamic-reply-input input {
border-bottom: 1px solid #eee;
height: 60rpx;
width: 100%;
}
.creat-card {
align-items: center;
background: #0054bd;
border-radius: 50%;
bottom: 20rpx;
box-sizing: border-box;
flex-direction: column;
height: 140rpx;
justify-content: center;
padding: 20rpx;
position: fixed;
right: 20rpx;
width: 140rpx;
z-index: 100;
}
.creat-card image {
height: 60rpx;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 80rpx;
}
.share-save {
display: flex;
justify-content: space-between;
text-align: center;
}
.share-btn {
background: none;
color: #1296db;
}
.save-btn,.share-btn {
border: 1px solid #1296db;
font-weight: 400;
}
.save-btn {
background: #1296db;
color: #fff;
}
.bottom-btn {
margin-top: 20rpx;
padding: 0 20rpx;
white-space: nowrap;
width: 100%;
}
.phone-box .icon {
height: 30rpx;
vertical-align: top;
width: 30rpx;
}
.wechate-box .icon {
height: 30rpx;
vertical-align: top;
width: 35rpx;
}
.email-box .icon {
height: 30rpx;
vertical-align: top;
width: 30rpx;
}
.bottom-btn-box {
border: 1px solid #ddd;
border-radius: 10rpx;
box-sizing: border-box;
display: inline-block;
line-height: 30rpx;
margin-right: 10rpx;
min-width: 32%;
padding: 20rpx;
}
.bottom-text {
margin-top: 10rpx;
}
.top-box {
background-color: #f7f7f7;
}
.good,.top-box {
padding-bottom: 20rpx;
}
.good {
background-color: #fff;
display: flex;
justify-content: space-between;
padding-left: 20rpx;
}
.good-avatar,.good-click {
color: #333;
line-height: 45rpx;
}
.good-click {
display: flex;
}
.view-count {
border-right: 1px solid grey;
}
.view-count,.view-count-no {
color: grey;
display: flex;
flex-direction: row;
font-size: 36rpx;
margin-right: 30rpx;
padding-right: 30rpx;
}
.view-count-no {
align-items: center;
}
.good-avatar image {
height: 100%;
width: 100%;
}
.good-click image {
height: 38rpx;
width: 38rpx;
}
.view-count image,.view-count-no image {
height: 32rpx;
width: 32rpx;
}
.avatar-list {
display: inline-block;
height: 45rpx;
margin-right: 10rpx;
vertical-align: top;
width: 45rpx;
}
.mid {
background: #0054bd;
border-top-left-radius: 60rpx;
border-top-right-radius: 60rpx;
margin-top: -20rpx;
padding: 40rpx 0 80rpx;
position: relative;
}
.mid,.mid-box {
display: flex;
}
.mid-box {
align-items: center;
background: none;
border-right: 1px solid #2f82ea;
flex: 1;
flex-direction: column;
font-weight: 400;
justify-content: center;
padding: 0!important;
width: auto!important;
}
.mid-box:last-child {
border: none;
}
.mid-box image {
height: 60rpx;
margin-bottom: 20rpx;
width: 60rpx;
}
.mid-box-text {
color: #fff;
font-size: 30rpx;
}
.mid-btn {
background: #fff;
border-top-left-radius: 60rpx;
border-top-right-radius: 60rpx;
flex-wrap: wrap;
margin-top: -60rpx;
padding: 30rpx;
position: relative;
}
.mid-btn,.mid-btn-box {
display: flex;
justify-content: space-between;
}
.mid-btn-box {
background: #eee;
border-radius: 20rpx;
box-sizing: border-box;
flex-shrink: 0;
margin-bottom: 20rpx;
padding: 15rpx;
width: 49%;
}
.mid-btn-box:nth-child(3),.mid-btn-box:nth-child(4) {
margin-bottom: 0;
}
.mid-btn-box image {
height: 80rpx;
width: 80rpx;
}
.mid-btn-text {
width: 200rpx;
}
.text-top {
color: #000;
font-size: 30rpx;
line-height: 45rpx;
}
.text-bottom {
color: #898989;
font-size: 26rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bar-code {
background: rgba(0,0,0,.6);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
.bar-code .content {
align-items: center;
background: #fff;
border-radius: 10rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
left: 50%;
max-width: 96%;
min-height: 50%;
min-width: 80%;
padding: 20rpx;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
}
.code-title {
font-weight: 700;
}
.code-title,.code-txt {
color: #000;
font-size: 32rpx;
}
.bar-code image {
height: 300rpx;
width: 300rpx;
}