|
.uni-mask {
|
position: fixed;
|
z-index: 998;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
left: 0;
|
background-color: rgba(0, 0, 0, .3);
|
}
|
.uni-popup {
|
position: fixed;
|
z-index: 999;
|
}
|
.uni-popup-middle {
|
display: flex;
|
flex-direction: column;
|
align-items: flex-start;
|
width: 600rpx;
|
/* height:800upx; */
|
border-radius: 10rpx;
|
top: 50%;
|
left: 50%;
|
-webkit-transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
justify-content: flex-start;
|
padding: 30rpx;
|
overflow: auto;
|
}
|
.popup-head{ width: 100%; padding-bottom: 40rpx; box-sizing: border-box; font-size: 30rpx; font-weight: bold;}
|
.uni-popup-top {
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100rpx;
|
line-height: 100rpx;
|
text-align: center;
|
}
|
.uni-popup-bottom {
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
text-align: center;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
page {
|
background-color: #F2F2F2;
|
}
|
.f-d-c {
|
flex-direction: column;
|
}
|
.wrap {
|
padding-bottom: 110rpx;
|
}
|
.d-f-c {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
overflow: hidden;
|
padding: 30rpx 0;
|
margin: 0 30rpx;
|
font-size: 24rpx;
|
border-bottom: 1rpx solid #EEEEEE;
|
}
|
.dfjac {
|
display: flex;
|
align-items: center;
|
}
|
.d-txar {
|
white-space: nowrap;
|
width: 200px;
|
margin-right: 34rpx;
|
}
|
.extp {
|
color: #9e9e9e;
|
margin-left: 34rpx;
|
}
|
.vender .list .item {
|
border-bottom: none;
|
}
|
.icon-jiantou {
|
margin-left: 15rpx;
|
}
|
.icon-dianpu1 {
|
margin-right: 15rpx;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.sup_itemtit {
|
padding: 40rpx 30rpx;
|
display: flex;
|
align-items: center;
|
}
|
.vender .total-box {
|
height: 87rpx;
|
line-height: 87rpx;
|
border-bottom: 16rpx solid #f2f2f2;
|
}
|
.d-f {
|
display: flex;
|
}
|
.zt {
|
padding: 2rpx 10rpx;
|
margin-right: 10rpx;
|
border-radius: 8rpx;
|
font-size: 22rpx;
|
}
|
.icon-box .icon-zhifubao {
|
color: #1296db;
|
font-size: 50rpx;
|
}
|
.text_area {
|
width: 100%;
|
height: 120rpx;
|
background: #f2f2f2;
|
border-radius: 6rpx;
|
padding: 20rpx;
|
box-sizing: border-box;
|
font-size: 24rpx;
|
}
|
.icon-xuanze {
|
font-size: 38rpx;
|
}
|
.buy-checkout .item {
|
padding: 30rpx 0;
|
margin: 0 30rpx;
|
}
|