1 Star 0 Fork 3

唐唐/大转盘抽奖

forked from yongchao71/大转盘抽奖 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
public.wxss 4.31 KB
一键复制 编辑 原始数据 按行查看 历史
yongchao71 提交于 2018-09-19 18:01 . add project code
/* 公共样式 - 主题颜色 */
.mk_cm-cl{color: #9083ed;}
.mk_color{ color: #9083ed}
.mk_bgcolor{ background-color: #9083ed }
.mk_bottom{ border-bottom: 6rpx solid #9083ed;}
.mk_list-content-status { border:1rpx solid #9083ed;color: #9083ed }
.mk_border-color{ border: 1rpx solid #9083ed;}
.mk_case-sele{
background-color: #9083ed !important;
color: #ffffff !important;
}
.mk_active{
background-color:#9083ed !important;
color:#ffffff !important;
}
.mk_ca-current{
background-color: #ffffff;
border-right:none;
border-left: 8rpx solid #9083ed !important;
color: #9083ed !important;
}
.mk_case-sele {
background-color: #9083ed !important;
color: #fff;
}
.mk_com-btn-txt{
border-radius: 20px;
background-color: #9083ed;
color: #ffffff !important;
width: 450rpx;
height: 80rpx;
line-height: 80rpx;
position: relative;
}
.mk_his-btn{
float:right;
font-size: 26rpx;
padding:12rpx;
color:#9083ed;
border-radius: 5rpx;
border: 1rpx solid #9083ed;
}
.mk_r-cm{
width: 25rpx;
height: 25rpx;
background: #9083ed;
border-radius: 50%;
position: absolute;
}
.mk_ver-com{
width: 18rpx;
height: 80rpx;
position: absolute;
background: #c4bfff;
border-radius: 20rpx;
top: -25rpx;
border: 1rpx solid #eeeeee;
}
.mk_cge-col{
color: #9083ed !important;
}
.mk_cge-col::after{
content: " ";
position: absolute;
width: 40rpx;
height: 8rpx;
background: #9083ed !important;
bottom: 0;
left:50%;
margin-left: -20rpx;
border-radius: 4rpx;
}
.mk_cge-col{
color: #9083ed;
}
.mk_cge-col::after{
content: " ";
position: absolute;
width: 40rpx;
height: 8rpx;
background: #9083ed;
bottom: 0;
left:50%;
margin-left: -20rpx;
border-radius: 4rpx;
}
.mk_chat-tip-i{
border-color: transparent transparent transparent #9083ed;
border-style: solid;
border-width: 7px;
position: absolute;
top: 28rpx;
right: -24rpx;
}
.mk_bom-btn{
background: #9083ed;
color: #ffffff;
position: absolute;
bottom: 0;
padding: 20rpx 0 !important;
}
.mk_i-color{
border-color: transparent #9083ed transparent transparent ;
}
.mk_selected{
color: #ffffff;
background: #9083ed;
}
/* ****************************************************** */
/* 医美 */
.yy_cm-cl{color: #1BC3B8;}
.yy_color{ color: #1BC3B8 }
.yy_bgcolor{ background-color: #1BC3B8 }
.yy_bottom{ border-bottom: 6rpx solid #1BC3B8;}
.yy_list-content-status { border:1rpx solid #1BC3B8;color: #1BC3B8 }
.yy_border-color{ border: 1rpx solid #1BC3B8;}
.yy_case-sele{
background-color: #1BC3B8 !important;
color: #ffffff !important;
}
.yy_active{
background-color:#1BC3B8 !important;
color:#ffffff !important;
}
.yy_ca-current{
background-color: #ffffff;
border-right:none;
border-left: 8rpx solid #1BC3B8 !important;
color: #1BC3B8 !important;
}
.yy_case-sele {
background-color: #1BC3B8 !important;
color: #fff;
}
.yy_com-btn-txt{
border-radius: 20px;
background-color: #1BC3B8;
color: #ffffff !important;
width: 450rpx;
height: 80rpx;
line-height: 80rpx;
position: relative;
}
.yy_his-btn{
float:right;
font-size: 26rpx;
padding:12rpx;
color:#1BC3B8;
border-radius: 5rpx;
border: 1rpx solid #1BC3B8;
}
.yy_r-cm{
width: 25rpx;
height: 25rpx;
background: #1BC3B8;
border-radius: 50%;
position: absolute;
}
.yy_ver-com{
width: 18rpx;
height: 80rpx;
position: absolute;
background: #1BC3B8 ;
border-radius: 20rpx;
top: -25rpx;
border: 1rpx solid #eeeeee;
}
.yy_cge-col{
color: #1BC3B8 !important;
}
.yy_cge-col::after{
content: " ";
position: absolute;
width: 40rpx;
height: 8rpx;
background: #1BC3B8 !important;
bottom: 0;
left:50%;
margin-left: -20rpx;
border-radius: 4rpx;
}
.yy_cge-col{
color: #1BC3B8;
}
.yy_cge-col::after{
content: " ";
position: absolute;
width: 40rpx;
height: 8rpx;
background: #1BC3B8;
bottom: 0;
left:50%;
margin-left: -20rpx;
border-radius: 4rpx;
}
.yy_chat-tip-i{
border-color: transparent transparent transparent #1BC3B8;
border-style: solid;
border-width: 7px;
position: absolute;
top: 28rpx;
right: -24rpx;
}
.yy_bom-btn{
background: #1BC3B8;
color: #ffffff;
position: absolute;
bottom: 0;
padding: 20rpx 0 !important;
}
.yy_i-color{
border-color: transparent #1BC3B8 transparent transparent ;
}
.yy_selected{
color: #ffffff;
background: #1BC3B8;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a513681467/lcy_wxa_selltool.git
[email protected]:a513681467/lcy_wxa_selltool.git
a513681467
lcy_wxa_selltool
大转盘抽奖
master

搜索帮助