voucher slider
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import React from 'react';
 | 
			
		||||
import {inject, observer} from 'mobx-react';
 | 
			
		||||
import {Link} from 'react-router';
 | 
			
		||||
import {Affix, Card, Slider, Select, Col, Row } from 'antd';
 | 
			
		||||
import {Affix, Card, Slider, Select, Col, Row, Carousel } from 'antd';
 | 
			
		||||
import {Tab, Tabs} from 'material-ui';
 | 
			
		||||
import './style.scss';
 | 
			
		||||
import {ItemCard} from "./ItemCard";
 | 
			
		||||
@@ -186,6 +186,18 @@ export default class VouchersComponent extends React.Component {
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <div className="voucher">
 | 
			
		||||
        <div className="row">
 | 
			
		||||
        <Carousel autoplay>
 | 
			
		||||
        <div><img alt="Banner 1" style={{width:960,height:239}} src="https://ecs7.tokopedia.net/img/banner/2018/12/18/41966928/41966928_03c39a82-9ec8-45c3-8184-2d1a0fd810cd.jpg" /></div>
 | 
			
		||||
        <div><img alt="Banner 2" style={{width:960,height:239}} src="https://ecs7.tokopedia.net/img/banner/2019/1/4/42484317/42484317_e6f6cdf6-90a4-4c21-86fe-c7910982a8e9.jpg" /></div>
 | 
			
		||||
        <div><img alt="Banner 3" style={{width:960,height:239}} src="https://ecs7.tokopedia.net/img/banner/2019/1/4/42484317/42484317_e6f6cdf6-90a4-4c21-86fe-c7910982a8e9.jpg" /></div>
 | 
			
		||||
        <div><img alt="Banner 4" style={{width:960,height:239}} src="https://ecs7.tokopedia.net/img/banner/2019/1/4/42484317/42484317_e6f6cdf6-90a4-4c21-86fe-c7910982a8e9.jpg" /></div>
 | 
			
		||||
          {/* <div><img alt="Nikmati Praktisnya Bayar Produk Digital, Cashback s.d. 350 ribu" class="_3NAr8" src="https://ecs7.tokopedia.net/img/banner/2018/12/18/41966928/41966928_03c39a82-9ec8-45c3-8184-2d1a0fd810cd.jpg" /></div>
 | 
			
		||||
          <div><img alt="Nikmati Praktisnya Bayar Produk Digital, Cashback s.d. 350 ribu" class="_3NAr8" src="https://ecs7.tokopedia.net/img/banner/2018/12/18/41966928/41966928_03c39a82-9ec8-45c3-8184-2d1a0fd810cd.jpg" /></div>
 | 
			
		||||
          <div><img alt="Nikmati Praktisnya Bayar Produk Digital, Cashback s.d. 350 ribu" class="_3NAr8" src="https://ecs7.tokopedia.net/img/banner/2018/12/18/41966928/41966928_03c39a82-9ec8-45c3-8184-2d1a0fd810cd.jpg" /></div>
 | 
			
		||||
          <div><img alt="Nikmati Praktisnya Bayar Produk Digital, Cashback s.d. 350 ribu" class="_3NAr8" src="https://ecs7.tokopedia.net/img/banner/2018/12/18/41966928/41966928_03c39a82-9ec8-45c3-8184-2d1a0fd810cd.jpg" /></div> */}
 | 
			
		||||
        </Carousel>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div className="row">
 | 
			
		||||
          <div className="col l12 m12 s12 padding">
 | 
			
		||||
            <p className={'pageTitle'}>
 | 
			
		||||
 
 | 
			
		||||
@@ -28,4 +28,17 @@
 | 
			
		||||
    margin-top: 10px;
 | 
			
		||||
    margin-bottom: -10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .ant-carousel .slick-slide {
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    height: 160px;
 | 
			
		||||
    line-height: 160px;
 | 
			
		||||
    background: #364d79;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  .ant-carousel .slick-slide h3 {
 | 
			
		||||
    color: #fff;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user