164 lines
4.5 KiB
Plaintext
164 lines
4.5 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.btnBox.data-v-cae34dae {
|
||
margin-top: 20rpx;
|
||
}
|
||
.tanchu.data-v-cae34dae {
|
||
padding: 40rpx 30rpx 40rpx 30rpx;
|
||
position: relative;
|
||
}
|
||
.tanchu .dp_title.data-v-cae34dae {
|
||
font-size: 32rpx;
|
||
margin-bottom: 50rpx;
|
||
color: #555;
|
||
text-align: center;
|
||
font-weight: bold;
|
||
}
|
||
.tanchu .dp_add.data-v-cae34dae {
|
||
position: absolute;
|
||
top: 40rpx;
|
||
right: 30rpx;
|
||
font-size: 22rpx;
|
||
background-color: #fd6004;
|
||
color: #fff;
|
||
border-radius: 10rpx;
|
||
padding: 5rpx 10rpx;
|
||
}
|
||
.tanchu .dp_add .u-icon.data-v-cae34dae {
|
||
display: inline-block;
|
||
margin-right: 5rpx;
|
||
}
|
||
.tanchu .addressItem.data-v-cae34dae {
|
||
border: 2px dashed #d9d9d9;
|
||
border-radius: 10rpx;
|
||
width: 100%;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
padding: 20rpx 10rpx;
|
||
margin: 25rpx 0 0 0;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
background-color: #fff;
|
||
}
|
||
.tanchu .addressItem .addrContent.data-v-cae34dae {
|
||
margin-left: 40rpx;
|
||
-webkit-box-flex: 1;
|
||
-webkit-flex: 1;
|
||
flex: 1;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentTop.data-v-cae34dae {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: end;
|
||
-webkit-align-items: flex-end;
|
||
align-items: flex-end;
|
||
margin: 0 0 15rpx 0;
|
||
position: relative;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentTop .userName.data-v-cae34dae {
|
||
font-size: 35rpx;
|
||
font-weight: bold;
|
||
margin-right: 30rpx;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentTop .userTel.data-v-cae34dae {
|
||
font-size: 25rpx;
|
||
color: #888;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentTop .userMoren.data-v-cae34dae {
|
||
border: 1px solid #fd6004;
|
||
color: #fd6004;
|
||
padding: 3rpx 10rpx;
|
||
font-size: 22rpx;
|
||
border-radius: 10rpx;
|
||
margin: 0 0 0 20rpx;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentTop .chooseCheck.data-v-cae34dae {
|
||
position: absolute;
|
||
top: 3rpx;
|
||
right: 6rpx;
|
||
}
|
||
.tanchu .addressItem .addrContent .addrContentBottom.data-v-cae34dae {
|
||
font-size: 32rpx;
|
||
}
|
||
.tanchu .addressItem.addItem_style.data-v-cae34dae {
|
||
border-color: #fd6004;
|
||
}
|
||
.tanchu .youhuiItem.data-v-cae34dae {
|
||
position: relative;
|
||
background: -webkit-linear-gradient(bottom left, #fff, #fef2f4);
|
||
background: linear-gradient(to top right, #fff, #fef2f4);
|
||
border: 1px solid #d9d9d9;
|
||
border-radius: 10rpx;
|
||
width: 100%;
|
||
padding: 50rpx 20rpx 20rpx;
|
||
margin: 25rpx 0 0 0;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
background-color: #fff;
|
||
font-size: 30rpx;
|
||
}
|
||
.tanchu .disableSelect.data-v-cae34dae {
|
||
background: -webkit-linear-gradient(bottom left, #fafafa, #fafafa) !important;
|
||
background: linear-gradient(to top right, #fafafa, #fafafa) !important;
|
||
color: #979797 !important;
|
||
}
|
||
.tanchu .disableSelect .couponPrice.data-v-cae34dae {
|
||
color: #979797 !important;
|
||
}
|
||
.tanchu .disableSelect .useLevel.data-v-cae34dae {
|
||
color: #979797 !important;
|
||
}
|
||
.tanchu .disableSelect .border_radius_10.data-v-cae34dae {
|
||
color: #98989a !important;
|
||
background-color: #fafafa !important;
|
||
}
|
||
.tanchu .youhuiItem > view.data-v-cae34dae {
|
||
float: left;
|
||
}
|
||
.tanchu .youhuiItem.youItem_style.data-v-cae34dae {
|
||
border-color: #fd6004;
|
||
}
|
||
.data-v-cae34dae .u-cell__body {
|
||
padding-top: 0 !important;
|
||
padding-bottom: 0 !important;
|
||
z-index: 10 !important;
|
||
}
|
||
.data-v-cae34dae .u-cell__body .u-cell__title-text {
|
||
color: #333 !important;
|
||
font-size: 24rpx !important;
|
||
padding-left: 0 !important;
|
||
}
|
||
.data-v-cae34dae .u-collapse-item__content__text {
|
||
padding: 10rpx 20rpx !important;
|
||
box-sizing: border-box;
|
||
}
|
||
|