1234567891011121314151617181920212223 |
- /* pages/home/home.wxss */
- .home .baseITem {
- position: relative;
- border-radius: 3px;
- margin: 1em 1em 0 1em;
- min-height: 50px;
- overflow: hidden;
- }
- .home .mainBody {
- max-height: calc(100% - 95px);
- }
- .home .toptips {
- top: 100px;
- }
- .picker{
- padding-left: 10rpx;
- font-weight: 500;
- font-size: 16px;
- }
|