字体
This commit is contained in:
parent
c03cc669b5
commit
b4d0d91dc8
@ -23,7 +23,6 @@ Page({
|
|||||||
app.restAjax.get(app.restAjax.path(app.activityUrl + '/wxminiapp/activitylibrary/listpageactivitylibraryfornetrelease', []),
|
app.restAjax.get(app.restAjax.path(app.activityUrl + '/wxminiapp/activitylibrary/listpageactivitylibraryfornetrelease', []),
|
||||||
self.data.pages, null, function(code, data) {
|
self.data.pages, null, function(code, data) {
|
||||||
if('200' == code) {
|
if('200' == code) {
|
||||||
console.log(data.rows)
|
|
||||||
for(var item of data.rows) {
|
for(var item of data.rows) {
|
||||||
if('' != item.activityImage) {
|
if('' != item.activityImage) {
|
||||||
item.activityImage = app.activityUrl + '/route/file/downloadfile/true/' + item.activityImage;
|
item.activityImage = app.activityUrl + '/route/file/downloadfile/true/' + item.activityImage;
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
}
|
}
|
||||||
@ -60,9 +60,10 @@
|
|||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
.date{
|
.date{
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
font-size: 22rpx;
|
font-size: 24rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
.time{
|
.time{
|
||||||
color: #242424;
|
color: #242424;
|
||||||
font-size: 26rpx;
|
font-size: 28rpx;
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
}
|
}
|
||||||
.broadcast-status{
|
.broadcast-status{
|
||||||
|
@ -37,7 +37,7 @@ video{
|
|||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
||||||
.intro-text{
|
.intro-text{
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #5F5F5F;
|
color: #5F5F5F;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
margin-top: 15rpx;
|
margin-top: 15rpx;
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
.main-title{
|
.main-title{
|
||||||
border-left: 3px solid #9F1512;
|
border-left: 3px solid #9F1512;
|
||||||
padding-left: 10rpx;
|
padding-left: 10rpx;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
@ -62,7 +62,7 @@
|
|||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
||||||
.set-phone{
|
.set-phone{
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
}
|
}
|
||||||
@ -82,6 +82,6 @@
|
|||||||
}
|
}
|
||||||
.date{
|
.date{
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
font-size: 22rpx;
|
font-size: 28rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
@ -16,7 +16,7 @@
|
|||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
}
|
}
|
||||||
.tab-title{
|
.tab-title{
|
||||||
font-size: 26rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
.recommend{
|
.recommend{
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
@ -45,16 +45,16 @@
|
|||||||
}
|
}
|
||||||
.title-text{
|
.title-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 28rpx;
|
font-size: 32rpx;
|
||||||
color: #9F1512;
|
color: #9F1512;
|
||||||
padding: 0 15rpx 0;
|
padding: 0 20rpx 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 15rpx;
|
margin-bottom: 15rpx;
|
||||||
}
|
}
|
||||||
.title-text image{
|
.title-text image{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 10rpx;
|
width: 15rpx;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.selected-l{
|
.selected-l{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
}
|
}
|
||||||
.tab-title{
|
.tab-title{
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
||||||
.tab-box.active .tab-title{
|
.tab-box.active .tab-title{
|
||||||
@ -30,11 +30,12 @@
|
|||||||
}
|
}
|
||||||
.select-tab{
|
.select-tab{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-bottom: 10rpx;
|
||||||
}
|
}
|
||||||
.select-box{
|
.select-box{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 28rpx;
|
font-size: 32rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
}
|
}
|
||||||
.select-box.active{
|
.select-box.active{
|
||||||
@ -67,7 +68,7 @@
|
|||||||
line-height: 35rpx;
|
line-height: 35rpx;
|
||||||
}
|
}
|
||||||
.name{
|
.name{
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -81,7 +82,7 @@
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
.time{
|
.time{
|
||||||
font-size: 24rpx;
|
font-size: 28rpx;
|
||||||
color: #242424;
|
color: #242424;
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
}
|
}
|
@ -70,7 +70,7 @@
|
|||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
}
|
}
|
||||||
.other-title{
|
.other-title{
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user