123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- .imgw750h375 {
- width: 100%;
- height: 958rpx;
- }
- .andr-shQ-FlexDirC {
- flex-direction: column;
- }
- .andr-shQ-JusCC {
- justify-content: center;
- }
- .andr-shQ-bgc06B163 {
- background-color: #ff4e4a;
- }
- .andr-shQ-cFFF {
- color: #ffffff;
- }
- .andr-shQ-bdR50 {
- border-radius: 50rpx;
- }
- .andr-shQ-h86 {
- height: 86rpx;
- }
- .andr-shQ-AIC {
- align-items: center;
- }
- .baocun {
- color: #ffffff;
- background: #ff4e4a;
- text-align: center;
- width: 80%;
- margin: 50rpx auto;
- font-size: 28rpx;
- padding: 25rpx 0rpx;
- border-radius: 50rpx;
- }
- .btn {
- padding: 0rpx 0rpx !important;
- margin: 0rpx auto;
- margin-bottom: 100rpx;
- }
|