3 Star 1 Fork 2

htmlove/古村旅游

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 6.33 KB
一键复制 编辑 原始数据 按行查看 历史
htmlove 提交于 2024-08-29 16:28 . first commit
@import "/wxParse/wxParse.wxss";
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
@import "images.wxss";
@import "weui.wxss";
page {
height: 100%;
background-color: #f5f5f5;
}
.blank {
width: 100%;
}
.blank image {
width: 160rpx;
margin: 96rpx auto;
display: block;
}
.text-overHide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.b-btn-area {
padding: 20rpx;
}
.b-btn-area button {
padding: 10rpx 0rpx;
font-size: 28rpx;
}
.b-mask {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0rpx;
z-index: 100;
display: none;
}
.b-mask.true {
position: fixed;
top: 0rpx;
z-index: 100;
display: block;
}
.b-br {
background: #f8f8f8;
width: 750rpx;
padding: 10rpx 0rpx;
line-height: 30rpx;
color: #888;
}
.b-p {
width: 750rpx;
padding: 20rpx 0rpx;
line-height: 40rpx;
color: #888;
}
.text-center {
text-align: center;
}
.navigator-hover {
background-color: rgba(0, 0, 0, 0.1);
opacity: 0.7;
}
.other-navigator-hover {
opacity: 0.7;
}
page,
.container {
font-size: 24rpx;
overflow: hidden;
width: 750rpx;
overflow-y: auto;
position: relative;
color: #414141;
}
.b-goodsList .main {
border-top: 1rpx solid #d9d9d9;
background: #fff;
margin-right: -1rpx;
display: flex;
flex-wrap: wrap;
}
.b-goodsList .main .li {
width: 50%;
overflow: hidden;
box-sizing: border-box;
border-right: 1rpx solid #d9d9d9;
border-bottom: 1rpx solid #d9d9d9;
padding: 20rpx;
}
.b-goodsList .img1 {
display: block;
width: 335rpx;
height: 335rpx;
box-sizing: border-box;
border: 1rpx solid #f0f0f0;
}
.b-goodsList .name {
line-height: 40rpx;
height: 80rpx;
overflow: hidden;
padding-top: 20rpx;
font-size: 28rpx;
text-align: justify;
align-items: center;
display: flex;
}
.b-goodsList .name text {
max-height: 80rpx;
overflow: hidden;
}
.b-goodsList .Price {
padding: 20rpx 0rpx 10rpx 0rpx;
}
.b-goodsList .Price .s1 {
color: #f55955;
font-size: 28rpx;
vertical-align: middle;
}
.b-goodsList .Price .s2 {
text-decoration: line-through;
vertical-align: middle;
color: #888;
font-size: 24rpx;
margin-left: 20rpx;
}
/* 我的收藏、足迹等 */
.b-goodsList.row {
border-top: 1rpx solid #d9d9d9;
}
.b-goodsList.row .main {
margin-right: -1rpx;
}
.b-goodsList.row .main .li {
width: 750rpx;
overflow: hidden;
box-sizing: border-box;
border-right-width: 0rpx;
border-bottom: 1rpx solid #d9d9d9;
padding: 20rpx 20rpx 20rpx 180rpx;
position: relative;
height: 180rpx;
}
.b-goodsList.row .img1 {
display: block;
width: 140rpx;
height: 140rpx;
position: absolute;
top: 20rpx;
left: 20rpx;
z-index: 5;
}
.b-goodsList.row .name {
line-height: 40rpx;
height: 80rpx;
padding-top: 0rpx;
align-items: flex-start;
}
.b-goodsList.row .name text {
max-height: 80rpx;
overflow: hidden;
}
.b-goodsList.row .Price {
padding: 10rpx 0rpx 10rpx 0rpx;
line-height: 40rpx;
}
.b-goodsList.row .Price .s1 {
color: #f55955;
font-size: 28rpx;
vertical-align: middle;
}
.b-goodsList.row .Price .s2 {
text-decoration: line-through;
vertical-align: middle;
color: #888;
font-size: 24rpx;
margin-left: 20rpx;
}
.input-block {
display: flex;
background: #fff;
flex-wrap: wrap;
align-items: center;
padding: 0rpx 20rpx;
height: 88rpx;
border-bottom: 1rpx solid #d9d9d9;
box-sizing: border-box;
width: 750rpx;
}
.input-block.error {
color: #f55955;
}
.input-block .type {
min-width: 180rpx;
}
.input-block .input {
flex: 1;
display: block;
}
.input-block-placeholder {
color: #aaa;
}
.button-other-red {
background: #e64340;
color: #fff;
}
/* 选择收货地址列表 */
.b-footerButton {
display: flex;
flex-wrap: wrap;
height: 88rpx;
width: 751rpx;
margin-left: -1rpx;
position: fixed;
bottom: 0rpx;
left: 0rpx;
background: #fff;
color: #fff;
z-index: 20;
}
.b-footerButton .li {
padding: 24rpx 0rpx;
border-left: 1rpx solid #d9d9d9;
box-sizing: border-box;
flex: 1;
text-align: center;
}
.b-footerButton .li image {
height: 40rpx;
width: 40rpx;
vertical-align: middle;
display: none;
}
.b-footerButton .li .img1 {
display: inline-block;
}
.b-footerButton .li .name {
line-height: 40rpx;
vertical-align: middle;
margin-left: 10rpx;
font-size: 28rpx;
}
.b-altText {
padding: 20% 30rpx;
text-align: center;
}
.b-altText.in {
padding: 0% 0;
}
.b-altText image {
width: 150rpx;
height: 200rpx;
}
.b-altText .te1 {
display: block;
padding-top: 0;
margin: 0 auto;
color: #666;
font-size: 16px;
line-height: 25px;
}
.b-altText .te2 {
display: block;
padding-top: 0;
margin: 0 auto;
color: #888;
line-height: 25px;
}
.b-altText .button {
display: flex;
margin-top: 40px;
}
.b-altText .button .but {
display: block;
line-height: 40px;
border: 1px solid #c3c3c3;
box-sizing: border-box;
flex: 1;
margin: 0 10px;
border-radius: 4px;
}
.searchcontent .van-icon-passed {
color: #e60012;
}
/* 新增 */
.line-clamp-1 {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.line-clamp-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.flex {
display: flex;
}
.flex-a-c {
display: flex;
align-items: center;
}
.flex-j-c {
display: flex;
justify-content: center;
}
.flex-j-se {
display: flex;
justify-content: space-evenly;
}
.flex-j-sa {
display: flex;
justify-content: space-around;
}
.flex-j-sb {
display: flex;
justify-content: space-between;
}
.f-grow-2 {
flex: 2!important;
}
.center-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.size-con {
background-repeat: no-repeat;
background-size: contain;
}
.size-cov {
background-repeat: no-repeat;
background-size: cover;
}
.show_time_word_txt{
font-size: 24rpx;
color: #FF6B6B;
text-align: left;
}
.m-t-6 {
margin-top: 12rpx;
}
.t-c{
text-align: center;
}
.t-l{
text-align: left;
}
.t-r{
text-align: right;
}
.f-bold {
font-weight: bold;
}
.f-10{
font-size: 20rpx;
}
.f-11{
font-size: 22rpx;
}
.f-13{
font-size: 26rpx;
}
.f-14{
font-size: 28rpx;
}
.f-15{
font-size: 30rpx;
}
.f-16{
font-size: 32rpx;
}
.f-18{
font-size: 36rpx;
}
.f-20{
font-size: 40rpx;
}
.f-24{
font-size: 48rpx;
}
.f-40{
font-size: 80rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/htmlove/gucunlvyou.git
[email protected]:htmlove/gucunlvyou.git
htmlove
gucunlvyou
古村旅游
master

搜索帮助