This commit is contained in:
Mr.jiang 2024-07-26 09:54:37 +08:00
commit d736e1ad07
3 changed files with 11 additions and 10 deletions

View File

@ -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