| 123456789101112131415161718192021222324252627 |
- /* mine/comments/comments.wxss */
- page{padding-bottom: 190rpx;}
- .page{overflow: hidden;}
- .spinfo{padding: 30rpx 20rpx;border-bottom: 2rpx solid #eee;overflow: hidden;}
- .spinfo image{width: 108rpx;height: 108rpx;border-radius: 10rpx;border: 2rpx solid #E5E5E5;box-sizing: border-box;margin-right: 20rpx;}
- .spinfo .flex{overflow: hidden;}
- .name{font-size: 30rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
- .guige{font-size: 22rpx;color: #999;margin-top: 5rpx;align-items: center;}
- .ping{align-items: center;font-size: 28rpx;color: #333;padding: 30rpx 20rpx}
- .star{margin-left: 13rpx;}
- .star image{width: 44rpx;height: 42rpx;margin: 0 17rpx}
- .ping text{display: block;color: #999;margin-left: 13rpx;}
- .pingjia .ping{border-bottom: 2rpx solid #eee;}
- .pingjia .ping:last-child{border-bottom: none;}
- .con{padding: 0 20rpx 40rpx;}
- .tit{font-size: 28rpx;color: #333;padding: 35rpx 0;}
- .text{border: 2rpx solid #DFDFDF;height: 140rpx;border-radius: 6rpx;}
- .text textarea{width: 100%;border: none;padding: 10rpx 15rpx;height: 100rpx;box-sizing: border-box;}
- .text view{padding: 0 15rpx;text-align: right;font-size: 24rpx;color: #B1B1B1;}
- .imgbox{margin-top: 20rpx;}
- .img{margin-right: 20rpx;position: relative;}
- .img image{width: 120rpx;height: 120rpx;border-radius: 10rpx;}
- .img image.cuo{width: 30rpx;height: 30rpx;position: absolute;top: -5rpx;right: -5rpx;}
- .upload image{width: 120rpx;height: 120rpx;border-radius: 10rpx;}
- .submit{position: fixed;left: 40rpx;right: 40rpx;bottom: 60rpx;background: #F02637;height: 100rpx !important;line-height: 100rpx !important;border-radius: 10rpx !important;font-size: 36rpx;color: #fff;}
|