41 lines
3.6 KiB
Plaintext
41 lines
3.6 KiB
Plaintext
.wxParse-img{width:96%}
|
|
.container{height: 100%;background-color: #fff}
|
|
.detail{ padding: 2% 3%;}
|
|
.detail .title{ font-size: 40rpx;font-weight:bold;}
|
|
.userinfo{ height: 100rpx; margin:20rpx 0; padding: 20rpx 0rpx; background:#fff }
|
|
.userinfo wx-view{ float: left; }
|
|
.userinfo .info1{ width: 40px; height: 40px; margin-right: 10px; position: relative; }
|
|
.userinfo .info1 .v{ width: 12px; height: 12px; border-radius: 100%; background: #FADE00; color: #fff; line-height: 12px; text-align: center; position: absolute; z-index: 10; overflow: hidden; bottom: 3px; font-size: 12px; margin-left: 32px; }
|
|
.userinfo .info1 wx-image{ width: 40px; height: 40px; border-radius: 100%; }
|
|
.userinfo .info2{ display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
|
|
.userinfo .info2 .name{ font-size: 14px; text-align:left;}
|
|
.userinfo .info2 .time{ font-size: 13px; color: #8A8A8A; padding-top: 5px; }
|
|
.userinfo .info3{ float: right; }
|
|
.userinfo .info3 wx-image{ width: 70px; height: 30px; }
|
|
.detail .detailinfo{ font-size: 30rpx; }
|
|
.detail .detailinfo wx-image{ }
|
|
.envas{ margin-bottom: 60rpx; display: -webkit-flex; display: flex; background:#fff; }
|
|
.envas .sc{ color: #fff; width: 50%; height: 40px; margin: 20rpx; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; float:left; }
|
|
.envas .xin{ width: auto; color: #999; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; font-size:15px;text-align:left;
|
|
}
|
|
.envas .sc wx-image{ width: 17px; height: 17px;padding-right: 3px;padding-bottom:1px;margin:auto 0 0 auto; }
|
|
.envas .tt{ height: 40px; margin: 0 15px; background: #fff; }
|
|
.envas .tt wx-text{ line-height:40px; font-size:16px; margin-left: 15px; }
|
|
.evaluation { border-top: solid 1px #e2e2e2; background-color: #fff; margin: 0 15px; }
|
|
.userinfo1 { height: 50px; }
|
|
.userinfo1 .userimage { width: 40px; height: 40px; border-radius: 100%; float: left; margin: 5px 15px; }
|
|
.userinfo1 .time { margin: 10px 0; font-size: 12px; color: #b2b3b3; padding: 0 10px; float: right }
|
|
.evaluation-name { line-height: 40px; font-size: 14px; }
|
|
.evaluation-content { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
|
|
.content { font-size: 14px; color: #8A8A8A; line-height: 20px; padding: 0 15px; padding-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
|
|
.add{ position: fixed; height: 70px; width: 100%; z-index: 100; overflow: hidden; bottom: 0px; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; background: #fff; margin: 0 auto; }
|
|
.add .f1{ width: 65%; margin-right: 4%; }
|
|
.add .f1 .pl{ margin-left: 15px; height:40px; background:#FAFAFA; border-radius:15px; display:-webkit-flex; display:flex; -webkit-flex-direction:row; flex-direction:row; margin-top:15px; width: 94%; }
|
|
.add .f1 .pl wx-image{ width: 20px; height: 20px; margin: 10px; }
|
|
.add .f1 .pl wx-input{ width: 95%; height: 38px; font-size: 14px; }
|
|
.add .f2,.add .f3{ width: 15%; text-align: center; margin: 18px auto; height: 35px; display: -webkit-flex; display: flex; -webkit-flex-direction:column; flex-direction:column; }
|
|
.add .f2 wx-image,.add .f3 wx-image{ width: 35px; height: 35px; padding-left: 10px; }
|
|
.add .f3 wx-image{ position:absolute; }
|
|
.add .f3 .num{ width:12px; height:12px; border-radius:100%; background:#FF5160; color:#fff; line-height:12px; text-align:center; position:absolute; z-index:10; overflow:hidden; top:3px; font-size:12px; margin-left:35px; }
|
|
.commsubmit{ width:55px;height:100%; opacity: 0; position: absolute; z-index: 100; overflow: hidden; }
|