| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /* #ifdef H5 */
- .uni-page-head {
- background-color: transparent !important;
- }
- /* #endif */
- /* #ifdef H5 */
- // uni-page-body, body {
- // height: auto;
- // min-height: 100%;
- // }
- /* #endif */
- // 修改uni-nav-bar样式
- .uni-navbar-header {
- line-height: 96px !important;
- height: 96px !important;
- }
- .uni-status-bar {
- height: auto !important;
- }
- .uni-navbar-container {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- }
- .uni-navbar-shadow {
- box-shadow: 0 0 6px 2px #ccc;
- }
- uni-picker .uni-picker-item {
- font-size: 30px;
- }
- .iconfont {
- display: inline-block;
- vertical-align: middle;
- }
- // 修改image的图片样式
- image {
- width: 100%;
- // height: auto;
- }
- .datetime-picker{
- .picker-body{
- font-size: 32px !important;
- }
- .btn-picker{
- font-size: 32px !important;
- &.submit{
- color: #3a1b06 !important;
- padding: 0 20px !important;
- border-radius: 24px !important;
- }
- &.cancel{
- color: #878787!important
- }
- }
- }
|