| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-fav.data-v-6b4a1d82 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- width: 60px;
- height: 25px;
- line-height: 25px;
- text-align: center;
- border-radius: 3px;
- }
- .uni-fav--circle.data-v-6b4a1d82 {
- border-radius: 30px;
- }
- .uni-fav-star.data-v-6b4a1d82 {
- display: flex;
- height: 25px;
- line-height: 24px;
- margin-right: 3px;
- align-items: center;
- justify-content: center;
- }
- .uni-fav-text.data-v-6b4a1d82 {
- display: flex;
- height: 25px;
- line-height: 25px;
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- }
|