You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
3.6 KiB
159 lines
3.6 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.buyOne.data-v-661a5460 {
|
|
width: 100%;
|
|
padding: 0 25rpx 280rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.buyOne-con.data-v-661a5460 {
|
|
margin-top: 20rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 30rpx;
|
|
}
|
|
.buyOne-con .name.data-v-661a5460 {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
padding-top: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.buyOne-con .name .r.data-v-661a5460 {
|
|
font-weight: normal;
|
|
width: 100rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.buyOne-con .name .r-on.data-v-661a5460 {
|
|
width: 100rpx;
|
|
padding: 0;
|
|
border-color: #EAEAEA;
|
|
background: #EAEAEA;
|
|
color: #222222;
|
|
}
|
|
.buyOne-con .a.data-v-661a5460 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #EAEAEA;
|
|
padding: 20rpx 0;
|
|
}
|
|
.buyOne-con .a .l.data-v-661a5460 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 40rpx;
|
|
}
|
|
.buyOne-con .a .l image.data-v-661a5460 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
.buyOne-con .a .r.data-v-661a5460 {
|
|
height: 40rpx;
|
|
width: 100rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.buyOne-con .a .r-on.data-v-661a5460 {
|
|
width: 100rpx;
|
|
padding: 0;
|
|
border-color: #EAEAEA;
|
|
background: #EAEAEA;
|
|
color: #222222;
|
|
}
|
|
.buyOne-con .b .li.data-v-661a5460 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0;
|
|
}
|
|
.buyOne-con .b .l.data-v-661a5460 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 40rpx;
|
|
}
|
|
.buyOne-con .b .l image.data-v-661a5460 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
.buyOne-con .b .r.data-v-661a5460 {
|
|
height: 40rpx;
|
|
width: 100rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.buyOne-con .b .r-on.data-v-661a5460 {
|
|
width: 100rpx;
|
|
padding: 0;
|
|
border-color: #EAEAEA;
|
|
background: #EAEAEA;
|
|
color: #222222;
|
|
}
|
|
.buyOne-bottom.data-v-661a5460 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
.buyOne-bottom image.data-v-661a5460 {
|
|
width: 151rpx;
|
|
height: 151rpx;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
|