This commit is contained in:
dong_bo0602 2020-07-14 17:37:48 +08:00
parent c03cc669b5
commit b4d0d91dc8
9 changed files with 19 additions and 18 deletions

View File

@ -23,7 +23,6 @@ Page({
app.restAjax.get(app.restAjax.path(app.activityUrl + '/wxminiapp/activitylibrary/listpageactivitylibraryfornetrelease', []),
self.data.pages, null, function(code, data) {
if('200' == code) {
console.log(data.rows)
for(var item of data.rows) {
if('' != item.activityImage) {
item.activityImage = app.activityUrl + '/route/file/downloadfile/true/' + item.activityImage;

View File

@ -50,7 +50,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 30rpx;
font-size: 32rpx;
color: #242424;
line-height: 40rpx;
}
@ -60,9 +60,10 @@
border-radius: 10rpx;
padding: 0 20rpx;
line-height: 40rpx;
font-size: 28rpx;
}
.date{
margin-top: 10rpx;
font-size: 22rpx;
font-size: 24rpx;
color: #242424;
}

View File

@ -26,7 +26,7 @@
}
.time{
color: #242424;
font-size: 26rpx;
font-size: 28rpx;
margin-top: 10rpx;
}
.broadcast-status{

View File

@ -37,7 +37,7 @@ video{
color: #242424;
}
.intro-text{
font-size: 28rpx;
font-size: 30rpx;
color: #5F5F5F;
line-height: 40rpx;
margin-top: 15rpx;

View File

@ -41,7 +41,7 @@
.main-title{
border-left: 3px solid #9F1512;
padding-left: 10rpx;
font-size: 30rpx;
font-size: 32rpx;
color: #242424;
margin-bottom: 20rpx;
}
@ -62,7 +62,7 @@
height: 65rpx;
}
.title{
font-size: 28rpx;
font-size: 30rpx;
color: #242424;
}
.set-phone{

View File

@ -69,7 +69,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 30rpx;
font-size: 32rpx;
color: #242424;
line-height: 40rpx;
}
@ -82,6 +82,6 @@
}
.date{
margin-top: 10rpx;
font-size: 22rpx;
font-size: 28rpx;
color: #242424;
}

View File

@ -16,7 +16,7 @@
height: 65rpx;
}
.tab-title{
font-size: 26rpx;
font-size: 28rpx;
}
.recommend{
padding: 30rpx;
@ -45,16 +45,16 @@
}
.title-text{
display: inline-block;
font-size: 28rpx;
font-size: 32rpx;
color: #9F1512;
padding: 0 15rpx 0;
padding: 0 20rpx 0;
position: relative;
margin-bottom: 15rpx;
}
.title-text image{
position: absolute;
top: 0;
width: 10rpx;
width: 15rpx;
height: 100%;
}
.selected-l{

View File

@ -22,7 +22,7 @@
height: 80rpx;
}
.tab-title{
font-size: 28rpx;
font-size: 30rpx;
color: #242424;
}
.tab-box.active .tab-title{
@ -30,11 +30,12 @@
}
.select-tab{
display: flex;
margin-bottom: 10rpx;
}
.select-box{
flex: 1;
text-align: center;
font-size: 28rpx;
font-size: 32rpx;
color: #242424;
}
.select-box.active{
@ -67,7 +68,7 @@
line-height: 35rpx;
}
.name{
font-size: 30rpx;
font-size: 32rpx;
width: 60%;
white-space: nowrap;
overflow: hidden;
@ -81,7 +82,7 @@
font-size: 28rpx;
}
.time{
font-size: 24rpx;
font-size: 28rpx;
color: #242424;
margin-top: 10rpx;
}

View File

@ -70,7 +70,7 @@
padding: 0 20rpx;
}
.other-title{
font-size: 30rpx;
font-size: 32rpx;
color: #000;
font-weight: bold;
}