Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user
This commit is contained in:
commit
d736e1ad07
|
@ -501,13 +501,13 @@
|
|||
height: 100%;
|
||||
}
|
||||
.pinglun span{
|
||||
color: #ccc;
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pinglun image{
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
.pinglun{
|
||||
display: flex;
|
||||
|
@ -523,6 +523,7 @@
|
|||
.scroll-right-title{
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
word-break: break-all;
|
||||
}
|
||||
.data-list{
|
||||
width: 200px;
|
||||
|
@ -532,12 +533,11 @@
|
|||
}
|
||||
.scroll-right{
|
||||
width: 77%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
display: flex!important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.scroll-left-mon{
|
||||
color: #ccc;
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
|
@ -589,12 +589,13 @@
|
|||
color: #fff;
|
||||
}
|
||||
/deep/.uni-scroll-view-content{
|
||||
width: 100%;
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
/* padding-top: 20px; */
|
||||
padding-top: 50px;
|
||||
}
|
||||
.guanbi{
|
||||
width: 30px;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue