> For the complete documentation index, see [llms.txt](https://en-ascent.webvista.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-ascent.webvista.studio/ascent-mu-ban-shi-yong-shuo-ming/quan-ju-she-zhi/bu-ju-she-zhi.md).

# 布局设置

### 设置页面宽度

页面可设置宽度范围是1000px 到 1600px

<figure><img src="/files/uSXDrIUA3tfvxMjqPL1g" alt=""><figcaption></figcaption></figure>

### 设置小圆角半径

<mark style="color:orange;">此设置不影响完全圆角的元素，比如</mark> <mark style="color:orange;">**部分按钮，搜索框**</mark> <mark style="color:orange;">等</mark>

可设置的选项有 **小，中，大** 三个选项，通过设置此选项可以呈现不同的风格，比如宠物用品网站或者儿童用品网站可以将圆角设置的大一些，使整体网站更圆润一些。

<figure><img src="/files/y6TC7QSuQD5PqCtJ3WiG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://en-ascent.webvista.studio/ascent-mu-ban-shi-yong-shuo-ming/quan-ju-she-zhi/bu-ju-she-zhi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
