123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 开发者 */
- .section{
- margin-bottom: 50px;
- }
- .section .title{
- font-size: 32rpx;
- }
- .section .cu-form-group{
- min-height: 80rpx;
- }
- .cu-form-group picker .picker{
- line-height: 80rpx;
- }
- .section .picker::after{
- font-family: "cuIcon";
- display: block;
- content: "\e6a3";
- position: absolute;
- font-size: 26rpx;
- color: #666;
- line-height: 80rpx;
- 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;
- }
|