|
|
/**
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
*
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
*
|
|
|
*/
|
|
|
/**
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
*
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
|
/* 颜色变量 */
|
|
|
/* 行为相关颜色 */
|
|
|
/* 文字基本颜色 */
|
|
|
/* 背景颜色 */
|
|
|
/* 边框颜色 */
|
|
|
/* 尺寸变量 */
|
|
|
/* 文字尺寸 */
|
|
|
/* 图片尺寸 */
|
|
|
/* Border Radius */
|
|
|
/* 水平间距 */
|
|
|
/* 垂直间距 */
|
|
|
/* 透明度 */
|
|
|
/* 文章场景相关 */
|
|
|
.integral {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
background-color: #d7d7d7;
|
|
|
}
|
|
|
.integral .tops {
|
|
|
width: 100%;
|
|
|
height: 11%;
|
|
|
position: relative;
|
|
|
background-color: red;
|
|
|
}
|
|
|
.integral .header {
|
|
|
position: relative;
|
|
|
width: 96%;
|
|
|
height: 350rpx;
|
|
|
margin-left: 50%;
|
|
|
margin-top: 20rpx;
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
.integral .header .swiper {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.integral .header .swiper .swiper-item {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.integral .header .swiper .swiper-item .img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.integral .body-data {
|
|
|
position: relative;
|
|
|
width: 96%;
|
|
|
margin-left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.integral .body-data .datas {
|
|
|
position: relative;
|
|
|
width: 47%;
|
|
|
background-color: #ffffff;
|
|
|
margin-top: 25rpx;
|
|
|
}
|
|
|
.integral .body-data .datas .img {
|
|
|
width: 180rpx;
|
|
|
height: 180rpx;
|
|
|
margin-top: 30rpx;
|
|
|
position: relative;
|
|
|
margin-left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
border: 1rpx solid #666;
|
|
|
}
|
|
|
.integral .body-data .datas .title {
|
|
|
width: 100%;
|
|
|
height: 80rpx;
|
|
|
font-size: 30rpx;
|
|
|
text-align: center;
|
|
|
line-height: 80rpx;
|
|
|
}
|
|
|
.integral .body-data .datas .shopPrice {
|
|
|
width: 60%;
|
|
|
height: 60rpx;
|
|
|
font-size: 26rpx;
|
|
|
margin-left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
text-align: center;
|
|
|
line-height: 40rpx;
|
|
|
}
|
|
|
.integral .body-data .datas .add {
|
|
|
width: 60rpx;
|
|
|
height: 60rpx;
|
|
|
position: absolute;
|
|
|
bottom: 10rpx;
|
|
|
right: 10rpx;
|
|
|
}
|
|
|
.integral .ding {
|
|
|
width: 100%;
|
|
|
height: 200rpx;
|
|
|
}
|
|
|
.crty {
|
|
|
position: fixed;
|
|
|
bottom: 40rpx;
|
|
|
width: 90%;
|
|
|
height: 90rpx;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
border-radius: 50rpx;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
z-index: 10;
|
|
|
}
|
|
|
.crty .crty-left {
|
|
|
width: 76%;
|
|
|
height: 90rpx;
|
|
|
border-radius: 50rpx 0rpx 0rpx 50rpx;
|
|
|
display: flex;
|
|
|
}
|
|
|
.crty .crty-left .crtyimg {
|
|
|
width: 30%;
|
|
|
height: 90rpx;
|
|
|
border-radius: 50rpx 0rpx 0rpx 50rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.crty .crty-left .crtyimg .crtyimage {
|
|
|
position: absolute;
|
|
|
width: 50%;
|
|
|
height: 70rpx;
|
|
|
top: 50%;
|
|
|
right: 20rpx;
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
.crty .crty-left .crtyimg .icons {
|
|
|
width: 40rpx;
|
|
|
height: 40rpx;
|
|
|
background-color: red;
|
|
|
text-align: center;
|
|
|
line-height: 40rpx;
|
|
|
border-radius: 50%;
|
|
|
color: white;
|
|
|
font-size: 22rpx;
|
|
|
position: absolute;
|
|
|
top: 5rpx;
|
|
|
left: 115rpx;
|
|
|
}
|
|
|
.crty .crty-left .c-money {
|
|
|
width: 67%;
|
|
|
height: 90rpx;
|
|
|
line-height: 90rpx;
|
|
|
font-size: 28rpx;
|
|
|
margin-left: 3%;
|
|
|
color: red;
|
|
|
}
|
|
|
.crty .crty-right {
|
|
|
width: 30%;
|
|
|
height: 90rpx;
|
|
|
background-color: red;
|
|
|
border-radius: 0rpx 50rpx 50rpx 0rpx;
|
|
|
text-align: center;
|
|
|
line-height: 90rpx;
|
|
|
color: white;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
.popup {
|
|
|
position: fixed;
|
|
|
bottom: 0rpx;
|
|
|
width: 100%;
|
|
|
height: 60%;
|
|
|
background-color: #d7d7d7;
|
|
|
}
|
|
|
.popup .limit {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.popup .limit .listr {
|
|
|
width: 100%;
|
|
|
height: 200rpx;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
border-top: 1rpx solid #ccc;
|
|
|
}
|
|
|
.popup .limit .listr .r-left {
|
|
|
width: 130rpx;
|
|
|
height: 130rpx;
|
|
|
margin-top: 10rpx;
|
|
|
margin-left: 40rpx;
|
|
|
}
|
|
|
.popup .limit .listr .r-left .r-img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.popup .limit .listr .r-right {
|
|
|
width: 70%;
|
|
|
height: 130rpx;
|
|
|
position: relative;
|
|
|
margin-left: 10rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex: 1;
|
|
|
}
|
|
|
.popup .limit .listr .r-right .r-title {
|
|
|
width: 60%;
|
|
|
position: relative;
|
|
|
text-align: left;
|
|
|
font-size: 28rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.popup .limit .listr .r-right .r-titles {
|
|
|
position: relative;
|
|
|
text-align: left;
|
|
|
font-size: 28rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.popup .limit .listr .updatas {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
height: 130rpx;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
.popup .limit .listr .updatas .jian {
|
|
|
width: 30rpx;
|
|
|
height: 30rpx;
|
|
|
background-color: red;
|
|
|
border-radius: 50%;
|
|
|
font-size: 28rpx;
|
|
|
color: white;
|
|
|
text-align: center;
|
|
|
line-height: 30rpx;
|
|
|
}
|
|
|
.popup .limit .listr .updatas .numbers {
|
|
|
width: 40rpx;
|
|
|
height: 30rpx;
|
|
|
font-size: 28rpx;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
line-height: 30rpx;
|
|
|
} |