@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #ffffff; height: 100%; } page .container { height: 100%; padding: 25rpx 25rpx; padding-top: 120rpx; } page .container .swiper-box .list-scroll-content { height: 100%; } .reply_btn { padding: 15rpx 0rpx; } .reply_btn .btn { padding: 10rpx 25rpx; font-size: 24rpx; background: #f4f4f4; margin-right: 25rpx; } .reply_btn .current { background-color: #e93323 !important; color: #ffffff !important; } .eva-box { padding: 20rpx 0; } .eva-box .row-1 .portrait { flex-shrink: 0; width: 80rpx; height: 80rpx; border-radius: 100px; } .eva-box .row-1 .right { flex: 1; font-size: 28rpx; color: #606266; padding-left: 26rpx; } .eva-box .row-1 .right .name { margin-bottom: 20rpx; } .eva-box .row-1 .right .name image { width: 35rpx; height: 25rpx; } .eva-box .row-1 .right .bot { display: flex; justify-content: space-between; font-size: 24rpx; color: #909399; } .eva-box .con { font-size: 24rpx; font-weight: 500; color: #545456; padding: 20rpx 0 35rpx 0; letter-spacing: 3rpx; } .eva-box .con_image { width: 150rpx; height: 150rpx; display: inline-block; margin-right: 20rpx; } .eva-box .con_image image { width: 100%; height: 100%; }