12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* 开发者 */
- .section{
- margin-bottom: calc(50px + constant(safe-area-inset-bottom));
- margin-bottom:calc(50px + env(safe-area-inset-bottom));
- /* margin-bottom: 84px; */
- }
- .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;
- }
|