card-mini/pages/cardDetail/cardDetail.wxss
2021-07-20 16:39:27 +08:00

144 lines
2.2 KiB
Plaintext

page{
background: #f7f7f7;
}
.card{
width: 100%;
height: 0;
position: relative;
box-sizing: border-box;
background: #fff;
z-index: 100;
/* text-align: center; */
}
.card-bgImg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.area-box{
white-space: nowrap;
background: none !important;
z-index: 111;
}
.area-box image{
width: 100%;
height: 100%;
}
.card-info{
padding: 20rpx;
background: #fff;
margin-bottom: 80rpx;
}
.card-title{
font-size: 38rpx;
background: #f7f7f7;
line-height: 70rpx;
padding: 0 20rpx;
}
.row{
display: flex;
padding: 15rpx 0;
border-bottom: 1px solid #EEE;
/* margin-bottom: 15rpx; */
}
.item-title{
flex: 1;
font-size: 32rpx;
line-height: 50rpx;
color: #808080;
}
.item-input{
flex: 4;
box-sizing: border-box;
display: flex;
align-items: center;
}
.item-input input{
width: 100%;
text-align: right;
height: 50rpx;
font-size: 32rpx;
color: #333;
}
.item-input image{
max-width: 70%;
/* max-height: 120rpx; */
}
.item-code-input image{
max-width: 35%;
max-height: 160rpx;
}
.share{
padding: 20rpx 15rpx;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff;
z-index: 1000;
}
.share .btn{
display: inline-block;
width: 100% !important;
background: #0054bd;
color: #fff;
margin-right: 2%;
font-size:28rpx;
font-weight: normal;
height: 70rpx;
line-height: 70rpx;
text-align: center;
border-radius: 10rpx;
}
.share .btn:last-child{
margin-right: 0;
}
.hide-link{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0 15rpx;
background: rgba(0,0,0,0.6);
z-index: 1000;
}
.hide{
position: absolute;
top: 50%;
left: 50%;
width: 90%;
transform: translate(-50%, -50%);
padding: 20rpx;
border-radius: 10rpx;
background: #fff;
}
.hide-btn{
display: flex;
width: 49%;
height: 60rpx;
background: #1296db;
color: #fff;
font-size: 30rpx;
border-radius: 10rpx;
justify-content: center;
align-items: center;
}
.hide-text{
font-size: 30rpx;
color: #000;
margin-bottom: 20rpx;
}
.hide-btn-box{
display: flex;
justify-content: space-between;
}
.input-box{
width: 100%;
}
.cuIcon-cameraadd{
font-size: 60rpx;
}