You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
1.9 KiB
129 lines
1.9 KiB
/* pages/moment/detail/index.wxss */
|
|
.offer-btn {
|
|
width: 160rpx;
|
|
height: 56rpx;
|
|
background-color: #008AFF;
|
|
border-radius: 23px;
|
|
color: white;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.image-load {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.roder-add {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.share-btn{
|
|
background-color: #fff;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
height:32px;
|
|
line-height: 32px
|
|
}
|
|
.share-btn::after{ border: none; }
|
|
|
|
.shengcheng{
|
|
width: 670rpx;
|
|
height: 1190rpx;
|
|
position: fixed;
|
|
top: 100rpx;
|
|
left: 50%;
|
|
margin-left: -44%;
|
|
z-index: 10;
|
|
margin-top: 2%;
|
|
}
|
|
.shengcheng2{
|
|
width: 670rpx;
|
|
height: 80%;
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -44%;
|
|
z-index: 10;
|
|
top: 142rpx;
|
|
margin-top: 2%;
|
|
}
|
|
.topImg{
|
|
width: 670rpx;
|
|
height: 174rpx;
|
|
}
|
|
.contentText{
|
|
width: 670rpx;
|
|
height: 885rpx;
|
|
}
|
|
.footzt{
|
|
width: 670rpx;
|
|
height:280rpx;
|
|
position: absolute;
|
|
bottom: 0rpx;
|
|
}
|
|
.baocun{
|
|
display: block;
|
|
width: 670rpx;
|
|
height: 140rpx;
|
|
padding: 0;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
position: fixed;
|
|
left: 6%;
|
|
background: white;
|
|
color: white;
|
|
font-size: 32rpx;
|
|
top:82%;
|
|
z-index: 11;
|
|
}
|
|
.footImg1{
|
|
width: 670rpx;
|
|
height:240rpx;
|
|
}
|
|
.footImg2{
|
|
width: 670rpx;
|
|
height:140rpx;
|
|
background-color: white;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.footIcon{
|
|
width: 120rpx;
|
|
height:140rpx;
|
|
|
|
}
|
|
.footSmallIconArea{
|
|
width: 100%;
|
|
height: 64rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
|
|
}
|
|
.footSmallIcon{
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
|
|
}
|
|
.footSmalltextArea{
|
|
width: 100%;
|
|
height: 33rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footSmalltext{
|
|
width:120rpx;
|
|
height: 33rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|