weliam-smartcity智慧城市
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.
 
 
 
 

232 lines
5.8 KiB

page {
background-color: #f0f0f0;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.newBuyOrder.data-v-576c2fd7 {
height: 100vh;
}
.newBuyOrder .titleImgBox.data-v-576c2fd7 {
padding: 20rpx 40rpx 0rpx;
position: relative;
}
.newBuyOrder .titleImgBox .titleImg.data-v-576c2fd7 {
border-radius: 20rpx;
width: 90vw;
height: 180rpx;
}
.newBuyOrder .titleImgBox .usercontent.data-v-576c2fd7 {
width: 80%;
position: absolute;
padding: 50rpx 80rpx 0rpx;
top: 0;
left: 0;
font-weight: 700;
}
.newBuyOrder .titleImgBox .usercontent .imgs.data-v-576c2fd7 {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
border: 2rpx solid #FFFFFF;
margin-top: 15rpx;
}
.newBuyOrder .titleImgBox .usercontent .vipcar.data-v-576c2fd7 {
font-size: 24rpx;
padding: 2.5rpx 8rpx;
border: 2rpx solid #FAE3B6;
border-radius: 6rpx;
background: linear-gradient(to top, #FAE3B6, #DFCA98);
-webkit-background-clip: text;
font-weight: 700;
color: transparent;
}
.newBuyOrder .bigaobox.data-v-576c2fd7 {
position: absolute;
top: 14rpx;
}
.newBuyOrder .bigaobox .aobox.data-v-576c2fd7 {
height: 200rpx;
width: 50vw;
background: radial-gradient(120vw 184rpx at top right, transparent 100%, #F9F9F9 101%);
}
.newBuyOrder .bigaobox .aotobox.data-v-576c2fd7 {
height: 200rpx;
width: 50vw;
background: radial-gradient(120vw 184rpx at top left, transparent 100%, #F9F9F9 101%);
}
.newBuyOrder .inputclass.data-v-576c2fd7 {
font-size: 28rpx;
color: #CCCCCC;
font-weight: 400;
}
.newBuyOrder .pricebox.data-v-576c2fd7 {
background-color: #F9F9F9;
padding: 20rpx 30rpx 0rpx 30rpx;
}
.newBuyOrder .pricebox .oldprice.data-v-576c2fd7 {
padding: 0rpx 40rpx;
height: 120rpx;
line-height: 120rpx;
background-color: #FFFFFF;
position: relative;
}
.newBuyOrder .pricebox .oldprice .inputclass.data-v-576c2fd7 {
font-size: 28rpx;
color: #CCCCCC;
font-weight: 400;
}
.newBuyOrder .pricebox .oldprice .input.data-v-576c2fd7 {
font-size: 40rpx;
}
.newBuyOrder .pricebox .oldprice .input1.data-v-576c2fd7 {
font-size: 28rpx;
color: #CCCCCC;
}
.newBuyOrder .pricebox .oldprice .input2.data-v-576c2fd7 {
font-size: 40rpx;
}
.newBuyOrder .pricebox .oldprice .input.data-v-576c2fd7:after {
position: absolute;
content: '';
display: inline-block;
width: 2px;
height: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-animation: blink-data-v-576c2fd7 1.2s infinite steps(1, start);
animation: blink-data-v-576c2fd7 1.2s infinite steps(1, start);
}
@-webkit-keyframes blink-data-v-576c2fd7 {
0%,
100% {
background-color: #000;
}
50% {
background-color: transparent;
}
}
@keyframes blink-data-v-576c2fd7 {
0%,
100% {
background-color: #000;
}
50% {
background-color: transparent;
}
}
.newBuyOrder .pricebox .nodiscounts.data-v-576c2fd7 {
padding: 0rpx 0 0rpx 20rpx;
height: 80rpx;
line-height: 80rpx;
border-bottom: 2rpx solid #EEEEEE;
position: relative;
}
.newBuyOrder .pricebox .nodiscounts .inputclass.data-v-576c2fd7 {
font-size: 28rpx;
color: #CCCCCC;
font-weight: 400;
}
.newBuyOrder .pricebox .nodiscounts .inputs.data-v-576c2fd7 {
text-align: right;
}
.newBuyOrder .pricebox .nodiscounts .rmbbix.data-v-576c2fd7 {
padding-right: 20rpx;
padding-left: 20rpx;
}
.newBuyOrder .pricebox .nodiscounts .uinput.data-v-576c2fd7 {
font-size: 40rpx;
}
.newBuyOrder .pricebox .nodiscounts .uinput1.data-v-576c2fd7 {
font-size: 28rpx;
color: #CCCCCC;
}
.newBuyOrder .pricebox .nodiscounts .uinput2.data-v-576c2fd7 {
font-size: 40rpx;
}
.newBuyOrder .pricebox .nodiscounts .uinput.data-v-576c2fd7:after {
position: absolute;
content: '';
display: inline-block;
width: 2px;
height: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-animation: blink-data-v-576c2fd7 1.2s infinite steps(1, start);
animation: blink-data-v-576c2fd7 1.2s infinite steps(1, start);
}
@keyframes blink-data-v-576c2fd7 {
0%,
100% {
background-color: #000;
}
50% {
background-color: transparent;
}
}
.newBuyOrder .bottombox.data-v-576c2fd7 {
padding: 10rpx 20rpx 10rpx 35rpx;
background-color: #F9F9F9;
}
.newBuyOrder .bottombox .checked.data-v-576c2fd7 {
color: #FF4444;
padding-bottom: 5rpx;
font-size: 24rpx;
border: 1px solid #CCCCCC;
border-radius: 5rpx;
height: 20rpx;
line-height: 20rpx;
margin-right: 10rpx;
margin-top: 5rpx;
}
.newBuyOrder .bottombox .nochecked.data-v-576c2fd7 {
color: #FF4444;
padding-bottom: 5rpx;
font-size: 24rpx;
width: 26.5rpx;
height: 30rpx;
border: 1px solid #CCCCCC;
border-radius: 5rpx;
height: 20rpx;
line-height: 20rpx;
margin-right: 10rpx;
margin-top: 5rpx;
}
.newBuyOrder .bottombox .ischeck.data-v-576c2fd7 {
overflow: hidden;
}
.newBuyOrder .pops.data-v-576c2fd7 {
width: 80vw;
height: 25vh;
padding: 30rpx 30rpx 0rpx 30rpx;
border-radius: 15rpx;
text-align: center;
}