123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- .container{
- width: 100%;
- height: 100%;
- }
- .join_top{
- width: 100%;
- height: 0.67rem;
- background: #FFAA48;
- }
- /*爆料详情*/
- .burst_details{
- width:3.55rem;
- background: #FFFFFF;
- border-radius:0.04rem;
- margin: auto;
- margin-top: -0.67rem;
- padding:0.26rem 0.16rem;
- box-sizing: border-box;
- }
- .burst_details .details_top{
- /*border-bottom: #D8D8D8 0.01rem solid;*/
- }
- .burst_details .details_top .details_title{
- width:3.18rem;
- font-size:0.14rem;
- color:#222222;
- line-height:0.2rem;
- }
- .burst_details .details_top .details_userinfo{
- padding-top: 0.12rem;
- padding-bottom: 0.15rem;
- font-size:0.12rem;
- display: flex;
- justify-content: space-between;
- align-content: center;
- }
- .details_userinfo .left .touxiangimg{
- display: inline-block;
- width: 0.24rem;
- height: 0.24rem;
- border-radius: 50%;
- }
- .details_userinfo .left .tel{
- margin-left:0.13rem;
- margin-right: 0.15rem;
- color:#555555;
- }
- .details_userinfo .left .time{
- color:#888888;
- }
- .details_userinfo .right{
- display: flex;
- align-items: center;
- }
- .details_userinfo .right .look{
- display: inline-block;
- width:0.17rem;
- height:0.17rem;
- vertical-align: middle;
- }
- .details_userinfo .right span{
- color: #999999;
- margin-left: 0.07rem;
- }
- .details_content{
- width:3.23rem;
- font-size:0.14rem;
- color:#333333;
- line-height:0.2rem;
- padding-top: 0.17rem;
- padding-bottom: 0.13rem;
- letter-spacing: 0.005rem;
- border-top: #D8D8D8 0.01rem solid;
- }
- .details_bottom .details_class{
- display: block;
- font-size:0.13rem;
- color:#666666;
- line-height:0.18rem;
- padding-top: 0.12rem;
- letter-spacing: 0.003rem;
- }
- .details_bottom .details_tip_one{
- font-size:0.13rem;
- color:#555555;
- line-height:0.18rem;
- padding-top: 0.12rem;
- }
- .details_bottom .details_tip_two{
- font-size:0.1rem;
- color:#91ADCA;
- line-height:0.14rem;
- padding-top: 0.19rem;
- padding-bottom: 0.24rem;
- }
- .details_bottom .form{
-
- }
- .details_bottom .form .form_left{
- font-size:0.13rem;
- color:#A1B7D0;
- line-height:0.18rem;
- }
- .details_bottom .form .form_right{
- display: inline-block;
- width:0.68rem;
- height:0.24rem;
- background:#EAF2FF;
- border-radius:12px;
- font-size:0.13rem;
- color:#62C2F6;
- line-height:0.24rem;
- text-align: center;
- }
- /*评论内容*/
- .comment{
- width:3.55rem;
- background: #FFFFFF;
- border-radius:0.04rem;
- padding:0 0.16rem;
- box-sizing: border-box;
- margin: auto;
- margin-top: 0.1rem;
- }
- .comment .all{
- width: 100%;
- font-size:0.16rem;
- color:#606060;
- line-height:0.22rem;
- padding-top: 0.16rem;
- padding-bottom: 0.13rem;
- font-weight: bold;
- }
- .comment_list{
- padding-top: 0.12rem;
- padding-bottom: 0.16rem;
- border-top: #D8D8D8 0.01rem solid;
- display: flex;
- }
- .comment_list .tou_img{
- width:0.34rem;
- height:0.34rem;
- border-radius: 50%;
- margin-right: 0.13rem;
- }
- .comment_list .comment_content{
- width: 100%;
- }
- .comment_content .top{
- display: flex;
- justify-content: space-between;
- }
- .comment_content .top .tel{
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #555555;
- }
- .comment_content .top .zan{
-
- }
- .comment_content .top .zan_img{
- display: inline-block;
- width:0.14rem;
- height:0.14rem;
- vertical-align: middle;
- background:rgba(254,178,41,1);
- margin-right: 0.07rem;
- }
- .comment_content .top .count{
- display: inline-block;
- font-size: 0.12rem;
- line-height: 0.17rem;
- color: #999999;
- }
- .comment_content .comment_message{
- font-size:0.14rem;
- color:#606060;
- line-height:0.2rem;
- padding-top: 0.06rem;
- padding-bottom: 0.07rem;
- letter-spacing: 0.005rem;
- }
- .comment_content .reply{
- display: flex;
- padding-bottom: 0.1rem;
- }
- .comment_content .reply .comment_time{
- font-size:0.12rem;
- color:#888888;
- line-height:0.17rem;
- margin-right: 0.1rem;
- }
- .comment_content .reply .comment_reply{
- width:0.57rem ;
- height:0.19rem;
- background:#EAF2FF;
- border-radius:0.12rem;
- font-size:0.12rem;
- color:#62C2F6;
- line-height:0.19rem;
- text-align: center;
- }
- .comment_content .reply_con{
- width: 100%;
- padding: 0.1rem 0.12rem;
- font-size: 0.12rem;
- background: #CCCCCC;
- box-sizing: border-box;
- border-radius: 0.04rem;
- }
- /*评论输入框*/
- .comment_input{
- width:3.55rem;
- background: #FFFFFF;
- border-radius:0.04rem;
- padding: 0.2rem 0.16rem;
- box-sizing: border-box;
- margin: auto;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 0.1rem;
- }
- .comment_input .in_input{
- /*width:1.93rem;*/
- width:3rem;
- height:0.37rem;
- border-radius:0.19rem;
- font-size:0.14rem;
- color:#A9ABB1;
- line-height:0.37rem;
- margin:0 auto;
- text-align: center;
- background:#F1F2F6 url(../imgs/speck.png) no-repeat 0.2rem 0.08rem;
- background-size:0.2rem 0.2rem;
- }
- .comment_input .shu{
-
- }
- .comment_input .shu img{
- display: inline-block;
- width: 0.17rem;
- height: 0.17rem;
- vertical-align: middle;
- margin-right: 0.07rem;
- }
- .comment_input .shu span{
- font-size:0.12rem;
- color:#999999;
- line-height:0.17rem;
- }
- /*弹层*/
- .shareMask{
- display: none;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.5036);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 223;
- }
- .shareMask_comment{
- position: fixed;
- bottom: 0;
- left: 0.13rem;
- background: #ffffff;
- width: 3.5rem;
- border-radius:0.04rem;
- }
- .comment_c{
- width: 3.2rem;
- min-height: 0.7rem;
- padding: 0.1rem 0.16rem;
- border: 0;
- border-radius: 0.04rem;
- box-sizing: border-box;
- }
- .comment_back{
- display: inline-block;
- width:0.17rem;
- height:0.17rem;
- margin-top:-0.3rem ;
- }
- .publish{
- padding: 0.13rem 0;
- text-align: right;
- padding-right: 0.2rem;
- font-size:0.14rem;
- color:#FF9113;
- line-height:0.2rem;
- }
- /*我要发布按钮*/
- .release{
- width:0.43rem;
- height:0.43rem;
- background:linear-gradient(180deg,#FFE04A 0%,#FFBE24 100%);
- border-radius: 50%;
- position: fixed;
- top: 5rem;
- right: 0.5rem;
- }
- /*提示*/
- .alert-info {position: absolute;top: 3.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
- .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
|