在瓷砖之间添加间隙 [英] Add a gap between tiles

查看:96
本文介绍了在瓷砖之间添加间隙的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

仅是供参考,我并不真正了解CSS,而是需要虚拟"对象.此操作的版本.

Just as an FYI I do not really know CSS and need the "dummy" version of how to do this.

在SharePoint上,我们希望页面顶部的图块分为2个不同的组.传统上,它们看起来像这样(0表示图块):

On our SharePoint sit we want the tiles at the top of a page to be in 2 different groupings. Traditionally they look like this (the 0 represents a tile):

0 0 0 0 0 0 0 0 0

0 0 0 0 0 0 0 0 0

但是我们希望它看起来像这样

But we want it to look like this

0 0 0 0 0 0 0    0

0 0 0 0 0 0 0    0

因此,我们希望一个砖块单独位于侧面.有没有简单的方法可以做到这一点?

So we want one tile to be over on the side by itself.  Is there a simple way to do this?

谢谢!

推荐答案

可以使用jquery css change.

It is possible using jquery css change .


(# Tile_WPQ2_3_2 ").css("margin-left","150px");
("#Tile_WPQ2_3_2").css("margin-left","150px");

  //更改您的图块ID ,这不是开始div,这是最后一个图块的第二个div.

  // change yours tile id  , this is not the starts div this is the second div for the last tile .


这篇关于在瓷砖之间添加间隙的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆