385 lines
7.0 KiB
Plaintext
385 lines
7.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.page-body {
|
||
padding: 40rpx;
|
||
}
|
||
.page-body button {
|
||
margin: 20rpx 20rpx;
|
||
}
|
||
.page-body .m-panel-sp-icon {
|
||
position: absolute;
|
||
right: 20rpx;
|
||
top: 10rpx;
|
||
}
|
||
.fix-titlenview-trans {
|
||
background: #f5f6f7;
|
||
}
|
||
.m-banner-ad {
|
||
width: 100%;
|
||
height: 640rpx;
|
||
background: rgba(0, 0, 0, 0);
|
||
opacity: 1;
|
||
position: relative;
|
||
}
|
||
.m-banner-ad swiper {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.slide-image {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.m-activity-info {
|
||
background: #ffffff;
|
||
opacity: 1;
|
||
padding: 20rpx 24rpx;
|
||
}
|
||
.m-panel {
|
||
margin-top: 0;
|
||
}
|
||
.m-activity-title {
|
||
font-size: 30rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
line-height: 42rpx;
|
||
color: #002951;
|
||
opacity: 1;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.m-activity-tips {
|
||
font-size: 20rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
line-height: 28px;
|
||
color: #002951;
|
||
opacity: 0.6;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.m-activity-price {
|
||
font-size: 34rpx;
|
||
font-family: Arial;
|
||
font-weight: 400;
|
||
line-height: 34rpx;
|
||
color: #ff4142;
|
||
opacity: 1;
|
||
margin-top: 12rpx;
|
||
display: flex;
|
||
flex-direction: row;
|
||
flex-wrap: nowrap;
|
||
justify-content: space-between;
|
||
}
|
||
.product-l {
|
||
height: 434rpx;
|
||
background: #ffffff;
|
||
opacity: 1;
|
||
border-radius: 8rpx;
|
||
margin: 20rpx;
|
||
overflow: hidden;
|
||
border-radius: 10rpx;
|
||
}
|
||
.scroll-Y {
|
||
height: 300rpx;
|
||
}
|
||
.scroll-view_H {
|
||
white-space: nowrap;
|
||
width: 100%;
|
||
height: 344rpx;
|
||
}
|
||
.scroll-view-item {
|
||
height: 300rpx;
|
||
line-height: 300rpx;
|
||
text-align: center;
|
||
font-size: 36rpx;
|
||
}
|
||
.scroll-view-item_H {
|
||
display: inline-block;
|
||
width: 240rpx;
|
||
height: 344rpx;
|
||
background: #ffffff;
|
||
opacity: 1;
|
||
border-radius: 16rpx;
|
||
margin-right: 24rpx;
|
||
}
|
||
.m-cell {
|
||
padding: 20rpx 20rpx;
|
||
}
|
||
.m-cell-primary {
|
||
font-size: 26rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: bold;
|
||
line-height: 36rpx;
|
||
color: #af6419;
|
||
opacity: 1;
|
||
}
|
||
.m-cell-access .m-cell-ft:after {
|
||
border-color: #af6419;
|
||
}
|
||
.ft-title {
|
||
font-size: 22rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
line-height: 32rpx;
|
||
color: #af6419;
|
||
opacity: 1;
|
||
margin-right: 10rpx;
|
||
}
|
||
.product-l-img {
|
||
width: 240rpx;
|
||
height: 240rpx;
|
||
background: rgba(0, 0, 0, 0);
|
||
opacity: 1;
|
||
border-radius: 16rpx 16rpx 0rpx 0rpx;
|
||
}
|
||
.product-l-price {
|
||
width: 208rpx;
|
||
height: 88rpx;
|
||
background: white;
|
||
padding: 8rpx 16rpx;
|
||
}
|
||
.product-l-price .product_name {
|
||
font-size: 20rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
line-height: 28rpx;
|
||
color: #002951;
|
||
opacity: 1;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.product-l-price .m-project-tips {
|
||
height: 18rpx;
|
||
font-size: 12px;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
line-height: 18rpx;
|
||
color: #002951;
|
||
opacity: 0.6;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
margin: 4rpx 0rpx;
|
||
}
|
||
.product-l-price .price-new {
|
||
font-size: 12px;
|
||
font-family: Arial;
|
||
font-weight: 400;
|
||
line-height: 34rpx;
|
||
color: #ff4142;
|
||
opacity: 1;
|
||
padding: 5px 0;
|
||
}
|
||
.scroll-view_H {
|
||
white-space: nowrap;
|
||
width: 100%;
|
||
margin-left: 24rpx;
|
||
}
|
||
.scroll-view-item {
|
||
height: 300rpx;
|
||
line-height: 300rpx;
|
||
text-align: center;
|
||
font-size: 36rpx;
|
||
}
|
||
.scroll-view-item_H {
|
||
display: inline-block;
|
||
/* height: 260rpx; */
|
||
font-size: 36rpx;
|
||
}
|
||
.m-info-sp {
|
||
width: 710rpx;
|
||
height: 48rpx;
|
||
background: #f5f6f7;
|
||
opacity: 1;
|
||
border-radius: 8rpx;
|
||
padding: 0;
|
||
}
|
||
.u-cart-num {
|
||
margin-top: 0rpx;
|
||
line-height: 48rpx;
|
||
width: 56px;
|
||
height: 18px;
|
||
background: #ffffff;
|
||
border: 1px solid #f5f6f7;
|
||
opacity: 1;
|
||
border-radius: 2px;
|
||
}
|
||
.u-num-btn {
|
||
background: #ffffff;
|
||
opacity: 1;
|
||
border-radius: 4rpx;
|
||
width: 22rpx;
|
||
height: 30rpx;
|
||
line-height: 1;
|
||
border: 1px solid #f5f6f7;
|
||
}
|
||
.m-footer-btn-main {
|
||
width: 100%;
|
||
height: 92rpx;
|
||
background: #db384c;
|
||
opacity: 1;
|
||
line-height: 92rpx;
|
||
font-size: 30rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: 400;
|
||
color: #ffffff;
|
||
opacity: 1;
|
||
}
|
||
.m-footer-btn-item {
|
||
width: 92rpx;
|
||
height: 92rpx;
|
||
}
|
||
/*底部按钮 start*/
|
||
.m-footer-btn {
|
||
height: 92rpx;
|
||
width: 100%;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
background-color: #fff;
|
||
text-align: center;
|
||
z-index: 3;
|
||
}
|
||
.m-footer-btn-list {
|
||
width: 50%;
|
||
height: 100%;
|
||
position: relative;
|
||
float: left;
|
||
display: flex;
|
||
}
|
||
.m-footer-btn-list::before {
|
||
content: " ";
|
||
position: absolute;
|
||
left: 0;
|
||
top: -2rpx;
|
||
right: 0;
|
||
height: 2rpx;
|
||
border-bottom: 2rpx solid #d5d5d5;
|
||
color: #cccccc;
|
||
-webkit-transform-origin: 0 100%;
|
||
transform-origin: 0 100%;
|
||
-webkit-transform: scaleY(0.5);
|
||
transform: scaleY(0.5);
|
||
z-index: 3;
|
||
}
|
||
.m-footer-btn-item {
|
||
position: relative;
|
||
float: left;
|
||
width: 33.3333333333333%;
|
||
font-size: 24rpx;
|
||
color: #888;
|
||
line-height: 40rpx;
|
||
padding: 15rpx 0;
|
||
border-right: 1rpx solid #d5d5d5;
|
||
box-sizing: border-box;
|
||
}
|
||
.m-footer-btn-item::last-child {
|
||
border: none;
|
||
}
|
||
.m-footer-btn-icon {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
margin: 0 auto;
|
||
position: relative;
|
||
}
|
||
.m-footer-btn-item image {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
}
|
||
.m-footer-btn-item contact-button {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
left: 0;
|
||
top: 0;
|
||
opacity: 0;
|
||
}
|
||
.m-footer-desable {
|
||
-webkit-filter: grayscale(1);
|
||
filter: grayscale(1);
|
||
}
|
||
.u-go-home1 {
|
||
height: 100%;
|
||
}
|
||
.video {
|
||
position: absolute;
|
||
bottom: 40rpx;
|
||
left: 44%;
|
||
}
|
||
.m-tab {
|
||
margin-top: 6rpx;
|
||
}
|
||
.m-navbar-item.m-navbar-item-on {
|
||
background-color: #ffffff;
|
||
text-align: center;
|
||
}
|
||
.old-price {
|
||
color: #888;
|
||
margin-left: 5px;
|
||
text-decoration: line-through;
|
||
font-size: 13px;
|
||
}
|
||
/* share */
|
||
.textarea-wrp {
|
||
padding: 0 20rpx;
|
||
}
|
||
.page-section {
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.textarea {
|
||
border: 2rpx solid #d8d8d8;
|
||
padding: 10rpx;
|
||
height: 90rpx;
|
||
width: 690rpx;
|
||
}
|
||
.uni-input {
|
||
border: 2rpx solid #d8d8d8;
|
||
padding: 0 10rpx;
|
||
width: 690rpx;
|
||
}
|
||
.m-detail {
|
||
margin: 20rpx;
|
||
background: #f5f6f7;
|
||
border-radius: 20rpx;
|
||
}
|
||
.m-panel:before {
|
||
border-top: 0px solid #e5e5e5;
|
||
}
|
||
.u-cart-num uni-input {
|
||
width: 48rpx;
|
||
height: 36rpx;
|
||
font-size: 26rpx;
|
||
}
|
||
.m-RichText {
|
||
background: #fff;
|
||
padding: 0 10px 10px;
|
||
}
|
||
|