Commit a7f85981 authored by zhengke's avatar zhengke

修改

parent 4b4c5988
...@@ -30,13 +30,14 @@ ...@@ -30,13 +30,14 @@
.Activity_Name{ .Activity_Name{
font-weight: bold; font-weight: bold;
font-size: 30rpx; font-size: 30rpx;
width:430rpx; width:400rpx;
color: #1F1F1F; color: #1F1F1F;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
padding-right: 10rpx;
} }
.Activity_Time { .Activity_Time {
color: #999999; color: #999999;
...@@ -46,7 +47,10 @@ ...@@ -46,7 +47,10 @@
position: fixed; position: fixed;
width:100%; width:100%;
bottom:35rpx; bottom:35rpx;
left:17%; left: 0;
display: flex;
align-items: center;
justify-content: center;
} }
</style> </style>
<template> <template>
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<template> <template>
<view class="activeSignUp"> <view class="activeSignUp">
<view class="activeTopImg"> <view class="activeTopImg">
<image mode="heightFit" style="width:100%;height:100%" src="@/static/images/signBack.png" /> <image mode="heightFit" style="width:100%;height:100%" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/signBack.png" />
</view> </view>
<view class="active_Main"> <view class="active_Main">
<view style="width:100%;height:35px;"> <view style="width:100%;height:35px;">
......
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