1 Star 0 Fork 0

coopy/Yoga-Course

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 4.29 KB
一键复制 编辑 原始数据 按行查看 历史
福建省隆众网络科技有限公司 提交于 2019-03-20 17:23 +08:00 . 2019-03-20
page {
background: #f1f1f1;
}
.p_40 {
padding: 40rpx;
}
.p_20 {
padding: 20rpx;
}
.p_10 {
padding: 10rpx;
}
.c_029 {
color: #029f53;
}
.c_ea5 {
color: #e83d3a;
}
.bg_FF3 {
background: #ff3799;
}
.b_e83 {
background: #e83d3a;
}
.bg_fe9 {
background: #fe9944;
}
.c_f {
color: #fff;
}
.flex_j {
display: flex;
justify-content: center;
}
.flex_faj {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.flex_fs {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.flex {
display: flex;
}
.flex_i {
display: flex;
align-items: center;
}
.flex_ja {
display: flex;
justify-content: center;
align-items: center;
}
.flex_cb {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex_ca {
display: flex;
justify-content: space-around;
align-items: center;
}
.flex_af {
display: flex;
align-items: center;
flex-direction: column;
}
.flex_f {
display: flex;
flex-wrap: wrap;
}
.mt_20 {
margin-top: 20rpx;
}
.mb_20 {
margin-bottom: 20rpx;
}
.mb_10 {
margin-bottom: 10rpx;
}
.mb_40 {
margin-bottom: 40rpx;
}
.mt_10 {
margin-top: 10rpx;
}
.ml_20 {
margin-left: 20rpx;
}
.ml_10 {
margin-left: 10rpx;
}
.mr_20 {
margin-right: 20rpx;
}
.mb_120 {
margin-bottom: 120rpx;
}
.mr_10 {
margin-right: 10rpx;
}
.bg_f {
background: #fff;
}
.f_32 {
font-size: 32rpx;
}
.f_34 {
font-size: 34rpx;
}
.f_30 {
font-size: 30rpx;
}
.f_28 {
font-size: 28rpx;
}
.f_24 {
font-size: 24rpx;
}
.bor_b {
border-bottom: 1px solid #f4f4f4;
}
.bor_t {
border-top: 1px solid #f4f4f4;
}
.bor_l {
border-left: 1px solid #f4f4f4;
}
.bor_r {
border-right: 1px solid #f4f4f4;
}
.c_999 {
color: #999;
}
.s_foot {
width: 90%;
color: #fff;
background: #fe1d8b;
font-size: 34rpx;
border-radius: 10rpx;
}
.pr {
position: relative;
}
.zanwu {
margin-top: 300rpx;
width: 160rpx;
height: 160rpx;
}
.bor_top {
border-top: 20rpx solid #f7f7f7;
}
.bor_bom {
border-bottom: 20rpx solid #f7f7f7;
}
.bor_bom10 {
border-bottom: 10rpx solid #f7f7f7;
}
.bor_top10 {
border-top: 10rpx solid #f7f7f7;
}
.sheng {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sheng2 {
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.text_l {
text-decoration: line-through;
}
.list-empty {
margin-top: 160px;
text-align: center;
}
.arrow {
width: 36rpx;
height: 36rpx;
}
.c_ffb {
color: #ffba00;
}
.c_5e8 {
color: #5e83c5;
}
.c_f9d {
color: #f9d1e7;
}
.formBtn {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
}
.w100 {
width: 100%;
}
.price {
color: #fb321e;
}
.enter {
background: #fe9944;
padding: 5rpx 20rpx;
border-radius: 20rpx;
}
.blankBottom {
padding: 0 0 140rpx;
margin-bottom: 100rpx;
}
/* 删除图片 */
.img-de {
width: 45rpx;
height: 45rpx;
border-radius: 50%;
position: absolute;
right: -18rpx;
top: -15rpx;
z-index: 100;
}
.img {
width: 100%;
height: 100%;
}
.tc {
text-align: center;
}
.teacher_body {
width: 93%;
margin: 10rpx auto;
border-radius: 20rpx;
}
.teacher_text {
text-indent: 20rpx;
color: #818181;
}
.p_30 {
padding: 30rpx;
}
.my_about {
position: absolute;
bottom: 10rpx;
width: 100%;
}
.my-dialog {
opacity: 1;
}
.my-dialog .my-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1000;
}
.my-dialog .my-container {
position: fixed;
width: 80%;
top: 42%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
z-index: 5000;
}
.my-dialog .my-container .title {
margin: 20rpx 0 0 0;
text-align: center;
font-size: 36rpx;
}
.my-dialog .my-container .content {
text-align: center;
}
.my-dialog .my-container .content .row {
margin: 0 10%;
width: 80%;
font-size: 26rpx;
color: #606266;
word-break: break-all;
}
.my-dialog .my-container .btn-row .confirm {
width: 50%;
height: 100%;
color: #00a2ff;
}
.my-dialog .my-container .btn-row .cancel {
color: #606266;
width: calc(50% - 2rpx);
height: 100%;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zkyt/Yoga-Course.git
git@gitee.com:zkyt/Yoga-Course.git
zkyt
Yoga-Course
Yoga-Course
master

搜索帮助