1234567891011121314151617181920212223 |
- .send-c{
- width: 94%;
- margin: 0 3%;
- font-size: 18px;
- background: #17b3ec;
- padding: 6px 0;
- color: #fff;
- border-radius: 8px;
- }
- .send-w{
- position: fixed;
- bottom: 0;
- width: 100%;
- text-align: center;
- margin: 10px 0;
- }
- .c-arrow-r{position:absolute;top:50%;right:10px;margin-top:-5px;content:"";display:block;width:8px;height:8px;border:solid #cdcdcd;border-width:2px 2px 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
- /*.c-list-right:after{
- content: '>';
- font-size: 16px;
- color: #909090;
- }*/
|