Commit 86a9ae9f authored by lvtz's avatar lvtz

Merge branch 'sj-dev-v9' of git.server:wangxuelai/wechatapp.shangjiadao.com into class_lvtz

parents 17d84c91 420ed414
...@@ -1110,7 +1110,7 @@ page{ ...@@ -1110,7 +1110,7 @@ page{
height:28rpx; height:28rpx;
background:rgba(0,0,0,1); background:rgba(0,0,0,1);
opacity:0.1; opacity:0.1;
margin: 0 13rpx; margin: 0 26rpx;
} }
.line-10{ .line-10{
width: 100%; width: 100%;
...@@ -1228,6 +1228,9 @@ page{ ...@@ -1228,6 +1228,9 @@ page{
text-align: center; text-align: center;
margin-bottom: 60rpx; margin-bottom: 60rpx;
} }
.select-student-dailog .dailog-content .student-list .student-item .avatar-box{
padding-bottom: 16rpx;
}
.select-student-dailog .dailog-content .student-list .student-item .avatar-box image{ .select-student-dailog .dailog-content .student-list .student-item .avatar-box image{
width:107rpx; width:107rpx;
height:107rpx; height:107rpx;
......
...@@ -322,6 +322,7 @@ page{ ...@@ -322,6 +322,7 @@ page{
color:rgba(124,137,162,1); color:rgba(124,137,162,1);
padding: 36rpx; padding: 36rpx;
border-bottom:1px solid rgba(0,0,0,.05); border-bottom:1px solid rgba(0,0,0,.05);
padding-left: 24rpx;
} }
.detail-likes-list .fingureupoicon{ .detail-likes-list .fingureupoicon{
width: 27rpx; width: 27rpx;
...@@ -454,6 +455,8 @@ page{ ...@@ -454,6 +455,8 @@ page{
font-weight:400; font-weight:400;
color:rgba(124,137,162,1); color:rgba(124,137,162,1);
padding: 24rpx 0 24rpx 24rpx; padding: 24rpx 0 24rpx 24rpx;
display: flex;
align-items: center;
} }
.detail-comment-content-title image{ .detail-comment-content-title image{
width: 27rpx; width: 27rpx;
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
width: 124rpx; width: 124rpx;
height: 124rpx; height: 124rpx;
border-radius: 50%; border-radius: 50%;
/* padding: 4rpx; */ padding: 4rpx;
background: #1AE1EB; background: #1AE1EB;
z-index: 1; z-index: 1;
} }
......
...@@ -122,8 +122,8 @@ ...@@ -122,8 +122,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 1; line-height: 1;
padding: 38rpx 0; padding-top: 38rpx;
margin: 18rpx 0 30rpx 0; /* margin: 18rpx 0 30rpx 0; */
} }
.operate-right{ .operate-right{
flex: 1; flex: 1;
...@@ -181,6 +181,7 @@ ...@@ -181,6 +181,7 @@
padding: 24rpx 22rpx; padding: 24rpx 22rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-top: 60rpx;
} }
.title-box>view{ .title-box>view{
display: flex; display: flex;
...@@ -419,8 +420,9 @@ ...@@ -419,8 +420,9 @@
/* 点评列表 */ /* 点评列表 */
.content-box{ .content-box{
padding: 0 24rpx; padding: 0 24rpx;
padding-top: 38rpx;
} }
.content-box .content-item{ .content-box .content-item{
padding: 38rpx 24rpx 38rpx 56rpx; padding: 38rpx 24rpx 38rpx 56rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment