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.
203 lines
4.6 KiB
203 lines
4.6 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.release.data-v-a2352ce0 {
|
|
width: 100%;
|
|
padding: 25rpx 25rpx 200rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.release-hd.data-v-a2352ce0 {
|
|
padding: 30rpx 40rpx;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.release-hd .b.data-v-a2352ce0 {
|
|
overflow: hidden;
|
|
font-size: 32rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.release-hd .a.data-v-a2352ce0 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: flex-start;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
}
|
|
.release-hd .a .money.data-v-a2352ce0 {
|
|
width: 35rpx;
|
|
height: 42rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.release-hd .a input.data-v-a2352ce0 {
|
|
font-size: 60rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.release-hd .a input.box.data-v-a2352ce0 {
|
|
font-size: 30rpx;
|
|
}
|
|
.release-hd .c.data-v-a2352ce0 {
|
|
padding: 20rpx 0 0;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 50rpx;
|
|
}
|
|
.release-hd .c text.data-v-a2352ce0 {
|
|
color: #2080F9;
|
|
}
|
|
.release-bd.data-v-a2352ce0 {
|
|
height: 110rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.release-bd .a.data-v-a2352ce0 {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
}
|
|
.release-bd picker.data-v-a2352ce0 {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
.release-bd picker .way.data-v-a2352ce0 {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
padding-right: 40rpx;
|
|
position: relative;
|
|
}
|
|
.release-bd picker .way.data-v-a2352ce0::after {
|
|
content: "";
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-left: 1px solid #999999;
|
|
border-top: 1px solid #999;
|
|
-webkit-transform: rotate(-135deg);
|
|
transform: rotate(-135deg);
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5rpx;
|
|
z-index: 2;
|
|
}
|
|
.release-bd picker .way1.data-v-a2352ce0 {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #212121;
|
|
padding-right: 40rpx;
|
|
position: relative;
|
|
}
|
|
.release-bd picker .way1.data-v-a2352ce0::after {
|
|
content: "";
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-left: 1px solid #999999;
|
|
border-top: 1px solid #999;
|
|
-webkit-transform: rotate(-135deg);
|
|
transform: rotate(-135deg);
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5rpx;
|
|
z-index: 2;
|
|
}
|
|
.release-fd.data-v-a2352ce0 {
|
|
width: 100%;
|
|
padding: 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #f6f6f6;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 10;
|
|
}
|
|
.release-fd .btn.data-v-a2352ce0 {
|
|
width: 320rpx;
|
|
height: 98rpx;
|
|
line-height: 98rpx;
|
|
background: linear-gradient(-90deg, #3399EA, #38BCFF);
|
|
border-radius: 98rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
.release-info.data-v-a2352ce0 {
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.release-info .items.data-v-a2352ce0 {
|
|
padding: 20rpx 0;
|
|
overflow: hidden;
|
|
}
|
|
.release-info .items .a.data-v-a2352ce0 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.release-info .items .b image.data-v-a2352ce0 {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
.release-info .item.data-v-a2352ce0 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0;
|
|
border-top: 1px solid #f6f6f6;
|
|
}
|
|
.release-info .item .a.data-v-a2352ce0 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
}
|
|
.release-info .item .b.data-v-a2352ce0 {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
}
|
|
.release-info .item .b input.data-v-a2352ce0 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
|