123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- .aui-product-desc{
- width: 96%;
- margin-top: 13px;
- background-color: #fff;
- margin:0 auto;
- }
- .aui-product-title {
- width: 100%;
- padding: 13px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-color: #fff;
- border-bottom: 0.5px solid #eee;
- }
- .left-text{
- font-size: 16px;
- color: #c41d3c;
- padding-left: 8px;
- font-weight: 500;
- border-left: 3px solid #c41d3c;
- }
- .aui-product-detail{
- width: 100%;
- padding: 13px;
- }
- .aui-product-detail .desc{
- text-align: justify;
- line-height: 22px;
- font-size: 14px;
- }
- .aui-product-detail-title{
- font-size: 18px;
- padding-bottom: 10px;
- color: #000000;
- }
- .aui-product-price{
- padding-left: 1.5rem;
- font-size: 18px;
- color: #f10e3c;
- }
- .aui-product-price-del{
- text-decoration: line-through;
- color: #333333;
- }
- .address-detail{
- width: 100%;
- background-color: #fff;
- }
- .address-detail .ul{
- height: 3rem;
- width: 100%;
- padding: 13px;
- border-bottom: 0.5px solid #eee;
- }
- .uni-input-input {
- position: relative;
- display: block;
- height: 1.5rem;
- background: none;
- color: inherit;
- opacity: 1;
- font: inherit;
- line-height: inherit;
- letter-spacing: inherit;
- text-align: inherit;
- text-indent: inherit;
- text-transform: inherit;
- text-shadow: inherit;
- font-size: 13px;
- float: left;
- }
- .uni-input-input, .uni-input-placeholder {
- width: 70%;
- }
- .uni-input-form, .uni-input-input, .uni-input-placeholder, .uni-input-wrapper {
- outline: none;
- border: none;
- padding: 0;
- margin: 0;
- text-decoration: inherit;
- }
- .aui-product-pointer {
- font-size: 14px;
- flex-shrink: 0;
- width: 25%;
- color: #333;
- cursor: pointer;
- float: left;
- }
- .aui-footer {
- height: 3rem;
- padding: 0;
- }
- .aui-tabBar-item-text {
- font-size: 1.2rem;
- }
- .aui-tabBar-pay{
- background: #f10e3c;
- height: 100%;
- padding: 0;
- }
- .aui-pay{
- color: #ffffff;
- }
- .aui-price{
- font-size: 18px;
- }
- /*滚动*/
- #news{
- height: 220px;
- overflow: hidden;
- }
- /*城市选择器*/
- .mui-btn-blue, .mui-btn-primary, input[type=submit] {
- color: #fff;
- border: 1px solid #007aff;
- background-color: #007aff;
- border-radius: 2px;
- }
|