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.
101 lines
1.8 KiB
101 lines
1.8 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;
|
|
}
|
|
.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;
|
|
}
|
|
.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: 0 auto;
|
|
margin-bottom: 13rpx;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|