1234567891011121314151617181920212223242526272829303132333435 |
- /* nova-tourism/pages/my/my-wallet/index.wxss */
- .all {
- width: 100vw;
- padding-left: 20rpx;
- padding-right: 20rpx;
- color: #382E2E;
- font-family: 'NotoSans-Regular-2', sans-serif;
- font-weight: 400;
- }
- @font-face {
- font-family: 'NotoSans-Bold-5';
- src: url('../../../../assets/font/Noto-sans/NotoSans-Bold-5.ttf');
- /* 字体文件路径 */
- }
- .all .textbox {
- width: 100%;
- margin-bottom: 46rpx;
- display: flex;
- align-items: center;
- }
- .all .textbox image {
- width: 56rpx;
- height: 56rpx;
- }
- .all .textbox .text {
- width: 690rpx;
- font-size: 32rpx;
- margin-left: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .all .textbox .text > view {
- font-size: 30rpx;
- }
|