![](https://box.kancloud.cn/a98f12518c1847837da8a8f8a3a93414_418x263.png)
HTML代码
~~~
<div class="paotui-head">
<div class="bottom-after myhead">
<img src="img/paotui/people.png" />
<span>跑腿员:金三胖</span>
</div>
</div>
<div class="comment">
<div class="star">
<i data-index="1" class="icon iconfont icon-pingjia-xing2 xing"></i>
<i data-index="2" class="icon iconfont icon-pingjia-xing2 xing"></i>
<i data-index="3" class="icon iconfont icon-pingjia-xing2 xing"></i>
<i data-index="4" class="icon iconfont icon-pingjia-xing2 xing"></i>
<i data-index="5" class="icon iconfont icon-pingjia-xing2 xing"></i>
<input type="hidden" class="star-hidden">
</div>
<div class="comment-slogan">
<div class="slogan-box1">
<div class="slogan-tips">很差,需要改善</div>
</div>
<div class="slogan-box2">
<div class="slogan-tips">比较满意,但仍可改善</div>
</div>
<div class="slogan-box3">
<div class="slogan-tips">非常满意,希望能继续保持</div>
</div>
</div>
</div>
<div class="bottom-button">
<input type="button" value="发布" />
</div>
~~~
css代码
~~~
body {
background: #f0eff5;
}
.paotui-head {
width: 100%;
height: 60px;
background: #fff;
overflow: hidden;
}
.myhead {
width: 100%;
height: 60px;
margin-left: 10px;
margin-right: 10px;
}
.paotui-head .myhead img {
float: left;
width: 40px;
height: 40px;
margin-top: 10px;
border-radius: 50%;
}
.paotui-head .myhead img+span {
display: inline-block;
height: 20px;
margin-left: 5px;
margin-top: 5px;
font-size: 14px;
color: #666;
line-height: 60px;
}
.comment {
width: 100%;
height: 80px;
padding: 0 20px;
overflow: hidden;
background: #fff;
}
.star {
padding: 12px 0 0;
text-align: center;
}
.star i {
font-size: 26px;
color: #C9CACA;
}
.star i.star-icon-filled {
color: #f5d54b;
}
.comment-slogan {
padding: 0 20px;
}
.slogan-box1, .slogan-box2, .slogan-box3 {
display: none;
}
.slogan-tips {
width: 100%;
padding-top: 10px;
text-align: center;
font-size: 15px;
color: #FF7E01;
overflow: hidden;
}
.bottom-button {
position: fixed;
bottom: 0;
width: 100%;
height: 48px;
}
.bottom-button input[type="button"] {
width: 100%;
height: 48px;
font-size: 16px;
border: none;
background: #ffdc44;
}
.bottom-button input[type="button"]:active {
background: #ffdc44;
color: #000;
}
~~~
js的代码
~~~
/*选择评分*/
mui('.star').on('tap','i',function(){
var index = parseInt(this.getAttribute("data-index"));
var parent = this.parentNode;
var children = parent.children;
if(this.classList.contains("xing")){
for(var i=0;i<index;i++){
children[i].classList.remove('xingn');
children[i].classList.add('star-icon-filled');
}
var data = $(this).attr("data-index");
$(".star-hidden").val(data)
}else{
for (var i = index; i < 5; i++) {
children[i].classList.add('xing')
children[i].classList.remove('star-icon-filled')
}
var data = $(this).attr("data-index");
$(".star-hidden").val(data)
}
if (index ==1 || index == 2) {
$(".slogan-box1").slideDown(300);
$(".slogan-box2").hide();
$(".slogan-box3").hide();
$(".question").val("");
}
if (index ==3 || index == 4) {
$(".slogan-box2").slideDown(300);
$(".slogan-box1").hide();
$(".slogan-box3").hide();
$(".question").val("");
}
if (index ==5) {
$(".slogan-box3").slideDown(300);
$(".slogan-box1").hide();
$(".slogan-box2").hide();
$(".question").val("");
}
})
~~~
- mui框架
- toast提示框的使用
- 星级评分
- 上拉刷新和下拉加载里超链接失效的原因
- confirm确认框的使用
- 取消下拉刷新和上拉加载的border
- 解决使用加载的方式捕捉不到dom
- css样式篇
- css3实现0.5像素的边框
- css3样式中的border-radius的圆角边框
- css面试篇之红色十字架
- css样式~~用图片模拟单选框radio的功能
- div设置绝对定位以后,文字实现居中
- 设置input里面字体颜色和大小
- js知识篇
- javascript篇~~九九乘法表
- js~跳转提示页面
- js~实现60秒倒计时
- 正则表达式之保留小数点后两位小数
- 数组操作方法篇
- Array.prototype.filter()的用法
- 使用正则去除空格
- jQuery知识篇
- jQuery~~模仿radio图片切换
- 下拉菜单的滑动效果
- jQuery点击切换字体颜色
- jQuery实现图片和字体图标颜色的切换
- 左侧菜单之当前点击菜单展开,其他菜单收缩
- jQuery全选或全部不选
- 实现子菜单的收缩和展开
- 小程序
- 小程序~调用豆瓣api数据的问题
- 实现毫秒级倒计时
- 条件渲染-wx:if语句
- 实现两个页面共存
- wxss样式问题
- 修改按钮默认的border-radius
- 移动端
- 安卓底部按钮浮上来的解决方法
- excel(xlsx) to json
- vue
- 事件
- 某个元素的点击事件
- 阻止子事件的冒泡
- excel文件的导入功能(解析成json数据)
- iview框架
- render函数
- iview不支持键盘事件的解决方法
- 路由传参
- 搜索框template的基本写法
- watch监听
- 路由发生变化,数据没有更新?
- 动态组件
- 刷新组件
- 前端小功能
- 搜索框
- axios
- axios公共请求方法
- cookie的简单使用
- 微信扫码登录功能
- pc端微信扫码登录-内嵌网页版
- MongoDB
- 安装与配置
- 布局
- js判断打开是PC端还是移动端
- 自适应布局方案-视口布局
- js实现加密和解密的公共方法
- js实现正则表达式匹配的文字加上标签
- python
- 解决pip升级不成功的原因
- Django
- runserver 失败的原因