@import "/wxParse/wxParse.wxss"; page{ width: 100%; height: 100%; } .title { padding: 15rpx 25rpx 15rpx 25rpx; font-size: 36rpx; font-weight: bold; } ._line{ width: 100%; height: 1px; margin-top: 25rpx; margin-bottom: 15rpx; background-color: #f2f2f2; } ._content { padding: 15rpx 25rpx 15rpx 25rpx; line-height: 1.5; font-size: 30rpx; text-align: center; } .btns{ height: 90rpx; align-items: center; border-top: 1px solid #ddd; } .btns>button{ background: #fff; font-size: 25rpx; color: #000; flex-basis: 20%; height: 100%; } .btns button, .btns button::after{ border-radius: 0; border: none; } .btns>button image{ width: 25rpx; height:25rpx; margin-right: 2px; } .btns>.t{ width: 1px; height: 35rpx; background: #ccc; } .btns>.flexRow{ padding: 0 20rpx; } .btns input{ border: 1px solid #ccc; height: 60rpx; font-size: 23rpx; border-radius: 22px; padding-left: 30rpx; } .btns .send{ background-color: #1862aa; color: #ffffff; margin-left: 5px; font-size: 25rpx; border-radius: 22px; width: 75px; height: 60rpx; } .comments{ padding-left:30rpx; border-top:10rpx solid #f2f2f2; } .commentCount{ margin: 20px 0; font-size: 35rpx; } .comments .items{ margin-bottom:80rpx; } .comments>.flexCenter{ font-size:35rpx; color:#576b95; margin-bottom:80rpx; } .bb_img{ width: 340rpx; height: 380rpx; display: inline-block; margin: 10px auto; }