123456789101112131415161718192021222324252627282930313233343536 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .w-picker-flex2{
- flex:2;
- }
- .w-picker-flex1{
- flex:1;
- }
- .w-picker-view {
- width: 100%;
- height: 476rpx;
- overflow: hidden;
- background-color: rgba(255, 255, 255, 1);
- z-index: 666;
- }
- .d-picker-view{
- height: 100%;
- }
- .w-picker-item {
- text-align: center;
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 30rpx;
- }
|