/* package_A/pages/riverDetail/index.wxss */ .detail_container { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .river_head { width: 100%; color: #000000; } .head_img { width: 100%; } .river_info { width: 100%; padding: 78rpx 50rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: absolute; top: 0; left: 0; } .river_name { margin-bottom: 50rpx; font-size: 40rpx; font-family: Source Han Sans CN; font-weight: bold; } .info_item { width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size: 26rpx; margin-bottom: 36rpx; } .message_detail { width: 100%; margin-top: -70rpx; padding: 30rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: #ffffff; border-top-left-radius: 30rpx; border-top-right-radius: 30rpx; } .detail_title { margin-bottom: 50rpx; padding-left: 20rpx; border-left: 8rpx solid #0089FF; font-size: 30rpx; font-weight: bold; line-height: 30rpx; } .message_box { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; font-size: 26rpx; color: #1A253E; } .detail_item { padding: 30rpx 0; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1rpx solid #0089FF; border-radius: 10rpx; background-color: #F1F9FF; margin-bottom: 20rpx; } .user_info { width: 48%; } .area_info { width: 100%; } .river_note { font-size: 28rpx; color: #1A253E; } .river_img { width: 100%; border-radius: 10rpx; margin-top: 30rpx; }