@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .search_top_input { width: 80%; height: 54rpx; background-color: #E4E4E4; border-radius: 27rpx; position: absolute; top: 18rpx; right: 18rpx; padding-top: 8rpx; box-sizing: border-box; } .search_top_input input { width: 85%; text-indent: 1rem; font-size: 26rpx; } .search_top_input .icon { position: absolute; top: 8rpx; right: 26rpx; } .aftersaleinfo { width: 100%; position: relative; top: 98px; height: 100rpx; text-align: center; line-height: 100rpx; font-size: 32rpx; } .aftersale { width: 100%; position: relative; top: 98px; } .aftersale .aftersale_item { width: 90%; margin: 0 auto 30rpx; box-shadow: 0 0 10rpx #bcb9ca; padding: 30rpx 20rpx 20rpx; position: relative; box-sizing: border-box; } .aftersale .aftersale_item .aftersale_item_title { width: 100%; } .aftersale .aftersale_item .aftersale_item_title ._span { margin-left: 16rpx; font-weight: 700; } .aftersale .aftersale_item .aftersale_item_con { width: 92%; margin-left: 8%; margin-top: 20rpx; } .aftersale .aftersale_item .aftersale_item_con ._p { height: 48rpx; font-size: 24rpx; color: #BEBEBE; } .aftersale .aftersale_item .aftersale_item_operate { width: 70%; display: -webkit-box; display: -webkit-flex; display: flex; margin: 18rpx 0 0 30%; } .aftersale .aftersale_item .aftersale_item_operate button { width: 130rpx; padding: 0; font-size: 24rpx; color: #FFFFFF; } .aftersale .aftersale_item .aftersale_item_operate .fault { background-color: #F78E01; } .aftersale .aftersale_item .aftersale_item_operate .imgs { background-color: #71CD9A; } .aftersale .aftersale_item .aftersale_item_operate .video { background-color: #53C6E6; } .aftersale .aftersale_item .aftersale_item_operate .none { background-color: #F3F3F3; color: #B4B4B4; } .aftersale .aftersale_item .aftersale_item_icon { position: absolute; top: 0; right: 36rpx; } .aftersale .aftersale_item .aftersale_item_icon image { width: 68rpx; height: 64rpx; } .model { width: 90%; } .model .model_box { width: 90%; margin: 20rpx auto 48rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }