123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .log_detail.data-v-19ee88e6 {
- width: 100%;
- min-height: 100%;
- background: #fff;
- padding-bottom: 120rpx;
- }
- .log_detail .info.data-v-19ee88e6 {
- width: 100%;
- height: 194rpx;
- position: relative;
- }
- .log_detail .info image.data-v-19ee88e6 {
- width: 100%;
- height: 100%;
- }
- .log_detail .info > view.data-v-19ee88e6 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 194rpx;
- }
- .log_detail .info > view .info_con.data-v-19ee88e6 {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- width: 690rpx;
- margin: 0 auto;
- height: 194rpx;
- }
- .log_detail .info > view .info_con image.data-v-19ee88e6 {
- width: 138rpx;
- height: 138rpx;
- border-radius: 8rpx;
- }
- .log_detail .info > view .info_con .count.data-v-19ee88e6 {
- width: 138rpx;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- background-color: rgba(0, 0, 0, 0.7);
- color: #fff;
- text-align: center;
- position: absolute;
- bottom: 0;
- left: 0;
- border-radius: 0 0 8rpx 8rpx;
- }
- .log_detail .info > view .info_log.data-v-19ee88e6 {
- width: 100%;
- margin-left: 30rpx;
- }
- .log_detail .info > view .info_log view.data-v-19ee88e6,
- .log_detail .info > view .info_log text.data-v-19ee88e6 {
- color: #fff;
- font-size: 28rpx;
- }
- .log_detail .info > view .info_log view.data-v-19ee88e6 {
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 15rpx;
- }
- .log_detail .info > view .info_log .copy.data-v-19ee88e6 {
- display: inline-block;
- width: 94rpx;
- text-align: center;
- height: 42rpx;
- border: 1rpx solid #fff;
- color: #fff;
- border-radius: 24rpx;
- margin-left: 15rpx;
- }
- .log_detail .info > view .info_log .edit_log.data-v-19ee88e6 {
- width: 168rpx;
- height: 64rpx;
- background: #fce904;
- font-size: 28rpx;
- color: #fb231f;
- border-radius: 32rpx;
- font-weight: normal;
- }
- .log_detail .step.data-v-19ee88e6 {
- width: 100%;
- height: 190rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #e9e9e9;
- padding: 30rpx 0;
- }
- .log_detail .step .address.data-v-19ee88e6 {
- width: 634rpx;
- margin: 0 auto;
- }
- .log_detail .step .step_con.data-v-19ee88e6 {
- width: 690rpx;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: flex-end;
- }
- .log_detail .step .step_con image.data-v-19ee88e6 {
- width: 130rpx;
- height: 60rpx;
- }
- .log_detail .step .step_con view.data-v-19ee88e6 {
- font-size: 24rpx;
- color: #999;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .log_detail .step .step_con .active.data-v-19ee88e6 {
- position: relative;
- }
- .log_detail .step .step_con .active view.data-v-19ee88e6 {
- position: absolute;
- top: 6rpx;
- left: 33rpx;
- color: #fff;
- }
- .log_detail .step .step_con text.data-v-19ee88e6 {
- font-size: 28rpx;
- }
- .log_detail .step .step_con .circle.data-v-19ee88e6 {
- width: 20rpx;
- height: 20rpx;
- background: #e9e9e9;
- border-radius: 50%;
- margin: 12rpx 0;
- }
- .log_detail .step .step_con .circle_active.data-v-19ee88e6 {
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- }
- .log_detail .step .step_con .line.data-v-19ee88e6 {
- width: 200rpx;
- height: 4rpx;
- margin-bottom: 19rpx;
- background-color: #e9e9e9;
- }
- .log_detail .log_con.data-v-19ee88e6 {
- width: 690rpx;
- margin: 50rpx auto 100rpx;
- }
- .log_detail .log_con > view.data-v-19ee88e6 {
- margin-bottom: 30rpx;
- }
- .log_detail .log_con > view:last-child .col_line.data-v-19ee88e6 {
- display: none;
- }
- .log_detail .log_con > view:not(:first-child) .log_info.data-v-19ee88e6 {
- color: #999;
- }
- .log_detail .log_con .time.data-v-19ee88e6 {
- width: 164rpx;
- flex-shrink: 0;
- margin-right: 24rpx;
- }
- .log_detail .log_con .time view.data-v-19ee88e6 {
- font-size: 28rpx;
- font-weight: bold;
- margin-bottom: 5rpx;
- }
- .log_detail .log_con .time text.data-v-19ee88e6 {
- font-size: 28rpx;
- color: #999;
- }
- .log_detail .log_con .log_info.data-v-19ee88e6 {
- font-size: 28rpx;
- width: 90%;
- }
- .log_detail .log_con .col_line.data-v-19ee88e6 {
- width: 2rpx;
- height: 50rpx;
- background-color: #e9e9e9;
- margin-left: 72rpx;
- }
- .log_detail .source.data-v-19ee88e6 {
- width: 100%;
- text-align: center;
- font-size: 28rpx;
- color: #999;
- padding: 50rpx 0;
- }
|