1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| .as-wrapper {
| position: relative;
| }
|
| .as-wrapper .as-menu {
| position: absolute;
| z-index: 1000;
| width: 100%;
| display: none;
| }
|
| .as-wrapper .as-selected {
| background-color: #f5f5f5;
| }
|
| .as-align-left{
| text-align: left;
| }
|
|
| .as-align-right{
| text-align: right;
| }
|
|
| .as-align-center{
| text-align: center;
| }
|
|