123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- /* pages/cg_detail/index.wxss */
- @import "../../common/component/wxParse/wxParse.wxss";
- .container {
- padding: 0;
- background: #eee;
- }
- .cg_detail_bg{
- font-size: 0;
- }
- .cg_detail_bg_img {
- width: 100%;
- height: 542rpx;
- }
- .cg_detail_info {
- padding: 30rpx 44rpx 10rpx 44rpx;
- background: #fff;
- }
- .cg_detail_info_top {
- display: flex;
- padding-bottom: 20rpx;
- }
- .cg_detail_info_top_img_flex{
- margin-right: 48rpx;
- width: 82rpx;
- height: 82rpx;
- border-radius: 50%;
- border: 1px solid #ccc;
- display: inline-block;
- overflow: hidden;
- }
- .cg_detail_info_top_flex {
- display: inline-block;
- flex-direction: column;
- width: 560rpx;
- }
- .cg_detail_container view{
- overflow: hidden;
- }
- .cg_detail_time_warpper .iconfont{
- color: #000;
- font-size: 28rpx;
- display: inline-block;
- vertical-align: text-bottom;
- font-weight: bold;
- margin-right: 36rpx;
- }
- .cg_detail_time{
- font-size: 26rpx;
- }
- .cg_detail_warpper{
- margin-top: 40rpx;
- }
- .cg_address_warpper{
- display: flex;
- align-items: center;
- margin-top: 30rpx;
- margin-bottom: 74rpx;
- }
- .cg_detail_title{
- font-size: 37rpx;
- font-weight: bold;
- margin-bottom: 76rpx;
- }
- .cg_detail_desc{
- overflow: hidden;
- color: #646464;
- text-align:justify;
- margin-bottom: 20rpx;
- }
- .cg_detail_desc_con{
- height: 150rpx;
- overflow: hidden;
- }
- .cg_detail_desc_con.noText{
- height: auto;
- }
- .cg_detail_desc_con.active{
- height: auto;
- }
- .cg_detail_descMore{
- text-align: center;
- font-size: 28rpx;
- margin-top: 100rpx;
- margin-bottom: 66rpx;
- }
- .cg_detail_descMore.active{
- margin: 0;
- }
- .cg_address_warpper .iconfont{
- display: inline-block;
- color: #000;
- vertical-align: text-bottom;
- font-size: 26rpx;
- font-weight: bold;
- margin-right: 36rpx;
- }
- .cg_address{
- width: 510rpx;
- font-size: 26rpx;
- color: #E02F2F;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- display: block;
- }
- .cg_address_warpper .icon-youbian{
- color: #E02F2F;
- vertical-align: middle;
- margin-left: 18rpx;
- margin-right: 0rpx;
- }
- .cg_detail_info_top_flex_img {
- width: 100%;
- height: 100%;
- display: block;
- }
- .cg_detail_txt {
- text-align: justify;
- word-break: break-all;
- box-sizing: border-box;
- margin: 30rpx 0;
- }
- .cg_detail_info_title {
- margin-bottom: 10rpx;
- }
- .iconfont {
- color: #999;
- font-size:22rpx;
- margin-right: 15rpx;
- }
- .like-num {
- font-size: 20rpx;
- font-weight: normal;
- position: absolute;
- top: 40rpx;
- left: 6rpx;
- }
- .icon-like_active{
- color: #E02F2F;
- display: inline-block;
- }
- .cg_detail_info_subTxt {
- font-size: 26rpx;
- }
- .icon-time, .icon-piaowu {
- font-size: 40rpx;
- vertical-align: middle;
- }
- .cg_detail_info_subTxt_title {
- vertical-align: middle;
- margin-left: 10rpx;
- }
- .cg_detail_info_subTxt_txt {
- vertical-align: middle;
- color: #999;
- font-size: 26rpx;
- }
- .weui-cell {
- padding: 46rpx 0 28rpx 0;
- }
- .weui-cell__ft{
- font-size: 26rpx;
- color: #000;
- }
- .weui-media-box__hd_avatar {
- width: 80rpx;
- height: 80rpx;
- padding-right: 20rpx;
- padding-top: 10rpx;
- }
- .cg_detail {
- text-align: justify;
- word-break: break-all;
- box-sizing: border-box;
- }
- .shensuo {
- font-size: 28rpx;
- }
- .fdkk-cells {
- background: #fff;
- margin-top: 30rpx;
- padding: 0 44rpx;
- }
- .sub_bar_title {
- font-size: 36rpx;
- /* color: #e02f2f; */
- font-weight: bold
- }
- .no-border {
- border: none;
- }
- .artist_avatar {
- display: flex;
- flex-direction: column;
- background: #fff;
- padding-bottom: 30rpx;
- }
- .fdkz-card-info-date-more{
- text-align: center;
- font-size: 26rpx;
- padding-bottom: 74rpx;
- }
- .fdkz-card:first-child {
- margin-top: 0;
- }
- .fix-padding {
- padding-bottom: 20rpx;
- border-bottom: none;
- }
- .fdkz-card-img {
- height: 324rpx;
- }
- .tour_map {
- margin-top: 20rpx;
- position: relative;
- left: 0;
- top: 0;
- }
- .icon_quanping {
- z-index: 30;
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- bottom: 20rpx;
- right: 40rpx;
- }
- .tour_info {
- padding: 10rpx 30rpx;
- }
- .tour_info_txt {
- color: #999;
- }
- .item-img {
- width: 100%;
- height: 100%;
- }
- .weui-cell__ft_in-access_active:after{
- top:20rpx;
- }
- .changguan_title{
- float:right;
- font-size:24rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- width: 150px;
- text-align: right;
- }
- .icon-like{
- color: #e02f2f;
- }
|