|
@@ -10,7 +10,8 @@ video {
|
|
|
}
|
|
|
|
|
|
.main {
|
|
|
- padding: 24rpx 24rpx 0 28rpx;
|
|
|
+ padding: 24rpx 24rpx 40rpx 28rpx;
|
|
|
+ border: 1rpx solid rgba(189, 189, 189, 1);
|
|
|
}
|
|
|
|
|
|
button.btn[type="default"] {
|
|
@@ -82,3 +83,116 @@ button.btn[type="default"] {
|
|
|
word-break: break-all;
|
|
|
word-wrap: break-word;
|
|
|
}
|
|
|
+
|
|
|
+.comment-list {
|
|
|
+ padding: 40rpx 24rpx 40rpx 28rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ margin-bottom: 44rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.list {
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 28rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.portrait {
|
|
|
+ width: 80rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ image {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.box {
|
|
|
+ padding-left: 20rpx;
|
|
|
+ padding-top: 18rpx;
|
|
|
+
|
|
|
+ .name {
|
|
|
+ line-height: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 700;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ }
|
|
|
+
|
|
|
+ .create-at {
|
|
|
+ margin: 14rpx 0 20rpx;
|
|
|
+ line-height: 28rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ line-height: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.form-item {
|
|
|
+ position: relative;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 572rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ border-radius: 38rpx;
|
|
|
+ background: rgba(240, 240, 240, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.smile {
|
|
|
+ position: absolute;
|
|
|
+ left: 27rpx;
|
|
|
+ top: 18rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+}
|
|
|
+
|
|
|
+input {
|
|
|
+ width: 383rpx;
|
|
|
+ height: 100%;
|
|
|
+ padding: 0 13rpx;
|
|
|
+ margin-left: 67rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.placeholder {
|
|
|
+ color: rgba(166, 166, 166, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.footer-fixed-bottom .btn-send {
|
|
|
+ position: absolute;
|
|
|
+ right: 14rpx;
|
|
|
+ top: 10rpx;
|
|
|
+ z-index: 1;
|
|
|
+ width: 108rpx;
|
|
|
+ height: 56rpx;
|
|
|
+ border-radius: 38rpx;
|
|
|
+ background: rgba(96, 169, 252, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #FFF;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-fixed-bottom .btn-like,
|
|
|
+.footer-fixed-bottom .btn-share {
|
|
|
+ width: 48rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ padding: 0 !important;
|
|
|
+ background: transparent;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.footer-fixed-bottom .btn-like {
|
|
|
+ margin: 0 14rpx 0 10rpx;
|
|
|
+}
|