1 Star 0 Fork 9

fastiot/微凌客旅游管理系统(前端uni-app)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tour.css 5.19 KB
一键复制 编辑 原始数据 按行查看 历史
Amen 提交于 2024-09-10 13:54 . 1.1.9
page{
background-color: #F9F9F9;
}
.shadowbox{
box-shadow:0 0 8px rgba(175, 175, 175, 0.5);
}
.shadow{
box-shadow: 0 2px 4px rgba(0,0,0,.06)!important;
}
.col3{
color: #333333;
}
button::after {
border: none;
}
button {
background-color: transparent;
padding-left: 0;
padding-right: 0;
line-height:inherit;
border-radius:0;
}
/* 每行后箭头 */
.wlkarrow{
margin-left: auto;
}
.wlkarrow:after {
content: " ";
display: inline-block;
transform: rotate(45deg);
height: 16rpx;
width: 16rpx;
border-width: 1px 1px 0 0;
border-color: #C8C8CD;
border-style: solid;
position: relative;
top: -1px;
margin-left: .3em;
}
.hlbblock{
width: 92%;
margin: 30rpx auto;
background-color: white;
border-radius: 15rpx;
}
.hlbblock30{
width: 92%;
margin: 30rpx auto;
background-color: white;
border-radius: 15rpx;
padding: 30rpx;
}
.hlbbutton{
text-align: center;
color: #FFFFFF;
line-height: 70rpx;
border-radius: 35rpx;
background-color: #F63E36;
height: 70rpx;
width: 200rpx;
margin: 15rpx;
}
.hlbbuttonempty{
text-align: center;
color: #F63E36;
line-height: 70rpx;
border-radius: 35rpx;
border: 1px #F63E36 solid;
background-color: white ;
height: 70rpx;
width: 200rpx;
margin: 15rpx;
}
.linedot{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.linedot2{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.font2599{
font-size: 25rpx;
color: #999999;
}
.bandline{
border-radius: 0px 0px 375rpx 375rpx / 0px 0px 30rpx 30rpx;
}
.fsc{
display: flex;
justify-content: space-between;
align-items: center
}
.bottom-btn {
position: fixed;
bottom: 20rpx;
left: 5%;
width: 90%;
height: 80rpx;
line-height: 80rpx;
border-radius: 80rpx;
background-color: #fd3826;
color: #fff;
font-size: 30rpx;
display: flex;
justify-content: center;
margin: 0 auto;
}
.maoboli{
background-color: white;
opacity: 0.5;
filter: blur(2rpx);
}
/**
通用的属性
*/
.br02{
border-radius: 2px;
}
.br04{
border-radius: 4px;
}
.br06{
border-radius: 6px;
}
.br08{
border-radius: 8px;
}
.br30{
border-radius: 30px;
}
.bgw{
background-color: white;
}
.p20{
padding: 20rpx;
}
.p30{
padding: 30rpx;
}
.df{
display: flex;
}
.ac{
align-items: center
}
.mf15{
margin-left: 15rpx
}
.mf30{
margin-left: 30rpx
}
.mt05{
margin-top: 5rpx;
}
.mt15{
margin-top: 15rpx;
}
.mt30{
margin-top: 30rpx;
}
.mt50{
margin-top: 50rpx;
}
.mr05{
margin-right: 5rpx;
}
.mr10{
margin-right: 10rpx!important;
}
.mr20{
margin-right: 20rpx!important;
}
.mr50{
margin-right: 50rpx;
}
.ml05{
margin-left: 5rpx;
}
.ml10{
margin-left: 10rpx;
}
.ml15{
margin-left: 15rpx;
}
.ml20{
margin-left: 20rpx;
}
.mb10{
margin-bottom: 10rpx;
}
.mb15{
margin-bottom: 15rpx;
}
.mb20{
margin-bottom: 20rpx;
}
.mb30{
margin-bottom: 30rpx;
}
.mt10{
margin-top: 10rpx;
}
.mt20{
margin-top: 20rpx;
}
.mt30{
margin-top: 30rpx;
}
.mt40{
margin-top: 40rpx;
}
.pt20{
padding-top: 20rpx!important;
}
.pb20{
padding-bottom: 20rpx!important;
}
.pt30{
padding-top: 30rpx!important;
}
.pb30{
padding-bottom: 30rpx!important;
}
.pr20{
padding-right: 20rpx;
}
.pl20{
padding-left: 20rpx;
}
.pt10{
padding-top: 10rpx;
}
.pb05{
padding-bottom: 5rpx!important;
}
.pb10{
padding-bottom: 10rpx!important;
}
.pd30{
padding: 30rpx;
}
.pd20{
padding:20rpx;
}
.pd030{
padding: 0 30rpx;
}
.section{
font-size: 40rpx;
font-weight: bold;
}
.fbold{
font-weight: bold;
}
.wlkflex{
display: flex;
align-items: center;
justify-content: flex-start;
}
.wd100{
width: 100%;
}
.wd50{
width: 50%;
}
.wd40{
width: 40%;
}
.hg100{
height: 100%;
}
.justify-between{
justify-content: space-between!important;
}
.justify-start{
justify-content: flex-start!important;
}
.justify-end{
justify-content: flex-end!important;
}
.justify-around{
justify-content: space-around!important;
}
.justify-center{
justify-content: center!important;
}
.align-start{
align-items: flex-start!important;
}
.align-end{
align-items: flex-end!important;
}
.align-content-between{
align-content: space-between!important;
}
.no-warp{
flex-flow: nowrap!important;
}
.wrap{
flex-flow: wrap!important;
}
.center{
text-align: center;
}
.block{
display: block;
}
.overHidden{
overflow: hidden;
}
.relative{
position: relative;
}
.col9{
color: #999999;
}
.bold{
font-weight: bold;
}
.not-data{
padding: 30%;
}
.not-sm-data{
}
.wlk-fixed-btn{
position: fixed;
width: 100%;
background-color: #FFFFFF;
bottom: 0;
padding: 20rpx 0 30rpx 0;
box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.06);
}
.load-more{
padding: 30rpx 0;
}
.border-bottom{
border-bottom: 1px solid #eaebec;
}
.record{
padding: 30rpx;
font-size: 28rpx;
text-align: center;
color: #999;
}
.right{
text-align: right;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fastiot/wlktour-uniapp.git
[email protected]:fastiot/wlktour-uniapp.git
fastiot
wlktour-uniapp
微凌客旅游管理系统(前端uni-app)
master

搜索帮助