| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .easy-select.data-v-69915012 {
- position: relative;
- color: #606266;
- }
- .easy-select input.data-v-69915012 {
- text-align: right;
- }
- .easy-select input.data-v-69915012 {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- height: 100% !important;
- min-height: 100% !important;
- }
- .easy-select .easy-select-suffix.data-v-69915012 {
- position: absolute;
- box-sizing: border-box;
- height: 100%;
- right: 5px;
- top: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- -webkit-transition: all .3s;
- transition: all .3s;
- -webkit-transform-origin: center;
- transform-origin: center;
- }
- .easy-select .showOptions.data-v-69915012 {
- -webkit-transform: rotate(0) !important;
- transform: rotate(0) !important;
- }
- .easy-select .no-showOptions.data-v-69915012 {
- -webkit-transform: rotate(180deg) !important;
- transform: rotate(180deg) !important;
- }
- .easy-select .easy-select-options.data-v-69915012 {
- position: absolute;
- padding: 6px 0;
- margin-top: 10px;
- border: 1px solid #e4e7ed;
- border-radius: 4px;
- background-color: #fff;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- box-sizing: border-box;
- -webkit-transform-origin: center top;
- transform-origin: center top;
- z-index: 2238;
- overflow: scroll;
- max-height: 274rpx;
- }
- .easy-select .easy-select-options-item.data-v-69915012 {
- padding: 0 20rpx;
- position: relative;
- white-space: nowrap;
- font-size: 14px;
- color: #606266;
- height: 33px;
- line-height: 33px;
- box-sizing: border-box;
- }
- .easy-select .active.data-v-69915012 {
- background-color: #F5F7FA;
- }
|