Merge branch 'sprint/272_tsj' into 'sprint/272'
* Finish task #79625. See merge request easycorp/zentaopms!6607
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
<style>
|
||||
.vision-switch {padding: 14px;}
|
||||
.vision-switch-container {display: flex;}
|
||||
#vision-rnd {background: url('/theme/default/images/guide/vision_rnd.png') no-repeat;}
|
||||
#vision-lite {background: url('/theme/default/images/guide/vision_lite.png') no-repeat;}
|
||||
.vision {width: 47%; border: none; background: rgba(230, 240, 255, 0.4); cursor:pointer; border-radius: 2px;}
|
||||
.vision {width: 47%; border: none; background-color: rgba(230, 240 , 255, 0.4); cursor:pointer; border-radius: 2px; padding: 10px 10px 0 10px;}
|
||||
.vision + .vision {margin-left: 10px;}
|
||||
.vision:hover, .vision.active {box-shadow: 0 0 0 2px #2E7FFF;}
|
||||
.vision-img {height: 118px; width: 100%; background-size: 100% !important;}
|
||||
.vision-title {font-size: 14px; color: #0B0F18; padding: 0 8px;}
|
||||
.vision-text {font-size: 12px; color: #5E626D; padding: 8px;}
|
||||
</style>
|
||||
<?php if(common::checkNotCN()):?>
|
||||
<style>#vision-rnd {background: url('/theme/default/images/guide/vision_rnd_en.png') no-repeat;}</style>
|
||||
<?php else:?>
|
||||
<style>#vision-rnd {background: url('/theme/default/images/guide/vision_rnd_cn.png') no-repeat;}</style>
|
||||
<?php endif;?>
|
||||
<?php js::set('vision', $this->config->vision);?>
|
||||
<div class='vision-switch'>
|
||||
<p><?php echo $lang->block->visionTitle;?></p>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user