Ai
1 Star 0 Fork 1

xiaojiangqq/TencentMapMiniProgramDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 2.89 KB
一键复制 编辑 原始数据 按行查看 历史
egbertshen 提交于 2021-10-19 10:55 +08:00 . feat: 增加出行相关的示例
/**app.wxss**/
page, view, scroll-view, swiper, movable-area, cover-view, text, icon, rich-text,
progress, button, checkbox-group, checkbox, form, input, label, picker,
picker-view, radio-group, slider, switch, textarea, navigator, audio, video, live-player, live-pusher, open-data, web-view {
box-sizing: border-box;
}
page {
width: 100%;
background: #F8F8F7;
}
.b2 {
color: #222;
}
.introduce {
font-size: 14px;
color: #222;
line-height: 25px;
margin-bottom: 20px;
}
.introduce-regular {
font-family: PingFangSC-Regular;
}
.introduce-medium {
font-family: PingFangSC-Medium;
font-weight: 500;
}
.feature-content {
padding-right: 20px;
height: 56px;
display: flex;
justify-content: space-between;
line-height: 56px;
}
.feature-label {
padding-right: 10px;
font-size: 14px;
color: #222;
white-space: nowrap;
}
.feature-txt {
display:flex;
flex: 1;
justify-content: flex-end;
align-items: center;
line-height: 20px;
font-size: 14px;
color:rgba(34,34,34,0.5);
word-break: break-all;
}
.feature-txt-item {
position: relative;
padding-left: 15px;
margin-right: 15px;
}
.feature-txt-item:last-child {
margin-right: 0;
}
.feature-txt-item::before {
position: absolute;
top: 50%;
left: 0;
margin-top: -5px;
content: '';
height:10px;
width:1px;
background: rgba(34,34,34,0.1);
}
.feature-txt-item:first-child::before {
display: none;
}
/* 左边距 */
.ml10 {
margin-left: 10px !important;
}
/* 上边距 */
.mt10 {
margin-top: 10px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.pl20 {
padding-left: 20px !important;
}
.pr20 {
padding-right: 20px !important;
}
.plr20 {
padding-left: 20px !important;
padding-right: 20px !important;
}
/* 边线 */
.border-top {
border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.border-bottom {
border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.right-arrow {
vertical-align: top;
margin-left: 4px;
width: 16px;
height: 16px;
}
.primary-btn {
margin: 0 auto;
text-align: center;
line-height: 46px;
cursor: pointer;
color: #FFF;
font-size: 16px;
border-radius: 4px;
background: #3875FF;
height: 46px;
width: 198px;
font-weight:500;
}
.doc-btn {
margin: 0 auto;
text-align: center;
line-height: 46px;
cursor: pointer;
color: #3875FF;
font-size: 16px;
border-radius: 4px;
background: #E4EDFF;
height: 46px;
width: 198px;
font-weight:500;
}
.weui-actionsheet__cell {
box-sizing: border-box;
height: 56px;
}
.steps--des-icon {
height: auto !important;
}
.detail--bottom-button {
box-sizing: initial;
}
.link-txt {
font-size: 14px;
color: #3875FF;
letter-spacing: 0;
text-align: justify;
line-height: 25px;
}
.flex-1 {
flex: 1;
}
/* 出行解决方案公共样式 */
.smart-solution {
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
}
#map-container {
flex: 1;
width: 100%;
position: relative;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/xiaojiang0726qq/TencentMapMiniProgramDemo.git
git@gitee.com:xiaojiang0726qq/TencentMapMiniProgramDemo.git
xiaojiang0726qq
TencentMapMiniProgramDemo
TencentMapMiniProgramDemo
master

搜索帮助