123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page {
- height: 100%;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .content.data-v-f6a74fa4 {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .content .top-cont.data-v-f6a74fa4 {
- background-color: #f6f6f6;
- }
- .content .top-cont .inner.data-v-f6a74fa4 {
- height: 88rpx;
- display: flex;
- align-items: center;
- padding-right: 240rpx;
- padding-left: 30rpx;
- }
- .content .top-cont .inner .back.data-v-f6a74fa4 {
- width: 34rpx;
- height: 34rpx;
- margin-right: 24rpx;
- }
- .content .top-cont .inner .screen-box.data-v-f6a74fa4 {
- flex: 1;
- height: 60rpx;
- border-radius: 30rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20rpx;
- }
- .content .top-cont .inner .screen-box .search.data-v-f6a74fa4 {
- width: 30rpx;
- height: 30rpx;
- margin-right: 12rpx;
- }
- .content .top-cont .inner .screen-box input.data-v-f6a74fa4 {
- flex: 1;
- font-size: 26rpx;
- color: #000;
- }
- .content .top-cont .inner .screen-box .text.data-v-f6a74fa4 {
- font-size: 26rpx;
- color: #000;
- margin-left: 12rpx;
- }
- .content .cont-inner.data-v-f6a74fa4 {
- flex: 1;
- background-color: #fff;
- border-radius: 20rpx 20rpx 0 0;
- padding: 0 25rpx;
- }
- .content .cont-inner .search-info.data-v-f6a74fa4 {
- padding-top: 20rpx;
- }
- .content .cont-inner .search-info .title-box.data-v-f6a74fa4 {
- padding: 20rpx 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .content .cont-inner .search-info .title-box .title.data-v-f6a74fa4 {
- font-size: 28rpx;
- color: #000;
- font-weight: bold;
- }
- .content .cont-inner .search-info .title-box .btn.data-v-f6a74fa4 {
- font-size: 24rpx;
- color: #575757;
- }
- .content .cont-inner .search-info .search-list.data-v-f6a74fa4 {
- display: flex;
- flex-wrap: wrap;
- }
- .content .cont-inner .search-info .search-list .item.data-v-f6a74fa4 {
- max-width: 250rpx;
- height: 54rpx;
- line-height: 54rpx;
- padding: 0 20rpx;
- border-radius: 27rpx;
- margin: 0 20rpx 15rpx 0;
- background-color: #f4f4f4;
- display: flex;
- align-items: center;
- font-size: 22rpx;
- }
- .content .cont-inner .search-info .search-list .item.hot.data-v-f6a74fa4 {
- background-color: #fef0f0;
- }
- .content .cont-inner .search-info .search-list .item .img.data-v-f6a74fa4 {
- width: 26rpx;
- height: 26rpx;
- margin-right: 10rpx;
- }
- .content .cont-inner .search-info .search-list .item .text.data-v-f6a74fa4 {
- font-size: 22rpx;
- color: #363636;
- }
|