@@ -18,7 +18,7 @@
<text class="text3">{{schedulelist.red_branch||0}}</text>
</view>
<view class="one_2_2">
- <text class="text">{{schedulelist.status=='0'?'未开始':schedulelist.status=='1'?'开始':'结束'}}</text>
+ <text class="text">{{schedulelist.status=='0'?'待开始':schedulelist.status=='1'?'开始':'结束'}}</text>
<view class="one_3">
@@ -2,6 +2,10 @@
position: relative;
width: 100%;
}
+.ones{
+ float: left;
+ width: 100%;
+}
.two {
background-color: #ffffff;
@@ -10,14 +14,14 @@
.two1 {
- width: 100%;
+ width: 95%;
margin-left: 4%;
font-size: 15px;
font-weight: 550;
.tworight {
float: left;
padding: 2%;
@@ -82,7 +86,7 @@
padding-top: 7px;
padding-left: 5px;
- width: 15%;
+ width: 16%;
height: 75px;
/* border: 1px solid red; */
@@ -171,13 +175,6 @@
-.onea {
- font-weight: 600;
- position: absolute;
- top: 5%;
- left: 2%;
-}
-
.back {
width: 40rpx;
height: 40rpx;
@@ -271,6 +268,7 @@
.one_2_2 {
+ margin-top: 8%;
text-align: center;
@@ -292,8 +290,6 @@
.text {
- position: relative;
- top: 9px;