- 标签常识?
[图片] 求大佬解释value在这的意思、作用? 不添加可以吗?
2020-11-28 - 云开发打不开?
[图片][图片]
2020-10-03 - 服务器?
微信小程序上图片太多,怎么办,要不熟服务器吗,怎么做呢?
2020-09-17 - 文字样式?
[图片] 图中的文字样式怎么设置? title是标题 [图片] wxss如下: . .container{ margin-top:80rpx; /* padding-top:80rpx; */ width: 750rpx; position: fixed; left: 0; bottom: 100rpx; z-index: 100; /* border-bottom: 1px solid #ccc; */ } .cateContent{ width:570rpx ; } .product image{ width: 200rpx; height: 200rpx; } .product .title,.product .title text{ width: 200 text-overflow: ellipsis; overflow: hidden; /* margin-left: 0rpx; */ white-space: nowrap; } /**index.wxss**/ page, .page, .page__bd{ height: 100%; } .page__bd{ padding-bottom: 0; } /**导航栏**/ .weui-tab__content{ padding-top: 60px; text-align: center; } .weui-navbar__slider { width: 42px; } .navar-fixed-to-top { /**iOS 上完美锁定了 navbar 但安卓上无法锁定**/ position: fixed; top: 0rpx; } .navbar-background-color { background-color: rgb(161, 202, 232); } .navbar-text-color { color: white; } .navbar-slider-color { background-color: white; } /**分页新闻头条**/ .weui-tab-content-padding { padding-top: 20rpx; } .front-page-edge { margin: 20rpx; } .front-page-content { height: 300rpx; padding: 15rpx 0rpx; background-repeat: no-repeat; background-position:center; background-size: cover; } .front-page-title-font { padding-left: 15rpx; padding-right: 15rpx; padding-top: 15rpx; color: #EFEFEF; font-size: 27rpx; line-height: 1.1rem; } .front-page-subtitle-font { margin-top: 5rpx; padding-left: 15rpx; padding-right: 15rpx; padding-bottom: 15rpx; color: ghostwhite; opacity: 0.9; font-size: 24rpx; line-height: 1.1rem; } .front-page-text-wrapper { position: absolute; bottom: 0rpx; width: 100%; background: rgba(0,0,0,0.5); } /**分页新闻列表**/ .page-background { background-color: #ffffff; } .text-align_left { text-align: left; } .weui-media-box__hd_in-appmsg_image { height: 120rpx; width: 160rpx; margin-left: 20rpx; } .news-list-title-text-font { color: #888888; font-size: 27rpx; line-height: 1.1rem; } .news-list-subtitle-text-font { color: #cecece; font-size: 24rpx; line-height: 1.1rem; margin-top: 5rpx; padding-bottom: 0rpx; } /**去掉 weui-panel 中讨厌的 border **/ .my-weui-panel{ background-color:#FAFAFA; margin-top:10px; position:relative; overflow:hidden; } .my-weui-panel:first-child{ margin-top:0; } .my-weui-panel:before{ top:0; } .my-weui-panel:after, .my-weui-panel:before{ content:" "; position:absolute; left:0; right:0; height:1px; color:#e5e5e5; } .my-weui-panel:after{ bottom:0; } .section1{ justify-content: center; display: flex; /* left: 5rpx; */ width: 720rpx; height: 100rpx; border: 2rpx solid #000; border-radius: 20rpx; visibility:hidden } @import '../../style/weui.wxss'
2020-09-12 - 怎样让两个图标在一行排布?
[图片] wxss: .navbar{ border-bottom: 1px solid #ccc; position: relative; } .navbar .title{ position: absolute; width: 750rpx; text-align: center; left: 0; bottom: 20rpx; font-size: 30rpx; color: #fff; } .navbar .bj{ width: 750rpx; } .container{ width: 750rpx; /* position: fixed; */ left: 0; bottom: 100rpx; z-index: 100; /* border-bottom: 1px solid #ccc; */ } .swiper{ width: 750rpx; height: 280rpx; display: flex; justify-content: center; align-items: center; } /* swiper{ width: 700rpx; height: 280rpx; border-radius: 30rpx; } */ .swiper image{ width: 700rpx; height: 280rpx; border-radius: 30rpx; } .iconlist{ margin-top: 10rpx; background-color: #fff; } .grid-item{ padding: 10rpx 0 0 !important; } /* .gengduo{ width: 750rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; margin-top: 5rpx; } .tuijian{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; left:200rpx; } */ .icon{ width:750rpx; height:250rpx; } .gengduo{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; margin-top: 5rpx; left:400rpx } .tuijian{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; padding-top: 50rpx; } .gengduo image{ height: 50rpx; } .tuijian image{ height: 100rpx; justify-content: center; align-items: center; left:200rpx; } .tjlist{ background-color: #fff; } .product image{ width: 360rpx; height: 360rpx; } .product .title{ display: flex; height: 80rpx; align-items: center; font-size: 30rpx; white-space: nowrap; } .product .title image{ width: 80rpx; height: 40rpx; } .product .title text{ width: 270rpx; text-overflow: ellipsis; overflow: hidden; margin-left: 10rpx; } wxml:
/image> /view> /image> /view> /van-grid> 2020-09-08 - 页面? 轮播图?
[图片] [图片] 右边是页面,左边是下滑后,为什么总有点轮播图在上面,求大神解决? .navbar{ border-bottom: 1px solid #ccc; position: relative; } .navbar .title{ position: absolute; width: 750rpx; text-align: center; left: 0; bottom: 20rpx; font-size: 30rpx; color: #fff; } .navbar .bj{ width: 750rpx; } .container{ width: 750rpx; position: fixed; left: 0; bottom: 100rpx; z-index: 100; /* border-bottom: 1px solid #ccc; */ } .swiper{ width: 750rpx; height: 280rpx; display: flex; justify-content: center; align-items: center; } /* swiper{ width: 700rpx; height: 280rpx; border-radius: 30rpx; } */ .swiper image{ width: 700rpx; height: 280rpx; border-radius: 30rpx; }
2020-09-06 - 文字、页面?
[图片] 输入 数字后页面老是跳动怎么办? 下面查询的文字怎么空两个? [图片]
2020-09-06 - 文本框展示?
[图片] 怎样让文本框下面的横线显现? wxss代码: [图片] [图片]
2020-08-27 - 文本框超出?
[图片]
2020-08-21 - 图片展示?
[图片] 手机端这些图片怎么展现不出来 源码: 特性: 1、[图片] 吸湿性好,手感柔软,穿着卫生舒适; 2、 [图片] 湿态强度大于干态强度,但整体上坚牢耐用; 3、 [图片] 染色性能好,光泽柔和,有自然美感; 4、 [图片]耐碱,高温碱处理可制成丝光棉 5、 [图片]抗皱性差,缩水率大;
2020-08-17