| | |
| | | <template> |
| | | <div class="bank_card_page"> |
| | | <van-nav-bar |
| | | :placeholder="true" |
| | | :safe-area-inset-top="true" |
| | | :title="$t('关于我们')" |
| | | left-arrow |
| | | @click-left="$router.go(-1)" |
| | | > |
| | | </van-nav-bar> |
| | | <div class="content"> |
| | | <div class="top_back"> |
| | | <!-- <div class="top_back"> |
| | | <div class="left_back_icon" @click="$router.go(-1)"> |
| | | <img src="../../assets/img/zuojiantou.png" alt /> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div class="titles"> |
| | | <span>{{ $t('关于我们') }}</span> |
| | | </div> |
| | | <div class="bank_name"> |
| | | {{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }} |
| | | Our diversified team comprises professionals being CS, CA, MBA, CFA and others. Pentagon group provides a one-stop-shop offering integrated business, legal and financial solutions to varied sections of society. Pentagon Stock Broking, a Pentagon group entity provides stock broking platform along with the inhouse depository participant's services to its investor groups for Equity, Derivatives, Mutual Funds, Currency Segments and So on.. |
| | | </br> |
| | | The rich & diverse experience of our team including that in some of the landmark transactions and corporate actions, in-house research and knowledge management set-up fuels the intrinsic attitude of the Group to offer innovative, out-of-box solutions to dynamic business needs along with turn-key execution support. |
| | | </br> |
| | | Progress with values, our tag-line, signifies our progressive approach driven by essential values any eco-system thrives on. Ethics, integrity,transparency in dealings, time-bound delivery and stakeholder satisfaction are the corner-stones of our defined value system. |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | /deep/ .van-nav-bar__content { |
| | | height: 65px; |
| | | } |
| | | /deep/ .van-nav-bar__title { |
| | | font-family: "DINPro"; |
| | | width: 100%; |
| | | height: 1.17333rem; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-style: normal; |
| | | font-weight: 500; |
| | | font-size: 0.48rem; |
| | | color: #14181f; |
| | | } |
| | | |
| | | .bank_card_page { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | |
| | | .content { |
| | | width: 100%; |
| | | height: 100%; |
| | | padding: 0 0.6rem; |
| | | |
| | | .top_back { |