1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* 开发者 */
- .section:after{
- content:"";
- display: table;
- height: calc(50px + constant(safe-area-inset-bottom));
- height:calc(50px + env(safe-area-inset-bottom));
- }
- .goods-ios{
- padding-bottom: 0 !important;
- }
- .section .title{
- font-size: 32rpx;
- }
- .section .cu-form-group{
- min-height: 60rpx;
- }
- .cu-form-group picker .picker{
- line-height: 60rpx;
- }
- .section .picker::after{
- font-family: "cuIcon";
- display: block;
- content: "\e6a3";
- position: absolute;
- font-size: 26rpx;
- color: #666;
- line-height: 60rpx;
- width: 60rpx;
- text-align: center;
- top: 0;
- bottom: 0;
- right: -18rpx;
- margin: auto;
- margin-top: auto;
- margin-right: auto;
- margin-bottom: auto;
- margin-left: auto;
- }
- .section .hide{
- display: none;
- }
|