1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* pages/user/my_comment/index.wxss */
- .container{
- background: #eee;
- padding: 0;
- }
- .weui-tab__panel {
- padding-top: 0;
- }
- .comment_avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .weui-cell {
- padding: 10rpx 0 0;
- }
- .weui-cell__bd{
- margin-left: 30rpx;
- }
- .comment_name{
- font-size: 30rpx;
- }
- .comment_time{
- font-size: 24rpx;
- color: #999;
- }
- .weui-media-box{
- padding: 0;
- }
- .comment_content{
- margin: 20rpx 0;
- }
- .comment_exhibition{
- background: #eeeeee;
- height: 150rpx;
- display: flex;
- /* justify-content: center; */
- /* align-items: center; */
- }
- .comment_image{
- width: 150rpx;
- height: 150rpx;
- }
- .comment_exhibition_info{
- margin: 14rpx;
- }
- .comment_exhibition_info_title{
- font-weight: bold;
- }
- .comment_exhibition_info_txt{
- font-size: 22rpx;
- color: #999;
- }
- .fdkk-cells{
- background: #fff;
- margin-bottom: 20rpx;
- padding: 20rpx 0;
- }
- .weui-tab__content_item{
- padding:0 30rpx;
- background: #fff;
- }
- .weui-tab__content_item:last-child > .fdkk-cells{
- margin-bottom: 0;
- }
- .comment-dec{
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- }
- .icon-zan {
- /* float: right; */
- font-size: 24rpx;
- /* margin-right: 50rpx; */
- }
- .icon-zan_active{
- color: #e02f2f
- }
- .soreSty{
- margin-left: 20rpx;
-
- }
|