123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- /* pages/user/my_comment/index.wxss */
- .container{
- padding: 0;
- color: #646464;
- margin-bottom: 80rpx;
- }
- .weui-tab__panel {
- padding-top: 0;
- }
- .comment_avatar {
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- }
- .weui-cell {
- padding: 0;
- }
- .weui-cell__ft{
- font-size: 24rpx;
- }
- .comment-user{
- display: flex;
- align-items: center;
- flex: 1;
- }
- .weui-cell__bd{
- display: flex;
- margin-left: 24rpx;
- }
- .comment_name, .comment_time{
- font-size: 24rpx;
- }
- .weui-media-box{
- padding: 0;
- }
- .comment_content{
- color: #000;
- font-size: 28rpx;
- margin: 30rpx 0 46rpx 0;
- word-break: break-all;
- }
- .comment_exhibition{
- display: flex;
- background: #eeeeee;
- height: 180rpx;
- padding: 20rpx;
- border-radius: 8rpx;
- box-sizing: border-box;
- }
- .comment_image_warpper{
- width: 186rpx;
- border-radius: 8rpx;
- flex-shrink: 0;
- overflow: hidden;
- }
- .comment_image{
- max-width: 100%;
- max-height: 100%;
- display: block;
- box-sizing: border-box;
- }
- .comment_exhibition_info{
- display: flex;
- flex-direction: column;
- margin-left: 48rpx;
- }
- .comment_exhibition_info_title{
- font-weight: bold;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 350rpx;
- color: #000;
- }
- .comment_exhibition_info_txt{
- font-size: 24rpx;
- color: #646464;
- }
- .fdkk-cells{
- background: #fff;
- margin-bottom: 20rpx;
- padding-top: 60rpx ;
- }
- .weui-tab__content_item{
- padding:0 44rpx;
- background: #fff;
- }
- .weui-tab__content_item:last-child > .fdkk-cells{
- margin-bottom: 0;
- }
- .comment-dec{
- display: flex;
- justify-content: space-between;
- }
- .icon-zan {
- /* float: right; */
- font-size: 24rpx;
- /* margin-right: 50rpx; */
- }
- .icon-zan_active{
- color: #e02f2f
- }
- .soreSty{
- margin-left: 20rpx;
-
- }
- /* 没有收藏 */
- .noCollection{
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .noCollection image{
- width: 450rpx;
- height: 450rpx;
- margin: 0 auto;
- margin-top: 196rpx;
- margin-bottom: 272rpx;
- }
- .noCollection text{
- color: #646464;
- font-size: 32rpx;
- opacity: 0.9;
- }
|