29910
This commit is contained in:
		@@ -29,7 +29,6 @@
 | 
			
		||||
      <div class="card">
 | 
			
		||||
        <div class="item-info">
 | 
			
		||||
          <div class="item-info__item">
 | 
			
		||||
            <!-- <span class="from"></span> -->
 | 
			
		||||
            <div class="pic">
 | 
			
		||||
              <img class="img" src="./components/start.png"/>
 | 
			
		||||
              <div class="lines"></div>
 | 
			
		||||
@@ -37,7 +36,6 @@
 | 
			
		||||
            <span>{{ info.startAreaName }}</span>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="item-info__item">
 | 
			
		||||
            <!-- <span class="to"></span> -->
 | 
			
		||||
            <div class="pic">
 | 
			
		||||
              <img class="img" src="./components/end.png"/>
 | 
			
		||||
            </div>
 | 
			
		||||
@@ -309,25 +307,6 @@ export default {
 | 
			
		||||
            height: 32px;
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
          // .from,
 | 
			
		||||
          // .to {
 | 
			
		||||
          //   display: inline-block;
 | 
			
		||||
          //   width: 12px;
 | 
			
		||||
          //   height: 12px;
 | 
			
		||||
          //   border: 2px solid #FFFFFF;
 | 
			
		||||
          //   border-radius: 50%;
 | 
			
		||||
          // }
 | 
			
		||||
 | 
			
		||||
          // .from {
 | 
			
		||||
          //   background: #FFBB3B;
 | 
			
		||||
          //   z-index: 9;
 | 
			
		||||
            
 | 
			
		||||
          // }
 | 
			
		||||
 | 
			
		||||
          // .to {
 | 
			
		||||
          //   background: #2BD6C0;
 | 
			
		||||
          //   z-index: 9;
 | 
			
		||||
          // }
 | 
			
		||||
          span:last-child {
 | 
			
		||||
            color: #fff;
 | 
			
		||||
            font-size: 28px;
 | 
			
		||||
 
 | 
			
		||||
@@ -175,7 +175,7 @@ div {
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    width: 690px;
 | 
			
		||||
    height: 60px;
 | 
			
		||||
    margin: 0 auto8px;
 | 
			
		||||
    margin: 0 auto 8px;
 | 
			
		||||
    padding: 032px;
 | 
			
		||||
    background: rgba(0, 0, 0, .2);
 | 
			
		||||
    border-radius: 30px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user