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.
 
 
 
 

134 lines
3.5 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.lotteryCode.data-v-bd0de326 {
padding-bottom: 120rpx;
}
.lotteryCode .vtbs.data-v-bd0de326 {
background-color: #ffffff;
}
.lotteryCode .listBox.data-v-bd0de326 {
margin: 30rpx;
}
.lotteryCode .listBox .codeItem.data-v-bd0de326 {
padding: 20rpx;
border-radius: 20rpx;
margin-bottom: 20rpx;
background-color: #ffffff;
}
.lotteryCode .listBox .codeItem .codeDetail.data-v-bd0de326 {
display: flex;
}
.lotteryCode .listBox .codeItem .codeDetail .codenum.data-v-bd0de326 {
width: 136rpx;
height: 56rpx;
font-size: 24rpx;
line-height: 56rpx;
text-align: center;
color: #AB815D;
margin-top: 30rpx;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.lotteryCode .listBox .codeItem .codeDetail .codename.data-v-bd0de326 {
width: 480rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.lotteryCode .listBox .codeItem .codeDetail .codeState.data-v-bd0de326 {
font-size: 28rpx;
color: #ff4444;
}
.lotteryCode .listBox .codeItem .codeDetail .codeState image.data-v-bd0de326 {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
}
.lotteryCode .listBox .codeItem .codeDetail .codeState .stateText.data-v-bd0de326 {
margin-bottom: 40rpx;
}
.lotteryCode .listBox .codeItem .codeDetail .buyingBtn.data-v-bd0de326 {
width: 70rpx;
height: 34rpx;
line-height: 34rpx;
background-color: #eeeeee;
text-align: center;
color: #999999;
font-size: 20rpx;
border-radius: 10rpx;
float: right;
margin-top: 15rpx;
}
.lotteryCode .listBox .codeItem .receiveAward.data-v-bd0de326 {
margin-top: 20rpx;
border-top: 1rpx solid #eeeeee;
padding-top: 20rpx;
display: flex;
}
.lotteryCode .listBox .codeItem .receiveAward image.data-v-bd0de326 {
width: 60rpx;
height: 60rpx;
margin-right: 20rpx;
}
.lotteryCode .listBox .codeItem .receiveAward .prize.data-v-bd0de326 {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
font-size: 28rpx;
line-height: 56rpx;
}
.lotteryCode .listBox .codeItem .receiveAward .getBtn.data-v-bd0de326 {
width: 120rpx;
height: 50rpx;
line-height: 50rpx;
background-color: #ff4444;
color: #ffffff;
text-align: center;
font-size: 24rpx;
border-radius: 10rpx;
}
.lotteryCode .listBox .codeItem .receiveAward .onGetBtn.data-v-bd0de326 {
width: 120rpx;
height: 50rpx;
line-height: 50rpx;
background-color: #eeeeee;
color: #999999;
text-align: center;
font-size: 24rpx;
border-radius: 10rpx;
}
page{
background-color: #f8f8f8;
}