137 lines
3.2 KiB
Plaintext
137 lines
3.2 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.claim-detail .collage-info {
|
||
width: 100%;
|
||
height: 143rpx;
|
||
}
|
||
.claim-detail .collage-info .collage-img {
|
||
left: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 156rpx;
|
||
}
|
||
.claim-detail .collage-info .collage-count {
|
||
right: 12rpx;
|
||
bottom: 30rpx;
|
||
}
|
||
.claim-detail .collage-info .collage-content {
|
||
top: 0;
|
||
width: 300rpx;
|
||
height: 140rpx;
|
||
}
|
||
.claim-detail .collage-info .collage-content .collage-num {
|
||
min-width: 76rpx;
|
||
height: 28rpx;
|
||
background: #FFFB00;
|
||
}
|
||
.claim-detail .price,
|
||
.claim-detail .icon-share {
|
||
font-size: 42rpx;
|
||
}
|
||
.claim-detail .collage-item .avatar {
|
||
width: 68rpx;
|
||
height: 68rpx;
|
||
}
|
||
.claim-detail .count-list .count-item {
|
||
width: 249rpx;
|
||
}
|
||
.claim-detail .count-list .count-item .ellipsis {
|
||
max-width: 220rpx;
|
||
}
|
||
.claim-detail .count-list .line {
|
||
width: 1rpx;
|
||
height: 58rpx;
|
||
background: #CCCCCC;
|
||
opacity: 0.4;
|
||
}
|
||
.claim-detail .map-info map {
|
||
width: 100%;
|
||
height: 450rpx;
|
||
}
|
||
.claim-detail .map-info .farmer-title {
|
||
z-index: 9;
|
||
left: 15rpx;
|
||
bottom: 10rpx;
|
||
height: 50rpx;
|
||
background: rgba(0, 0, 0, 0.5);
|
||
}
|
||
.claim-detail .map-info .farmer-title .iconfont {
|
||
font-size: 24rpx;
|
||
}
|
||
.claim-detail .order-count-info .count-item {
|
||
width: 33.33%;
|
||
}
|
||
.claim-detail .order-count-info .machine-item {
|
||
width: 50%;
|
||
}
|
||
.claim-detail .order-count-info .machine-item .num {
|
||
width: 50rpx;
|
||
}
|
||
.claim-detail .order-count-info .machine-item .text {
|
||
width: 150rpx;
|
||
padding-right: 10rpx;
|
||
}
|
||
.claim-detail .footer-btn {
|
||
bottom: 0;
|
||
}
|
||
.claim-detail .footer-btn .footer-item {
|
||
height: 114rpx;
|
||
}
|
||
.claim-detail .footer-btn .footer-item .iconfont {
|
||
font-size: 42rpx;
|
||
}
|
||
.claim-detail .footer-btn .order-btn {
|
||
width: 220rpx;
|
||
height: 78rpx;
|
||
-webkit-transform: rotateZ(360deg);
|
||
transform: rotateZ(360deg);
|
||
}
|
||
.claim-detail .footer-btn .order-btn.md {
|
||
width: 444rpx;
|
||
}
|
||
.claim-detail .show-collage-share {
|
||
width: 640rpx;
|
||
}
|
||
.claim-detail .show-collage-share .user-list .more-btn {
|
||
width: 92rpx;
|
||
height: 92rpx;
|
||
background: #F8F8F8;
|
||
border: 1px solid #DBDBDB;
|
||
}
|
||
.claim-detail .show-collage-share .user-list .more-btn .icon-add {
|
||
color: #D8D8D7;
|
||
}
|
||
.claim-detail .show-collage-share .share-btn {
|
||
width: 420rpx;
|
||
height: 94rpx;
|
||
color: #fff;
|
||
border-radius: 100rpx;
|
||
}
|
||
.claim-detail .show-collage-share .icon-close {
|
||
font-size: 80rpx;
|
||
}
|