﻿/*reset*/
/*example*/
.example{float:left;margin-right: 10px;position: relative}
.example ol{position:relative;width: 80px;height: 20px;top:-30px;left:10px;}
.example ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;list-style: none}
.example ol li.seleted{background: #1AA4CA;}
.text{width: 200px;background:rgba(255,255,255,0.6);position: absolute;right: 1px;bottom: 10px;
              overflow: hidden;white-space: nowrap;text-overflow: ellipsis}