123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- body{
- font-family:PingFangSC-Regular,PingFang SC !important;
- }
- .ui-bg{
- background:rgba(246,248,250,1);
- width:100%;
- /* height: 100%; */
- min-height: 100%
- }
- .ui-body{
- margin: 20px 20px 20px 20px !important;
- }
- .ui-txt{
- font-size:13px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(152,160,179,1);
- line-height:20px;
- }
- .ui-title{
- font-size:13px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(152,160,179,1);
- line-height:20px;
- margin-top: 20px !important;
- padding-top: 10px;
- }
- .ui-big-title{
- height:28px;
- font-size:20px;
- font-family:PingFangSC-Medium,PingFang SC;
- font-weight:500;
- color:rgba(8,19,42,1);
- line-height:28px;
- }
- .ui-card{
- background:rgba(255,255,255,1);
- border-radius:10px;
- /* margin: 20px 20px 20px 20px !important; */
- margin-top: 10px !important;
- }
- .ui-card-r-title{
- font-size:20px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:600;
- color:rgba(8,19,42,1);
- line-height:28px;
- /* position: absolute; */
- /* margin-top: 31px; */
- }
- .ui-card-r-content{
- font-size:20px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:600;
- color:rgba(8,19,42,1);
- line-height:28px;
- position: absolute;
- margin-top: 31px;
- }
- .ui-card-content{
- font-size:13px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(152,160,179,1);
- line-height:20px;
- margin-right: 20px !important;
- /* margin-bottom: 20px !important; */
- margin-left: 20px !important;
- }
- .ui-mg{
- margin: 20px !important;
- }
- /*央美 */
- .weui-btn_primary {
- background: linear-gradient(90deg,#d4003d 0%,#d4003d 100%) !important;
- }
- .weui-btn_default {
- color:#d4003d !important;
- }
- /* 蓝色色调 */
- /*
- .weui-btn_primary {
- background: linear-gradient(90deg,rgba(74,147,255,1) 0%,rgba(64,140,255,1) 100%) !important;
- }
- .weui-btn_default {
- color:rgba(64,140,255,1) !important;
- }
- */
- /* 绿色色调 */
- /*
- .weui-btn_primary {
- background: linear-gradient(90deg,rgba(48,190,184,1) 0%,rgba(48,190,184,1) 100%) !important;
- }
- .weui-btn_default {
- color:rgba(48,190,184,1) !important;
- }
- */
- /* 暗红色调 */
- /* .weui-btn_primary {
- background: linear-gradient(90deg,rgba(255,55,60,1) 0%,rgba(255,55,60,1) 100%) !important;
- }
- .weui-btn_default {
- color:rgba(255,55,60,1) !important;
- } */
- .weui-media-box__title{
- font-size: 17px !important;
- }
- .weui-media-box__desc{
- font-size: 13px !important;
- }
- .ml-20{
- margin-left:20px !important;
- }
- .mr-20{
- margin-right:20px !important;
- }
- .mt-20{
- margin-right:20px !important;
- }
- .mb-20{
- margin-buttom:20px !important;
- }
|