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.
118 lines
2.0 KiB
118 lines
2.0 KiB
/* pages/list/museum/index.wxss */
|
|
page {
|
|
background: #62411e;
|
|
}
|
|
.item {
|
|
margin: 30rpx 25rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.item image {
|
|
width: 353rpx;
|
|
height: 296rpx;
|
|
border-radius: 17rpx;
|
|
display: block;
|
|
}
|
|
.list .item:nth-child(2n){
|
|
flex-direction: row-reverse;
|
|
}
|
|
.info {
|
|
border-radius: 0 17rpx 17rpx 0;
|
|
height: 263rpx;
|
|
flex: 1;
|
|
width: 100%;
|
|
background: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
font-size: 19rpx;
|
|
color: #666;
|
|
align-items: center;
|
|
|
|
}
|
|
.border{
|
|
|
|
}
|
|
.item:nth-child(2n) .info {
|
|
border-radius: 17rpx 0 0 17rpx;
|
|
}
|
|
.btn {
|
|
width: 150rpx;
|
|
line-height: 48rpx;
|
|
background: #CA2A28;
|
|
border-radius: 24rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
font-weight: 500;
|
|
margin-top: 15rpx;
|
|
}
|
|
.info .title {
|
|
font-size: 31rpx;
|
|
color: #543016;
|
|
font-weight: 600;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.info .address {
|
|
margin-bottom: 15rpx;
|
|
max-width: 320rpx;
|
|
}
|
|
.info .com-flex {
|
|
width: 240rpx;
|
|
height: 67rpx;
|
|
background: #FFFFFF;
|
|
/* box-shadow: 0px 0px 6rpx 0px rgba(108, 74, 33, 0.35); */
|
|
border-radius: 33rpx;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
margin: 18rpx auto;
|
|
|
|
}
|
|
.btn-yy{
|
|
|
|
background: #CA2A28;
|
|
border-radius: 36rpx;
|
|
font-size: 27rpx;
|
|
font-family: PingFangSC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
padding: 6rpx 18rpx;
|
|
margin-left:16rpx ;
|
|
}
|
|
.info .com-flex .iconfont {
|
|
width: 27rpx;
|
|
line-height: 27rpx;
|
|
background: #CA2A28;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
font-size: 16rpx;
|
|
color: #fff;
|
|
margin-left: 10rpx;
|
|
}
|
|
.info .tip-box {
|
|
/* height: 180rpx; */
|
|
/* background: #FBECDC; */
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-top:1rpx solid rgba(216, 216, 216, 1) ;
|
|
}
|
|
.info .tip-box .com-flex {
|
|
height: 71rpx;
|
|
}
|
|
.status-text {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
line-height: 57rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-size: 31rpx;
|
|
border-radius: 0 0 17rpx 17rpx;
|
|
}
|