| 123456789101112131415161718192021222324 |
- /* colorui/components/cu-custom.wxss */
- .cu-custom .cu-bar .border-custom text.text-home{font-size: 28rpx;}
- .actionImage{
- width: 45rpx;
- height: 45rpx;
- padding-left: 15rpx;
- }
- .customImage{
- width: 32rpx;
- height: 32rpx;
- }
- .history,.goHome{
- display: flex;
- align-items: center;
- position: absolute;
- }
- .history{
- bottom: 24rpx;
- left: 20rpx;
- }
- .goHome{
- bottom: 10rpx;
- left: 20rpx;
- }
|