/* 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; } .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; }