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.
671 lines
12 KiB
671 lines
12 KiB
3 years ago
|
@charset "UTF-8";
|
||
|
/**
|
||
|
* 这里是uni-app内置的常用样式变量
|
||
|
*
|
||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
|
*
|
||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
|
*/
|
||
|
/* 颜色变量 */
|
||
|
/* 行为相关颜色 */
|
||
|
/* 文字基本颜色 */
|
||
|
/* 背景颜色 */
|
||
|
/* 边框颜色 */
|
||
|
/* 尺寸变量 */
|
||
|
/* 文字尺寸 */
|
||
|
/* 图片尺寸 */
|
||
|
/* Border Radius */
|
||
|
/* 水平间距 */
|
||
|
/* 垂直间距 */
|
||
|
/* 透明度 */
|
||
|
/* 文章场景相关 */
|
||
|
/* 字体大小 */
|
||
|
.font11.data-v-7846b696 {
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
.font12.data-v-7846b696 {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.font13.data-v-7846b696 {
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
.fontlet.data-v-7846b696 {
|
||
|
letter-spacing: 2px;
|
||
|
}
|
||
|
.font14.data-v-7846b696 {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.font15.data-v-7846b696 {
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
.font16.data-v-7846b696 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.font18.data-v-7846b696 {
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
.font20.data-v-7846b696 {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
.font22.data-v-7846b696 {
|
||
|
font-size: 22px;
|
||
|
}
|
||
|
.font24.data-v-7846b696 {
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
.font28.data-v-7846b696 {
|
||
|
font-size: 28px;
|
||
|
}
|
||
|
.font36.data-v-7846b696 {
|
||
|
font-size: 36px;
|
||
|
}
|
||
|
.font40.data-v-7846b696 {
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
.fontwig6.data-v-7846b696 {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* 字体间距 */
|
||
|
.fontspec.data-v-7846b696 {
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
.fontspec10.data-v-7846b696 {
|
||
|
letter-spacing: 10px;
|
||
|
}
|
||
|
/* 字体行间距 */
|
||
|
.linehet.data-v-7846b696 {
|
||
|
line-height: 20px;
|
||
|
}
|
||
|
/* 字体位置 */
|
||
|
.fotlt.data-v-7846b696 {
|
||
|
text-align: left;
|
||
|
}
|
||
|
.fotrt.data-v-7846b696 {
|
||
|
text-align: right;
|
||
|
}
|
||
|
.fotct.data-v-7846b696 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.margle.data-v-7846b696 {
|
||
|
margin-left: 6px;
|
||
|
}
|
||
|
.margle10.data-v-7846b696 {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
.margle20.data-v-7846b696 {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
.marglerig.data-v-7846b696 {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
.marRight20.data-v-7846b696 {
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
.verc.data-v-7846b696 {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
.versub.data-v-7846b696 {
|
||
|
vertical-align: sub;
|
||
|
}
|
||
|
.text1.data-v-7846b696 {
|
||
|
overflow: hidden;
|
||
|
display: -webkit-box;
|
||
|
-webkit-line-clamp: 1;
|
||
|
-webkit-box-orient: vertical;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
.text2.data-v-7846b696 {
|
||
|
overflow: hidden;
|
||
|
display: -webkit-box;
|
||
|
-webkit-line-clamp: 2;
|
||
|
-webkit-box-orient: vertical;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
/* 字体颜色 */
|
||
|
.fcor333.data-v-7846b696 {
|
||
|
color: #333333;
|
||
|
}
|
||
|
.fcorfff.data-v-7846b696 {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.fcor666.data-v-7846b696 {
|
||
|
color: #666666;
|
||
|
}
|
||
|
.fcor999.data-v-7846b696 {
|
||
|
color: #b2b2b2;
|
||
|
}
|
||
|
.fcor089.data-v-7846b696 {
|
||
|
color: #089bf5;
|
||
|
}
|
||
|
.fcorFD7.data-v-7846b696 {
|
||
|
color: #FD786D;
|
||
|
}
|
||
|
.fcoreb5.data-v-7846b696 {
|
||
|
color: #eb5823;
|
||
|
}
|
||
|
.fcorred.data-v-7846b696 {
|
||
|
color: red;
|
||
|
}
|
||
|
.fcor41c.data-v-7846b696 {
|
||
|
color: #41cda2;
|
||
|
}
|
||
|
/* 背景颜色 */
|
||
|
.backcor6.data-v-7846b696 {
|
||
|
background-color: #f6f6f6;
|
||
|
}
|
||
|
.backcorlr.data-v-7846b696 {
|
||
|
background: linear-gradient(to right, #fe1a1a, #ff722e);
|
||
|
}
|
||
|
.backcor9.data-v-7846b696 {
|
||
|
background-color: #f6f6f6;
|
||
|
}
|
||
|
.backcorf06.data-v-7846b696 {
|
||
|
background-color: #0083f5;
|
||
|
}
|
||
|
.backcor008.data-v-7846b696 {
|
||
|
background-color: #0083f5;
|
||
|
}
|
||
|
.backcor89.data-v-7846b696 {
|
||
|
background-color: #089bf5;
|
||
|
}
|
||
|
.backcorfff.data-v-7846b696 {
|
||
|
background-color: white;
|
||
|
}
|
||
|
.backshare.data-v-7846b696 {
|
||
|
background: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
/* 页面布局 */
|
||
|
.width90.data-v-7846b696 {
|
||
|
width: 90%;
|
||
|
margin-left: 5%;
|
||
|
}
|
||
|
.width90p.data-v-7846b696 {
|
||
|
width: 90%;
|
||
|
}
|
||
|
.width10.data-v-7846b696 {
|
||
|
width: 10%;
|
||
|
}
|
||
|
.width96.data-v-7846b696 {
|
||
|
width: 96%;
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
.width94.data-v-7846b696 {
|
||
|
width: 94%;
|
||
|
margin-left: 3%;
|
||
|
}
|
||
|
.width92.data-v-7846b696 {
|
||
|
width: 92%;
|
||
|
margin-left: 4%;
|
||
|
}
|
||
|
.width80.data-v-7846b696 {
|
||
|
width: 80%;
|
||
|
margin-left: 10%;
|
||
|
}
|
||
|
.width80p.data-v-7846b696 {
|
||
|
width: 80%;
|
||
|
}
|
||
|
.width65.data-v-7846b696 {
|
||
|
width: 65%;
|
||
|
}
|
||
|
.width70.data-v-7846b696 {
|
||
|
width: 70%;
|
||
|
}
|
||
|
.width75.data-v-7846b696 {
|
||
|
width: 75%;
|
||
|
}
|
||
|
.width85.data-v-7846b696 {
|
||
|
width: 85%;
|
||
|
}
|
||
|
.width50.data-v-7846b696 {
|
||
|
width: 50%;
|
||
|
}
|
||
|
.width45.data-v-7846b696 {
|
||
|
width: 45%;
|
||
|
}
|
||
|
.width40.data-v-7846b696 {
|
||
|
width: 40%;
|
||
|
}
|
||
|
.width60.data-v-7846b696 {
|
||
|
width: 60%;
|
||
|
}
|
||
|
.width60w.data-v-7846b696 {
|
||
|
width: 60%;
|
||
|
margin-left: 20%;
|
||
|
}
|
||
|
.width35.data-v-7846b696 {
|
||
|
width: 35%;
|
||
|
}
|
||
|
.width30.data-v-7846b696 {
|
||
|
width: 30%;
|
||
|
}
|
||
|
.width20.data-v-7846b696 {
|
||
|
width: 20%;
|
||
|
}
|
||
|
.width25.data-v-7846b696 {
|
||
|
width: 25%;
|
||
|
}
|
||
|
.width15.data-v-7846b696 {
|
||
|
width: 15%;
|
||
|
}
|
||
|
.width8.data-v-7846b696 {
|
||
|
width: 8%;
|
||
|
}
|
||
|
.width95.data-v-7846b696 {
|
||
|
width: 95%;
|
||
|
}
|
||
|
.width100.data-v-7846b696 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.bor-botm1.data-v-7846b696 {
|
||
|
border-bottom: 1px solid #f4f4f4;
|
||
|
}
|
||
|
.bor-dot1.data-v-7846b696 {
|
||
|
border-bottom: 1px dotted #999999;
|
||
|
}
|
||
|
.bor-botm10.data-v-7846b696 {
|
||
|
border-bottom: 10px solid #f4f4f4;
|
||
|
}
|
||
|
/* 高40px */
|
||
|
.height40p.data-v-7846b696 {
|
||
|
height: 40px;
|
||
|
}
|
||
|
.height45.data-v-7846b696 {
|
||
|
height: 45px;
|
||
|
}
|
||
|
.height22.data-v-7846b696 {
|
||
|
height: 22px;
|
||
|
}
|
||
|
.height100.data-v-7846b696 {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.height10.data-v-7846b696 {
|
||
|
height: 10px;
|
||
|
}
|
||
|
.height60.data-v-7846b696 {
|
||
|
height: 60px;
|
||
|
}
|
||
|
.height70.data-v-7846b696 {
|
||
|
height: 70px;
|
||
|
}
|
||
|
.height80.data-v-7846b696 {
|
||
|
height: 80px;
|
||
|
}
|
||
|
.height90.data-v-7846b696 {
|
||
|
height: 90px;
|
||
|
}
|
||
|
.height100p.data-v-7846b696 {
|
||
|
height: 100px;
|
||
|
}
|
||
|
.height110.data-v-7846b696 {
|
||
|
height: 110px;
|
||
|
}
|
||
|
.height120.data-v-7846b696 {
|
||
|
height: 120px;
|
||
|
}
|
||
|
.height150.data-v-7846b696 {
|
||
|
height: 150px;
|
||
|
}
|
||
|
.height180.data-v-7846b696 {
|
||
|
height: 180px;
|
||
|
}
|
||
|
.height30.data-v-7846b696 {
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
.height40.data-v-7846b696 {
|
||
|
height: 40px;
|
||
|
line-height: 40px;
|
||
|
}
|
||
|
.height45l.data-v-7846b696 {
|
||
|
height: 45px;
|
||
|
line-height: 45px;
|
||
|
}
|
||
|
.heightl60.data-v-7846b696 {
|
||
|
height: 60px;
|
||
|
line-height: 60px;
|
||
|
}
|
||
|
.height20.data-v-7846b696 {
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
}
|
||
|
.height25.data-v-7846b696 {
|
||
|
height: 25px;
|
||
|
}
|
||
|
.height20p.data-v-7846b696 {
|
||
|
height: 20px;
|
||
|
}
|
||
|
.height50.data-v-7846b696 {
|
||
|
height: 50px;
|
||
|
line-height: 50px;
|
||
|
}
|
||
|
.height50l.data-v-7846b696 {
|
||
|
height: 50px;
|
||
|
}
|
||
|
/* 向上下外间距 */
|
||
|
.margle10.data-v-7846b696 {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
.mart90.data-v-7846b696 {
|
||
|
margin-top: 90px;
|
||
|
}
|
||
|
.mart80.data-v-7846b696 {
|
||
|
margin-top: 80px;
|
||
|
}
|
||
|
.mart60.data-v-7846b696 {
|
||
|
margin-top: 60px;
|
||
|
}
|
||
|
.mart50.data-v-7846b696 {
|
||
|
margin-top: 50px;
|
||
|
}
|
||
|
.mart40.data-v-7846b696 {
|
||
|
margin-top: 40px;
|
||
|
}
|
||
|
.mart30.data-v-7846b696 {
|
||
|
margin-top: 30px;
|
||
|
}
|
||
|
.mart15.data-v-7846b696 {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
.mart20.data-v-7846b696 {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
.mart10.data-v-7846b696 {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.mart5.data-v-7846b696 {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
.mart1.data-v-7846b696 {
|
||
|
margin-top: 1px;
|
||
|
}
|
||
|
.marb65.data-v-7846b696 {
|
||
|
margin-bottom: 65px;
|
||
|
}
|
||
|
.marb50.data-v-7846b696 {
|
||
|
margin-bottom: 50px;
|
||
|
}
|
||
|
.marb40.data-v-7846b696 {
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
.marb30.data-v-7846b696 {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.marb20.data-v-7846b696 {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
.marb15.data-v-7846b696 {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
.marb10.data-v-7846b696 {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.marb5.data-v-7846b696 {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
/* 向上下内间距 */
|
||
|
.paddtop5.data-v-7846b696 {
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
.paddtop10.data-v-7846b696 {
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
.paading10.data-v-7846b696 {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
.paading20.data-v-7846b696 {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
.paddtop13.data-v-7846b696 {
|
||
|
padding-top: 13px;
|
||
|
}
|
||
|
.paddtop15.data-v-7846b696 {
|
||
|
padding-top: 15px;
|
||
|
}
|
||
|
.paddtop20.data-v-7846b696 {
|
||
|
padding-top: 20px;
|
||
|
}
|
||
|
.paddtop25.data-v-7846b696 {
|
||
|
padding-top: 25px;
|
||
|
}
|
||
|
.paddleft5.data-v-7846b696 {
|
||
|
padding-left: 5px;
|
||
|
}
|
||
|
.paddleft10.data-v-7846b696 {
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
.padleft15.data-v-7846b696 {
|
||
|
padding-left: 15px;
|
||
|
}
|
||
|
.paddtright5.data-v-7846b696 {
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
.paddtright10.data-v-7846b696 {
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
.paddbotm5.data-v-7846b696 {
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
.paddbotm10.data-v-7846b696 {
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
/* 左悬浮 */
|
||
|
.flleft.data-v-7846b696 {
|
||
|
float: left;
|
||
|
}
|
||
|
/* 右悬浮 */
|
||
|
.flright.data-v-7846b696 {
|
||
|
float: right;
|
||
|
}
|
||
|
/**
|
||
|
* 圆角
|
||
|
*/
|
||
|
.border-r.data-v-7846b696 {
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
.borderdot.data-v-7846b696 {
|
||
|
border: 1px dotted #999999;
|
||
|
}
|
||
|
/* button样式 */
|
||
|
.btnw70.data-v-7846b696 {
|
||
|
width: 70%;
|
||
|
color: white;
|
||
|
margin-top: 40px;
|
||
|
background-color: #089bf5;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
.btnw50.data-v-7846b696 {
|
||
|
width: 50%;
|
||
|
margin-left: 25%;
|
||
|
height: 45px;
|
||
|
line-height: 45px;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
margin-top: 40px;
|
||
|
background-color: #0083f5;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
.btn92.data-v-7846b696 {
|
||
|
width: 92%;
|
||
|
margin-left: 4%;
|
||
|
height: 45px;
|
||
|
line-height: 45px;
|
||
|
color: #FFFFFF;
|
||
|
background-color: #089bf5;
|
||
|
border-radius: 22px;
|
||
|
text-align: center;
|
||
|
font-size: 18px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* 下滑线 */
|
||
|
.line1.data-v-7846b696 {
|
||
|
height: 1px;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.line2.data-v-7846b696 {
|
||
|
height: 2px;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.line10.data-v-7846b696 {
|
||
|
height: 10px;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.line1089.data-v-7846b696 {
|
||
|
height: 10px;
|
||
|
background-color: #089bf5;
|
||
|
}
|
||
|
/* 展示样式 */
|
||
|
.displ.data-v-7846b696 {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.aliitem.data-v-7846b696 {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.alijun.data-v-7846b696 {
|
||
|
justify-content: flex-end;
|
||
|
display: flex;
|
||
|
}
|
||
|
.alijusstart.data-v-7846b696 {
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.alijusend.data-v-7846b696 {
|
||
|
justify-content: flex-end;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.alicntend.data-v-7846b696 {
|
||
|
justify-content: end;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.alijus.data-v-7846b696 {
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.iconw.data-v-7846b696 {
|
||
|
width: 15px;
|
||
|
}
|
||
|
.iconw25.data-v-7846b696 {
|
||
|
width: 25px;
|
||
|
}
|
||
|
.iconw40.data-v-7846b696 {
|
||
|
width: 40px;
|
||
|
}
|
||
|
.u-wrap.data-v-7846b696 {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.u-wrap .head.data-v-7846b696 {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
height: 100rpx;
|
||
|
padding: 0 20rpx;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.u-search-box.data-v-7846b696 {
|
||
|
padding: 0rpx 30rpx;
|
||
|
background-color: white;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
height: 100rpx;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.search-warp.data-v-7846b696 {
|
||
|
display: flex;
|
||
|
overflow: hidden;
|
||
|
background-color: #FFFFFF;
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
top: 200rpx;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.u-menu-wrap.data-v-7846b696 {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
overflow: hidden;
|
||
|
background-color: #F8F8F8;
|
||
|
}
|
||
|
.u-tab-view.data-v-7846b696 {
|
||
|
width: 300rpx;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.u-tab-item.data-v-7846b696 {
|
||
|
height: 100rpx;
|
||
|
background: #f6f6f6;
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 26rpx;
|
||
|
padding: 0 20rpx;
|
||
|
color: #444;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
.u-tab-item-active.data-v-7846b696 {
|
||
|
position: relative;
|
||
|
color: #333333;
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 600;
|
||
|
background: #fff;
|
||
|
}
|
||
|
.u-tab-item-active.data-v-7846b696::before {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
border-left: 4px solid #ed6853;
|
||
|
height: 32rpx;
|
||
|
left: 0;
|
||
|
top: 39rpx;
|
||
|
}
|
||
|
.u-tab-view.data-v-7846b696 {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.right-box.data-v-7846b696 {
|
||
|
background-color: white;
|
||
|
}
|
||
|
.page-view.data-v-7846b696 {
|
||
|
background-color: white;
|
||
|
}
|
||
|
.class-item.data-v-7846b696 {
|
||
|
background-color: #fff;
|
||
|
border-radius: 8rpx;
|
||
|
}
|
||
|
.item-menu-name.data-v-7846b696 {
|
||
|
font-weight: normal;
|
||
|
font-size: 24rpx;
|
||
|
color: #007AFF;
|
||
|
}
|
||
|
.item-container.data-v-7846b696 {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.item-active.data-v-7846b696 {
|
||
|
color: #ed6853;
|
||
|
}
|
||
|
.thumb-box.data-v-7846b696 {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
height: 100rpx;
|
||
|
width: 100%;
|
||
|
padding: 0 20rpx;
|
||
|
align-items: center;
|
||
|
font-size: 32rpx;
|
||
|
}
|
||
|
|