123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 标题简介 */
- .introduce-section {
- position: relative;
- background: #fff;
- padding: 35rpx 0rpx;
- padding-left: 35rpx;
- }
- .introduce-section .title {
- font-size: 32rpx;
- color: #303133;
- height: 50rpx;
- width: 70%;
- font-weight: bold;
- }
- .introduce-section .title .tip-o {
- color: #ff3334;
- padding-left: 15rpx;
- font-size: 25rpx;
- }
- .introduce-section .shareDate {
- padding: 15rpx 25rpx;
- padding-bottom: 25rpx !important;
- position: absolute;
- top: 25rpx;
- right: 0rpx;
- font-size: 30rpx;
- color: #3d3f46;
- -webkit-border-bottom-left-radius: 25rpx;
- border-bottom-left-radius: 25rpx;
- -webkit-border-top-left-radius: 25rpx;
- border-top-left-radius: 25rpx;
- background-color: #ffffff;
- height: 60rpx;
- background-color: #F2FEE6;
- border: none !important;
- }
- .introduce-section uni-button:after {
- border: none !important;
- }
- .introduce-section .share-img {
- width: 45rpx;
- height: 45rpx;
- position: relative;
- top: 5rpx;
- left: 0;
- margin-right: 10rpx;
- }
- .introduce-section .name {
- position: relative;
- top: 5rpx;
- }
- .introduce-section .progress-box {
- width: 260rpx;
- position: relative;
- margin-top: 15rpx;
- line-height: 10px;
- }
- .introduce-section .progress-box .number {
- font-size: 17rpx;
- position: absolute;
- z-index: 999;
- top: 3rpx;
- left: 15rpx;
- color: #ffffff;
- }
- .introduce-section .old_price {
- margin-top: 10rpx;
- font-size: 28rpx;
- text-decoration: line-through;
- color: #7a7a7a;
- }
- .introduce-section .info {
- color: #999999;
- font-size: 26rpx;
- padding-bottom: 15rpx;
- }
- .introduce-section .price-green {
- color: #2dbd59;
- font-size: 28rpx !important;
- }
- .introduce-section .price-green text {
- background: #2dbd59;
- color: #ffffff;
- padding: 0rpx 10rpx;
- -webkit-border-radius: 5rpx;
- border-radius: 5rpx;
- font-size: 22rpx !important;
- margin-left: 15rpx;
- }
|