12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .search-bar_top.data-v-380f8012 {
- width: 46vw;
- }
- .tabs_list_box.data-v-380f8012 {
- padding: 0 26rpx;
- width: 100vw;
- box-sizing: border-box;
- background: var(--bgColor);
- }
- .tabs_list_box .tabs-rigth-fixed.data-v-380f8012 {
- background: #95fad5;
- border-radius: 50rpx;
- height: 40rpx;
- line-height: 40rpx;
- display: flex;
- align-items: center;
- padding: 0 6rpx;
- box-sizing: border-box;
- font-size: 20rpx;
- font-family: SmileySans-Oblique-2;
- }
- .tabs_list_box .tabs-rigth-fixed text.data-v-380f8012 {
- font-weight: 600;
- }
- .demo-uni-row.data-v-380f8012 {
- width: 100%;
- padding: 0 26rpx;
- margin-top: 20rpx;
- box-sizing: border-box;
- display: flex;
- flex-wrap: wrap;
- }
- .demo-uni-row .demo-uni-col.data-v-380f8012 {
- width: calc(50% - 6rpx);
- height: 500rpx;
- background-color: #ccc;
- border-radius: 13px;
- margin-bottom: 10rpx;
- }
- .demo-uni-row .demo-uni-col.data-v-380f8012:nth-child(2n-1) {
- margin-right: 10rpx;
- }
|