123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224 |
- <<<<<<< HEAD
- <template>
- <view>
- <!-- 头部图片 -->
- <view class="banner">
- <img src="/static/img/banner1.jpg" alt="">
- </view>
- <!-- 选项列表 -->
- <view class="option-list">
- <view class="list-item">
- <view class="icon iconfont" style="background-color:#59d96e;">
- 
- </view>
- <view class="text">
- 扫码充电
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color:#4BD2C0;">
- 
- </view>
- <view class="text">
- 快速充值
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color: #6FA5FF;">
- 
- </view>
- <view class="text">
- 充电记录
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color: #9D9FFF;">
- 
- </view>
- <view class="text">
- 附近站点
- </view>
- </view>
- </view>
- <!-- 站点 -->
- <!-- <view class="station">
- <view class="img-box" >
- <img src="/static/img/Frame 198 (1).png" alt="">
- </view>
- <view class="text"> -->
- <!-- 站点头部 -->
<!-- <view class="station-title">
<text class="title-left">快充</text>
<text class="title-right">荆沙大道救助站充电站</text>
</view> -->
<!-- 价格 -->
<!-- <view class="station-price">
<view class="price-left">1.25</view>
<view class="price-right">
起 元/度
</view>
</view> -->
<!-- park -->
<!-- <view class="park">
<text class="park-p">p</text>
<text class="park-text">2小时免费停车</text>
</view>
<view class="count">
<view class="count-left">空闲10/总数10</view>
<view class="count-right"><text class="iconfont"></text>10公里</view>
</view>
- </view>
- </view> -->
- <!-- 定位 -->
- <view class="location-box">
- <view class="location">
- <view class="location-text">
- <view class="text-1">
- 定位中...
- </view>
- <view class="text-2">
- 授权定位后可查询附近充电站
- </view>
- <view class="text-3">
- 重新定位
- </view>
- </view>
- <view class="img-box" >
- <img src="/static/img/暂无网络信号-缺省页 1.png"">
- </view>
- </view>
-
- </view>
- <!-- 充值活动 -->
- <view class="top-up">
- <view class="top-up-title"><text class="line"></text>充值活动</view>
- <view class="img-box">
- <view class="img-1">
- <img src="/static/img/瓷片区1.png" alt="">
- <view class="img-text">
- 充100送20
- <view class="img-text2">即充即赠 立享优惠</view>
- </view>
- </view>
- <view class="img-1">
- <img src="/static/img/瓷片区2.png" alt="">
- <view class="img-text" style="color: #FF7C00;">
- 邀请有礼
- <view class="img-text2 color">最高可得500元</view>
- </view>
- </view>
- </view>
- </view>
- <!-- 新闻 -->
- <view class="news-title">
- <view class="news-title-left">
- <view class="line" style="margin-top:4px;"></view>新闻公告
- </view>
- <view class="more">更多<view class="more-icon iconfont"> </view>
- </view>
-
- </view>
- <view class="news">
- <view class="news-content">
- <view class="content-text">
- 日印计划联手开发低成本充电桩 推动新兴市场电动车发展
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/11091323191.jpg" alt="">
- </view>
- </view>
- <view class="news-content">
- <view class="content-text">
- 我国新能源汽车市场腾飞在即,充换电何时能够不再“拖后腿”?
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/103613441.jpg" alt="">
- </view>
- </view>
- <view class="news-content">
- <view class="content-text">
- 新疆建成首个充电桩实验室
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/180023631.jpg" alt="">
- </view>
- </view>
- </view>
- <view class="bottom">
- <view class="bot">
- <view class="bot-line"></view>
- <view class="bot-text">已经到底了</view>
- <view class="bot-line"></view>
- </view>
- </view>
- <!-- 导航栏 -->
- <view class="navigation">
- <!-- <view class="nav-items">
- <view class="nav-icon iconfont ">
- 
- </view>
- <view class="nav-text">主页</view>
- </view>
- <view class="nav-items">
- <view class="nav-icon iconfont"></view>
- <view class="nav-text">找桩</view>
- </view>
- <view class="nav-items">
- <view class="nav-icon iconfont"></view>
- <view class="nav-text">我的</view>
- </view> -->
- <u-tabbar v-model="current" :list="tabbarList" active-color="#009143"></u-tabbar>
- </view>
- </view>
- </template>
- <script>
- export default{
- data(){
- return{
- tabbarList:[{
- iconPath: "home-3-line" ,
- selectedIconPath: "home-3-fill",
- text:'主页 ',
- count: 0,
- isDot: true,
- customIcon: true,
- },
- {
- iconPath: "road-map-line",
- selectedIconPath:"road-map-fill" ,
- text: '找桩',
- midButton: true,
- customIcon: true,
- },
- {iconPath: "user-5-line",
- selectedIconPath: "user-5-fill",
- text: '我的' ,
- count: 0,
- isDot: false,
- customIcon: true,
-
- }],
- current: 0
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- // 头部图片
- img {
- width: 100%;
- height: 100%;
- }
- .banner {
- width: 100%;
- height: 300px;
-
- }
- // 选项列表
- .option-list {
- padding-top: 18px;
- width: 343px;
- height: 100px;
- line-height: 20px;
- border-radius: 8px;
- text-align: center;
- background-color: #fff;
- position: absolute;
- top: 260px;
- left: 0;
- right: 0;
- margin: auto;
- display: flex;
- justify-content: space-around;
- .list-item {
- // 图标
- .icon {
- width: 40px;
- height: 40px;
- border-radius: 99px;
- line-height: 40px;
- font-size: 24px;
- text-align: center;
- margin: auto;
- color: #ffffff;
- }
- }
- }
- // 站点
- .station {
- // width: 343px;
- height: 120px;
- margin-top: 70px;
-
-
- padding-top: 20px;
- padding: 0 12px;
- position: relative;
- .img-box{
- width: 100%;
- height: 100%;
- border-radius: 8px;
- overflow: hidden;
- }
- img{
- width: 100%;
- height: 100%;
-
- }
- .text{
- position: absolute;
- top: 0;left: 20px;
- // 头部
- .station-title {
- display: flex;
- margin-top: 12px;
-
- .title-left {
- display: inline-block;
- height: 20px;
- width: 44px;
- // margin-left: 12px;
- line-height: 20px;
- border-radius: 50px;
- background-color: rgba(133, 140, 255, 100);
- color: rgba(255, 255, 255, 100);
- font-size: 12px;
- text-align: center;
- font-family: Arial;
- }
-
- .title-right {
- display: inline-block;
- margin-left: 4px;
- margin-top: 2px;
- width: 271px;
- height: 16px;
- line-height: 16px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- text-align: left;
- font-family: AlibabaPuHui-regular;
- }
- }
-
- // 价格
- .station-price {
- margin-top: 4px;
- display: flex;
-
- .price-left {
- width: 40px;
- height: 20px;
- color: rgba(255, 98, 0, 100);
- font-size: 20px;
- text-align: left;
- font-family: Roboto-medium;
- }
-
- .price-right {
- height: 20px;
- line-height: 20px;
- margin-left: 2px;
- margin-top: 3px;
- color: rgba(102, 102, 102, 100);
- font-size: 14px;
- text-align: left;
- font-family: AlibabaPuHui-regular;
- }
-
- }
-
- // park
- .park {
- margin-top: 4px;
- display: flex;
- .park-p {
- display: inline-block;
- width: 20px;
- height: 18px;
- line-height: 12px;
- text-align: center;
- background-color: rgba(125, 177, 255, 100);
- color: #fff;
- }
-
- .park-text {
- display: inline-block;
- width: 300px;
- height: 17px;
- color: rgba(102, 102, 102, 100);
- font-size: 12px;
- text-align: left;
- margin-left: 2px;
- margin-top: 2px;
- }
- }
-
- // 数量
- .count {
- margin-top: 8px;
- width: 96%;
- display: flex;
- justify-content: space-between;
- }
- }
-
- }
- //定位
- .location{
- width: 343px;
- background-color: #ffffff;
- height: 120px;
- display: flex;
- margin: 70px auto 0;
- border-radius: 8px;
- border:#F2F4F4 1px ;
- .location-text{
- padding: 24px 28px;
- .text-1{
- height: 16px;
- line-height: 16px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- text-align: left;
- }
- .text-2{
- height: 17px;
- line-height: 17px;
- color: rgba(102, 102, 102, 100);
- font-size: 12px;
- text-align: left;
- margin-top: 4px;
- }
- .text-3{
- width: 80px;
- height: 24px;
- border-radius: 50px;
- color: rgba(0, 185, 98, 100);
- font-size: 12px;
- text-align: center;
- font-family: Microsoft Yahei;
- border: 1px solid rgba(0, 185, 98, 100);
- margin-top: 11px;
- }
- }
- .img-box{
- width: 120px;
- height: 120px;
- float: right;
- }
- }
- //充值
- .top-up {
- margin-left: 16px;
- margin-top: 17px;
- .top-up-title {
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- }
- .img-box {
- margin-top: 12px;
- width: 345px;
- height: 146px;
- display: flex;
- justify-content: space-between;
- .img-1 {
- width: 166px;
- height: 146px;
- position: relative;
- .img-text {
- position: absolute;
- top: 12px;
- left: 12px;
- height: 33px;
- color: #ff4444;
- font-size: 24px;
- text-align: left;
- margin-left: 12px;
- .img-text2 {
- font-size: 14px
- }
- }
- }
- img {
- width: 100%;
- height: 100%;
- }
- }
- }
- // 小竖线
- .line {
- display: inline-block;
- width: 3px;
- height: 12px;
- margin-right: 7px;
- background-color: rgba(0, 145, 67, 100);
- }
- // 新闻公告
- .news-title {
- padding: 0 16px;
- margin-top: 12px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- display: flex;
- justify-content: space-between;
- background-color: #F2F4F4;
-
- .news-title-left {
- display: flex;
- }
- .more {
- font-size: 14px;
- color: #777777;
- display: flex;
- line-height:20px;
- .more-icon{
- font-size: 24px
- }
- }
- }
- .news {
- background-color: #fff;
- margin: 12px 16px 20px;
- border-radius: 8px;
- .news-content {
- display: flex;
- justify-content: space-between;
- padding: 12px;
- .content-text {
- width: 211px;
- height: 42px;
- line-height: 21px;
- color: #101010;
- text-align: left;
- font-size: 14px
- }
- ;
- .content-img {
- width: 100px;
- height: 80px;
- background-color: #777777;
- border-radius: 4px;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .news-time {
- margin-top: 12px;
- color: #999999;
- width: 80px;
- height: 20px;
- font-size: 14px;
- }
- }
- }
- .bottom {
- width: 100%;
- height: 150px;
-
- .bot {
- width: 100%;
- padding-left: 66px;
- display: flex;
- .bot-line {
- margin-top: 20px;
- width: 80px;
- height: 0px;
- border: 1px solid rgba(207, 210, 213, 100);
- }
- .bot-text {
- width: 60px;
- height: 17px;
- margin-top: 13px;
- margin-left: 12px;
- margin-right: 12px;
- font-size: 12px;
- text-align: center;
- color:rgba(182, 189, 195, 100);
- }
- }
- }
- // 导航栏
- .navigation {
- width: 100%;
- // height: 40px;
- padding: 10px 0;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- justify-content: space-around;
- text-align: center;
- color: #999999;
- .nav-icon{
- width: 54px;
- font-size: 24px
- }
- .nav-text{
- font-size: 14px;
- }
- }
- =======
- <template>
- <view>
- <!-- 头部图片 -->
- <view class="banner">
- <img src="/static/img/banner1.jpg" alt="">
- </view>
- <!-- 选项列表 -->
- <view class="option-list">
- <view class="list-item">
- <view class="icon iconfont" style="background-color:#59d96e;">
- 
- </view>
- <view class="text">
- 扫码充电
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color:#4BD2C0;">
- 
- </view>
- <view class="text">
- 快速充值
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color: #6FA5FF;">
- 
- </view>
- <view class="text">
- 充电记录
- </view>
- </view>
- <view class="list-item">
- <view class="icon iconfont" style="background-color: #9D9FFF;">
- 
- </view>
- <view class="text">
- 附近站点
- </view>
- </view>
- </view>
- <!-- 站点 -->
- <!-- <view class="station">
- <view class="img-box" >
- <img src="/static/img/Frame 198 (1).png" alt="">
- </view>
- <view class="text"> -->
- <!-- 站点头部 -->
- <!-- <view class="station-title">
- <text class="title-left">快充</text>
- <text class="title-right">荆沙大道救助站充电站</text>
- </view> -->
- <!-- 价格 -->
- <!-- <view class="station-price">
- <view class="price-left">1.25</view>
- <view class="price-right">
- 起 元/度
- </view>
- </view> -->
- <!-- park -->
- <!-- <view class="park">
- <text class="park-p">p</text>
- <text class="park-text">2小时免费停车</text>
- </view>
- <view class="count">
- <view class="count-left">空闲10/总数10</view>
- <view class="count-right"><text class="iconfont"></text>10公里</view>
- </view>
- </view>
- </view> -->
- <!-- 定位 -->
- <view class="location-box">
- <view class="location">
- <view class="location-text">
- <view class="text-1">
- 定位中...
- </view>
- <view class="text-2">
- 授权定位后可查询附近充电站
- </view>
- <view class="text-3">
- 重新定位
- </view>
- </view>
- <view class="img-box">
- <img src="/static/img/暂无网络信号-缺省页 1.png">
- </view>
- </view>
-
- </view>
- <!-- 充值活动 -->
- <view class=" top-up">
- <view class="top-up-title"><text class="line"></text>充值活动</view>
- <view class="img-box">
- <view class="img-1">
- <img src="/static/img/瓷片区1.png" alt="">
- <view class="img-text">
- 充100送20
- <view class="img-text2">即充即赠 立享优惠</view>
- </view>
- </view>
- <view class="img-1">
- <img src="/static/img/瓷片区2.png" alt="">
- <view class="img-text" style="color: #FF7C00;">
- 邀请有礼
- <view class="img-text2 color">最高可得500元</view>
- </view>
- </view>
- </view>
- </view>
- <!-- 新闻 -->
- <view class="news-title">
- <view class="news-title-left">
- <view class="line" style="margin-top:4px;"></view>新闻公告
- </view>
- <view class="more">更多<view class="more-icon iconfont"> </view>
- </view>
- </view>
- <view class="news">
- <view class="news-content">
- <view class="content-text">
- 日印计划联手开发低成本充电桩 推动新兴市场电动车发展
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/11091323191.jpg" alt="">
- </view>
- </view>
- <view class="news-content">
- <view class="content-text">
- 我国新能源汽车市场腾飞在即,充换电何时能够不再“拖后腿”?
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/103613441.jpg" alt="">
- </view>
- </view>
- <view class="news-content">
- <view class="content-text">
- 新疆建成首个充电桩实验室
- <view class="news-time">05-01 09:00</view>
- </view>
- <view class="content-img">
- <img src="/static/img/180023631.jpg" alt="">
- </view>
- </view>
- </view>
- <view class="bottom">
- <view class="bot">
- <view class="bot-line"></view>
- <view class="bot-text">已经到底了</view>
- <view class="bot-line"></view>
- </view>
- </view>
- <!-- 导航栏 -->
- <view class="navigation">
- <!-- <view class="nav-items">
- <view class="nav-icon iconfont ">
- 
- </view>
- <view class="nav-text">主页</view>
- </view>
- <view class="nav-items">
- <view class="nav-icon iconfont"></view>
- <view class="nav-text">找桩</view>
- </view>
- <view class="nav-items">
- <view class="nav-icon iconfont"></view>
- <view class="nav-text">我的</view>
- </view> -->
- <u-tabbar v-model="current" :list="tabbarList" active-color="#009143"></u-tabbar>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- tabbarList: [{
- iconPath: "home-3-line",
- selectedIconPath: "home-3-fill",
- text: '主页 ',
- count: 0,
- isDot: true,
- customIcon: true,
- },
- {
- iconPath: "roadmap-line",
- selectedIconPath: " road map-fill",
- text: ' 找桩',
- midButton: true,
- customIcon: true,
- },
- {
- iconPath: "user- 5- line",
- selectedIconPath: "user-5- fill",
- text: '我的',
- count: 0,
- isDot: false,
- customIcon: true,
- }
- ],
- current: 0
- }
- }
- }
- </script>
- <style lang="scss">
- // 头部图片
- img {
- width: 100%;
- height: 100%;
- }
- .banner {
- width: 100%;
- height: 300px;
- }
- // 选项列表
- .option-list {
- padding-top: 18px;
- width: 343px;
- height: 100px;
- line-height: 20px;
- border-radius: 8px;
- text-align: center;
- background-color: #fff;
- position: absolute;
- top: 260px;
- left: 0;
- right: 0;
- margin: auto;
- display: flex;
- justify-content: space-around;
- .list-item {
- // 图标
- .icon {
- width: 40px;
- height: 40px;
- border-radius: 99px;
- line-height: 40px;
- font-size: 24px;
- text-align: center;
- margin: auto;
- color: #ffffff;
- }
- }
- }
- // 站点
- .station {
- // width: 343px;
- height: 120px;
- margin-top: 70px;
- padding-top: 20px;
- padding: 0 12px;
- position: relative;
- .img-box {
- width: 100%;
- height: 100%;
- border-radius: 8px;
- overflow: hidden;
- }
- img {
- width: 100%;
- height: 100%;
- }
- .text {
- position: absolute;
- top: 0;
- left: 20px;
- // 头部
- .station-title {
- display: flex;
- margin-top: 12px;
- .title-left {
- display: inline-block;
- height: 20px;
- width: 44px;
- // margin-left: 12px;
- line-height: 20px;
- border-radius: 50px;
- background-color: rgba(133, 140, 255, 100);
- color: rgba(255, 255, 255, 100);
- font-size: 12px;
- text-align: center;
- font-family: Arial;
- }
- .title-right {
- display: inline-block;
- margin-left: 4px;
- margin-top: 2px;
- width: 271px;
- height: 16px;
- line-height: 16px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- text-align: left;
- font-family: AlibabaPuHui-regular;
- }
- }
- // 价格
- .station-price {
- margin-top: 4px;
- display: flex;
- .price-left {
- width: 40px;
- height: 20px;
- color: rgba(255, 98, 0, 100);
- font-size: 20px;
- text-align: left;
- font-family: Roboto-medium;
- }
- .price-right {
- height: 20px;
- line-height: 20px;
- margin-left: 2px;
- margin-top: 3px;
- color: rgba(102, 102, 102, 100);
- font-size: 14px;
- text-align: left;
- font-family: AlibabaPuHui-regular;
- }
- }
- // park
- .park {
- margin-top: 4px;
- display: flex;
- .park-p {
- display: inline-block;
- width: 20px;
- height: 18px;
- line-height: 12px;
- text-align: center;
- background-color: rgba(125, 177, 255, 100);
- color: #fff;
- }
- .park-text {
- display: inline-block;
- width: 300px;
- height: 17px;
- color: rgba(102, 102, 102, 100);
- font-size: 12px;
- text-align: left;
- margin-left: 2px;
- margin-top: 2px;
- }
- }
- // 数量
- .count {
- margin-top: 8px;
- width: 96%;
- display: flex;
- justify-content: space-between;
- }
- }
- }
- //定位
- .location {
- width: 343px;
- background-color: #ffffff;
- height: 120px;
- display: flex;
- margin: 70px auto 0;
- border-radius: 8px;
- border: #F2F4F4 1px;
- .location-text {
- padding: 24px 28px;
- .text-1 {
- height: 16px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- text-align: left;
- }
- .text-2 {
- height: 17px;
- color: rgba(102, 102, 102, 100);
- font-size: 12px;
- text-align: left;
- margin-top: 4px;
- }
- .text-3 {
- width: 80px;
- height: 24px;
- border-radius: 50px;
- color: rgba(0, 185, 98, 100);
- font-size: 12px;
- text-align: center;
- font-family: Microsoft Yahei;
- border: 1px solid rgba(0, 185, 98, 100);
- margin-top: 11px;
- }
- }
- .img-box {
- width: 120px;
- height: 120px;
- float: right;
- }
- }
- //充值
- .top-up {
- margin-left: 16px;
- margin-top: 17px;
- .top-up-title {
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- }
- .img-box {
- margin-top: 12px;
- width: 345px;
- height: 146px;
- display: flex;
- justify-content: space-between;
- .img-1 {
- width: 166px;
- height: 146px;
- position: relative;
- .img-text {
- position: absolute;
- top: 0;
- left: 0;
- height: 33px;
- color: #ff4444;
- font-size: 24px;
- text-align: left;
- margin-left: 12px;
- .img-text2 {
- font-size: 12px
- }
- }
- }
- img {
- width: 100%;
- height: 100%;
- }
- }
- }
- // 小竖线
- .line {
- display: inline-block;
- width: 3px;
- height: 12px;
- margin-right: 7px;
- background-color: rgba(0, 145, 67, 100);
- }
- // 新闻公告
- .news-title {
- padding: 0 16px;
- margin-top: 12px;
- color: rgba(16, 16, 16, 100);
- font-size: 16px;
- display: flex;
- justify-content: space-between;
- background-color: #F2F4F4;
- .news-title-left {
- display: flex;
- }
- .more {
- font-size: 14px;
- color: #777777;
- display: flex;
- line-height: 20px;
- .more-icon {
- font-size: 24px
- }
- }
- }
- .news {
- background-color: #fff;
- margin: 17px 16px 0;
- .news-content {
- display: flex;
- justify-content: space-between;
- padding: 12px;
- .content-text {
- width: 211px;
- height: 42px;
- line-height: 21px;
- color: #101010;
- text-align: left;
- font-size: 14px
- }
- ;
- .content-img {
- width: 100px;
- height: 80px;
- border-radius: 4px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .news-time {
- margin-top: 12px;
- color: #999999;
- width: 80px;
- height: 20px;
- font-size: 14px;
- }
- }
- }
- .bottom {
- width: 100%;
- height: 150px;
- .bot {
- width: 100%;
- padding-left: 66px;
- display: flex;
- .bot-line {
- margin-top: 20px;
- width: 80px;
- height: 0px;
- border: 1px solid rgba(207, 210, 213, 100);
- }
- .bot-text {
- width: 60px;
- height: 17px;
- margin-top: 13px;
- margin-left: 12px;
- margin-right: 12px;
- font-size: 12px;
- text-align: center;
- }
- }
- }
- // 导航栏
- .navigation {
- width: 100%;
- // height: 40px;
- padding: 10px 0;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- justify-content: space-around;
- text-align: center;
- color: #999999;
- .nav-icon {
- width: 54px;
- font-size: 24px
- }
- .nav-text {
- font-size: 14px;
- }
- }
- >>>>>>> 3c3be89c85e2a9d6c41986681d59c23622bf81e5
- </style>
|