Commit a7f85981 authored by zhengke's avatar zhengke

修改

parent 4b4c5988
......@@ -30,13 +30,14 @@
.Activity_Name{
font-weight: bold;
font-size: 30rpx;
width:430rpx;
width:400rpx;
color: #1F1F1F;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
padding-right: 10rpx;
}
.Activity_Time {
color: #999999;
......@@ -46,7 +47,10 @@
position: fixed;
width:100%;
bottom:35rpx;
left:17%;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
</style>
<template>
......@@ -74,7 +78,7 @@
</view>
<view style="width:100%;height:100rpx;"></view>
<view class="trade_Btn">
<u-button size="80" :ripple="true" :custom-style="{
<u-button size="80" :ripple="true" :custom-style="{
backgroundColor: mc,
height: '80rpx',
color: '#FFF',
......
......@@ -130,7 +130,7 @@
<template>
<view class="activeSignUp">
<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 class="active_Main">
<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