@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .secbox.data-v-4f03e26e { min-height: 100vh; background-color: #ffffff; box-sizing: border-box; display: flex; flex-direction: column; box-sizing: border-box; } .secbox .sec_top.data-v-4f03e26e { padding: 36rpx 36rpx 80rpx; flex: 1; } .secbox .sec_top .tit.data-v-4f03e26e { font-size: 30rpx; font-weight: bold; color: #161616; padding: 0 48rpx; text-align: center; } .secbox .sec_top .time.data-v-4f03e26e { font-size: 26rpx; color: #AAAAAA; text-align: center; margin-bottom: 60rpx; } .secbox .sec_top .txt.data-v-4f03e26e { font-size: 30rpx; color: #161616; text-indent: 2em; margin-bottom: 60rpx; } .secbox .sec_top .txt image.data-v-4f03e26e { max-width: 100%; } .secbox .sec_top .read.data-v-4f03e26e { font-size: 30rpx; font-weight: 500; color: #6B7390; } .secbox .sec_top .read .ltit text.data-v-4f03e26e { padding-left: 10rpx; } .secbox .sec_top .read .share image.data-v-4f03e26e { width: 36rpx; height: 40rpx; margin-right: 10rpx; } .secbox .sec_top .read .zan.data-v-4f03e26e { margin-left: 28rpx; } .secbox .sec_top .read .zan image.data-v-4f03e26e { width: 40rpx; height: 38rpx; margin-right: 10rpx; } .secbox .sec_com.data-v-4f03e26e { background-color: #ECECEC; padding: 80rpx 40rpx 120rpx; } .secbox .sec_com .con_tit.data-v-4f03e26e { font-size: 30rpx; font-weight: bold; margin-bottom: 60rpx; } .secbox .com_list.data-v-4f03e26e { display: flex; align-items: flex-start; padding-bottom: 28rpx; } .secbox .com_list .headimg.data-v-4f03e26e { width: 60rpx; height: 60rpx; border-radius: 50%; flex: 0 0 auto; margin-right: 20rpx; } .secbox .com_list .com_r.data-v-4f03e26e { flex: 1; overflow: hidden; } .secbox .com_list .com_r .comtop.data-v-4f03e26e { min-height: 60rpx; display: flex; align-items: center; justify-content: space-between; margin-bottom: 12rpx; } .secbox .com_list .com_r .comtop .comltit.data-v-4f03e26e { font-size: 30rpx; font-weight: bold; color: #161616; padding: 10rpx 0; flex: 1; } .secbox .com_list .com_r .comtop .comltit text.data-v-4f03e26e { margin-left: 20rpx; font-size: 28rpx; font-weight: 500; color: #AAAAAA; } .secbox .com_list .com_r .comtop .comrbtn.data-v-4f03e26e { padding-left: 20rpx; height: 44rpx; line-height: 44rpx; font-size: 28rpx; font-weight: 500; color: #6B7390; flex: 0 0 auto; margin-left: 20rpx; } .secbox .com_list .com_r .comtop .comrbtn.cofe.data-v-4f03e26e { color: #FE5A0E; flex: 0 0 auto; } .secbox .com_list .com_r .com_txt.data-v-4f03e26e { font-size: 30rpx; color: #161616; margin-bottom: 20rpx; display: flex; flex-wrap: wrap; } .secbox .com_list .com_r .com_txt .com_txta.data-v-4f03e26e { flex: 0 0 auto; } .secbox .com_list .com_r .com_h.data-v-4f03e26e { font-size: 28rpx; font-weight: 500; color: #6B7390; line-height: 40rpx; } .secbox .com_list .com_r .com_h image.data-v-4f03e26e { width: 12rpx; height: 22rpx; margin-left: 12rpx; } .hh.data-v-4f03e26e { word-break: break-all; white-space: pre-warp; } .overa.data-v-4f03e26e { overflow: auto; padding: 0 36rpx; } .com_fixed.data-v-4f03e26e { position: fixed; left: 0; right: 0; bottom: 0; background: #FFFFFF; z-index: 10; height: calc(100vh - 100rpx); display: flex; flex-direction: column; overflow: auto; padding-bottom: 120rpx; } .com_fixed .comf_t.data-v-4f03e26e { display: flex; flex-direction: column; flex: 1; overflow: hidden; } .com_fixed .comf_t .comf_ta.data-v-4f03e26e { font-size: 30rpx; font-weight: bold; color: #000000; text-align: center; padding: 30rpx 36rpx 30rpx; position: relative; } .com_fixed .comf_t .comf_ta image.data-v-4f03e26e { width: 40rpx; height: 40rpx; position: absolute; left: 36rpx; top: 30rpx; } .com_fixed .comf_t .com_list.data-v-4f03e26e { padding: 24rpx 0 0; } .com_fixed .comf_t .com_list .com_txt.data-v-4f03e26e { margin-bottom: 8rpx; } .com_fixed .comf_t .com_list .line.data-v-4f03e26e { width: 100%; height: 2rpx; background-color: #E5E5E5; } .comf_btn.data-v-4f03e26e { flex: 0 0 auto; padding: 26rpx 32rpx; background: #ECECEC; position: fixed; left: 0; right: 0; bottom: 0; z-index: 11; } .comf_btn .comf_i.data-v-4f03e26e { background: #FFFFFF; border-radius: 36rpx; display: flex; align-items: stretch; padding-left: 48rpx; min-height: 70rpx; line-height: 40rpx; } .comf_btn .comf_i .comboxl.data-v-4f03e26e { padding: 15rpx 0; line-height: 40rpx; min-height: 70rpx; box-sizing: border-box; flex: 1; } .comf_btn .comf_i .comboxl textarea.data-v-4f03e26e { width: 100%; font-size: 30rpx; color: #161616; } .comf_btn .comf_i .comf_ibtn.data-v-4f03e26e { padding: 0 40rpx 0 20rpx; flex: 0 0 auto; box-sizing: border-box; display: flex; align-items: center; color: #6B7390; font-size: 30rpx; font-weight: 500; }