@@ -40,8 +40,8 @@
<view class="left2">
<text class="text4">可对正在进行的比赛上次比分</text>
</view>
- <view class="right2" bindtap="upload" data-id="{{item._id}}" wx:if="{{item.status=='1'}}">
- <button class="buttons" size="mini">上传比分</button>
+ <view class="right2">
+ <button class="buttons" size="mini" bindtap="upload" data-id="{{item._id}}" wx:if="{{item.status=='1'}}">上传比分</button>
<image src="{{src3}}" class="huang"></image>
@@ -142,6 +142,7 @@
margin: 12px 30px 0 30px;
background-color: rgb(217, 235, 250);
border-radius: 7px;
+ height: 35px;
}
.text4 {
@@ -172,7 +173,7 @@
.right3 {
float: right;
- width: 36%;
+ width: 40%;
.list1 {
@@ -28,25 +28,32 @@
.one-2 {
position: absolute;
- margin-top: -41%;
- margin-left: 42%;
+ top: 17%;
+ left: 40%;
width: 18%;
height: 63.78px;
border-radius: 50%;
-.one-3{
+
+.one-3 {
- margin-top: -22%;
- margin-left: 32%;
- width: 40%;
- height: 63.78px;
+ top: 25%;
+ width: 100%;
.imgs {
- border-radius: 90px;
+ border-radius: 50%;
+ margin-top: -25px;
+ margin-left: 2px;
width: 70px;
height: 70px;
+.group {
+ color: #ffffff;
+ text-align: center;
+ margin: 10px 0;
+}
.person {
text-align: center;
font-size: 13px;
@@ -54,6 +61,7 @@
font-weight: 300;
.two-1 {
margin-top: -4px;
background-color: #ffffff;
@@ -171,15 +179,6 @@
margin-left: 23%;
-.group {
- text-align: center;
- color: #ffffff;
- margin-top: 10%;
- margin-bottom: 10%;
-}
-
.buttonend {
background-color: rgb(136, 136, 136);
border-radius: 15px;
@@ -48,6 +48,19 @@
+.person {
+ font-size: 13px;
+ font-weight: 300;
@@ -171,18 +184,6 @@
- margin: 10px 0;
-.person {
- font-size: 13px;
- font-weight: 300;
.button {